Home

Awesome

BudHook

BudHook add a similar Xposed api to YAHFA.<br> 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

Support

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

API

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

Note