GraxCode / zelixkiller

Deobfuscate ZKM up to version 11, replaced by threadtear
GNU General Public License v3.0
67 stars 20 forks source link

Reflection Obfuscation Transformer ZKM 11 java.lang.IllegalAccessException: class is not public #3

Closed GraxCode closed 6 years ago

GraxCode commented 6 years ago

Caused by: java.lang.IllegalAccessException: class is not public: java.lang.invoke.MethodHandleImpl$BindCaller$T/672746064.invoke_V(MethodHandle,Object[])Object/invokeStatic, from <Class> at java.lang.invoke.MemberName.makeAccessException(MemberName.java:852)

Method / Field referenced to not accessible from class, maybe try to find hack to bypass access check in java.lang.invoke.MethodHandles$Lookup.revealDirect?