文件名称:Android代码-An Android hook framework written like Xposed,based on YAHFA.
文件大小:807KB
文件格式:ZIP
更新时间:2022-08-26 01:32:29
Android代码
BudHook BudHook add a similar Xposed api to YAHFA. BudHook based on several projects below: YAHFA asmdex TurboDex 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