Skip to content

Instantly share code, notes, and snippets.

@romainthomas
Created October 30, 2022 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romainthomas/0d89bcd2547ff5968a0f3a5f4f7c067d to your computer and use it in GitHub Desktop.
Save romainthomas/0d89bcd2547ff5968a0f3a5f4f7c067d to your computer and use it in GitHub Desktop.
dProtect Configuration
-keep,allowobfuscation class com.optiv.ndkcrackme.MainActivity { *; }
-obfuscations *
-obfuscate-strings class com.optiv.ndkcrackme.** { *; }
-obfuscate-arithmetic class com.optiv.ndkcrackme.** { *; }
-obfuscate-control-flow class com.optiv.ndkcrackme.** { *; }
-obfuscate-constants class com.optiv.ndkcrackme.** { *; }
-repackageclasses
-allowaccessmodification
-flattenpackagehierarchy
-useuniqueclassmembernames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment