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

Method HookUtils

app/src/main/java/cc/ioctl/tmoe/util/HookUtils.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13public class HookUtils {
14
15 private HookUtils() {
16 throw new AssertionError("no instance for you!");
17 }
18
19 public interface BeforeHookedMethod {
20 void beforeHookedMethod(XC_MethodHook.MethodHookParam param) throws Throwable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected