rovo89 / Xposed

The native part of the Xposed framework (mainly the modified app_process binary).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to hook all methods of a class

2821840032 opened this issue · comments

XposedHelpers.findAndHookMethod(hookClass, itemMethod.getName(), itemMethod.getParameterTypes(), new XC_MethodHook())

How about this?