GithubHelp home page GithubHelp logo

jeb4frida's Introduction

JEB4Frida

Generate Frida hooks directly from JEB!

How to use

  1. Copy the Jeb4frida.py python script in JEB's scripts folder.
  2. Open the target APK in JEB GUI (Command line usage is not supported).
  3. After analysis of the APK, look for a target to generate hooks for.
  4. Put the cursor a class or a method you want to create a hook for. This can be done in the disassembly view or decompiler view (both Java and native functions are supported).
  5. Run the script: File > Scripts > Registered > Jeb4Frida.py .
  6. Subsequent calls to the script might be done using the CMD+F2 command or by adding a shortcut (see third line of script).
  7. If the cursor is set on a method, a hook is created for that method alone while if the cursor is set on a class, hooks are generated for each method in that class.

TODO

  • <clinit> calls are currently not hooked. If you know how to do this, send PR.
  • Fix obfuscated names that make use of "weird" unicode characters.

Naming

Some time ago, jeb2frida was released. Since that name was already taken and jeb3frida does not make much sense either, jeb4frida was chosen!

Preview

  1. Select target

target selection

  1. Use script to generate hook

generated hook

  1. Native functions are also supported

native hook

jeb4frida's People

Contributors

hamz-a avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.