You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, great work! I started using enigma to obfuscate Strings and it worked perfectly so far, but when I use static initializer to load native library (NDK) it fails with the title's name.
Is there any way to prevent Enigma from obfuscate that static initializer without excluding the whole code, or obfuscate it as well?
Example error:
public class A {
static {
System.loadLibrary("somelib"); <- Illegal Forward Reference
}
}
Appreciate any guidance or help.
Thanks!
The text was updated successfully, but these errors were encountered:
Greetings.
First off, great work! I started using enigma to obfuscate Strings and it worked perfectly so far, but when I use static initializer to load native library (NDK) it fails with the title's name.
Is there any way to prevent Enigma from obfuscate that static initializer without excluding the whole code, or obfuscate it as well?
Example error:
Appreciate any guidance or help.
Thanks!
The text was updated successfully, but these errors were encountered: