Commit 61d76539 authored by swift_gan's avatar swift_gan Committed by swift_gan

disable hook setAccessible

parent 9179864a
......@@ -14,6 +14,7 @@ public class HookBlackList {
static {
methodBlackList.add("java.lang.reflect.Method.invoke");
methodBlackList.add("java.lang.reflect.AccessibleObject.setAccessible");
methodUseInHookBridge.add("java.lang.Class.getDeclaredField");
methodUseInHookBridge.add("java.lang.reflect.InvocationTargetException.getCause");
......
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