MCPcopy Create free account
hub / github.com/cinit/TMoe / BeforeHookedMethod

Interface BeforeHookedMethod

app/src/main/java/cc/ioctl/tmoe/util/HookUtils.java:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 public interface BeforeHookedMethod {
20 void beforeHookedMethod(XC_MethodHook.MethodHookParam param) throws Throwable;
21 }
22
23 public interface AfterHookedMethod {
24 void afterHookedMethod(XC_MethodHook.MethodHookParam param) throws Throwable;

Callers 1

beforeHookedMethodMethod · 0.65

Implementers 4

StartupHookapp/src/main/java/cc/ioctl/tmoe/startu
ProfileActivityRowHookapp/src/main/java/cc/ioctl/tmoe/hook/c
SettingEntryHookapp/src/main/java/cc/ioctl/tmoe/hook/c
HookUtilsapp/src/main/java/cc/ioctl/tmoe/util/H

Calls

no outgoing calls

Tested by

no test coverage detected