frida-gum | platform instrumentation and introspection library | iOS library

 by   frida C Version: Current License: Non-SPDX

kandi X-RAY | frida-gum Summary

kandi X-RAY | frida-gum Summary

frida-gum is a C library typically used in Mobile, iOS applications. frida-gum has no bugs, it has no vulnerabilities and it has low support. However frida-gum has a Non-SPDX License. You can download it from GitHub.

Cross-platform instrumentation and introspection library written in C
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              frida-gum has a low active ecosystem.
              It has 570 star(s) with 208 fork(s). There are 31 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 136 open issues and 146 have been closed. On average issues are closed in 191 days. There are 9 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of frida-gum is current.

            kandi-Quality Quality

              frida-gum has 0 bugs and 0 code smells.

            kandi-Security Security

              frida-gum has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              frida-gum code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              frida-gum has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              frida-gum releases are not available. You will need to build from source code and install.
              Installation instructions are available. Examples and code snippets are not available.
              It has 3289 lines of code, 73 functions and 13 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of frida-gum
            Get all kandi verified functions for this library.

            frida-gum Key Features

            No Key Features are available at this moment for frida-gum.

            frida-gum Examples and Code Snippets

            No Code Snippets are available at this moment for frida-gum.

            Community Discussions

            QUESTION

            How to hook into onClick method inside a method using frida
            Asked 2020-Feb-15 at 12:56

            I want to change behaviour of onClick method by hooking with frida. The code I used is

            ...

            ANSWER

            Answered 2020-Feb-15 at 12:56

            You are trying to hook the wrong class - most likely because you are using Jadx for decompiling the wrong settings and no knowledge on Java classes.

            If you are using Jadx for decompiling the APK file make sure to disable the setting Inline anonymous classes to see the real class name a method belongs to.

            The Method onClick() belongs to the anonymous inner class created by new DialogInterface.OnClickListener() and not to sg.vantagepoint.uncrackable1.MainActivity - hence you are trying to hook the wrong class. The method a(String) it is used in is totally irrelevant for hooking. Anonymous inner classes have their own class name based on the outer class appended by $ and a number. Therefore the correct class name may be sg.vantagepoint.uncrackable1.MainActivity$1 or sg.vantagepoint.uncrackable1.MainActivity$2, depending on how many other anonymous inner classes are present.

            Additionally something like mClass.a.onClick is not possible, as there is no method inside a method (a is a method and onClick is a method).

            In the end you may end up with the following frida code:

            Source https://stackoverflow.com/questions/60236107

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install frida-gum

            Download a devkit for statically linking into your own projects from the Frida releases page.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/frida/frida-gum.git

          • CLI

            gh repo clone frida/frida-gum

          • sshUrl

            git@github.com:frida/frida-gum.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular iOS Libraries

            swift

            by apple

            ionic-framework

            by ionic-team

            awesome-ios

            by vsouza

            fastlane

            by fastlane

            glide

            by bumptech

            Try Top Libraries by frida

            frida

            by fridaPython

            frida-python

            by fridaC

            cryptoshark

            by fridaC++

            frida-java-bridge

            by fridaJavaScript

            frida-tools

            by fridaPython