christopherney / Enigma

Gradle Plugin - Obfuscator String Encryption (Android/Java)
MIT License
156 stars 25 forks source link

Not Working ! #2

Open ghost opened 4 years ago

ghost commented 4 years ago

i test this plugin to adding in my code to protect some Strings in Java class, but after Build apk and test to reverse it by JadX, i found same String values is not change or make a fake values...

christopherney commented 4 years ago

Hi, First of all thanks for your feedback. Did you initialize a GIT local repo before compile your project with Enigma enabled ?

$ cd /path/of/your/project/
$ git init
$ git add .
$ git commit