Git Product home page Git Product logo

budhook's Introduction

BudHook

BudHook add a similar Xposed api to YAHFA.
BudHook based on several projects below:

What did it solved

When using YAHFA, every hook of a method, you have to write a method to replace it, if you want to call the original method, you must write another method to save the original method information. This is very troublesome to use. BudHook generates these methods dynamically. It is very simple to use.

How it works

When hooking a method, budhook will generate the two methods based on the information of the hooked method automatically, then generate the dex file, and finally load the dex file to complete the hook.

How to run this demo

  • 1.Import the project in Android Studio (with Instant Run disabled).
  • 2.Build appplugin and then put appplugin-debug.apk into sdcard.
  • 3.Run app.

Support

Budhook adds a layer written in java for YAHFA,so BudHook supports what YAHFA support.
Android 5.0 - 8.1.
ABI arm64-v8a,armeabi-v7a,x86.

API

It is recommended to run and read this demo first. There are several important classes :

  • BudHelpers: High-level API for convenient hook.Like XposedHelper.
  • BudBridge: Export two core functions for hook: hookMethod,hookManyMethod.
  • BudCallBack: Provide beforeCall and afterCall for subclass overrides.Like XC_MethodHook
  • BudCallBack.MethodHookParams: Wraps information about the method call and allows to influence it.Basic types will be boxed or unboxed automatically.setResult function will prevents the call to the original method.

Note

  • TurboDex is useful to avoid some problem that caused by optimization.
  • Notice the capacity initialized of YAHFA.
  • Get a Context when BudHook initialized only to get a ClassLoader and a place to write and read Dex file,change the source as you like.
  • Pay attention to your ClassLoader, otherwise it may cause some reflection problems.

budhook's People

Contributors

bmax121 avatar

Watchers

 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.