Commit e6bf7f4b authored by swift_gan's avatar swift_gan Committed by ganyao114

revert code

parent 4243a605
......@@ -69,6 +69,10 @@ public class SandHook {
HookWrapper.addHookClass(hookWrapperClass);
}
public static void addHookClass(ClassLoader classLoader, Class... hookWrapperClass) throws HookErrorException {
HookWrapper.addHookClass(classLoader, hookWrapperClass);
}
public static synchronized void hook(HookWrapper.HookEntity entity) throws HookErrorException {
if (entity == null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment