Enigma icon indicating copy to clipboard operation
Enigma copied to clipboard

Not Working !

Open ghost opened this issue 4 years ago • 2 comments

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...

ghost avatar Dec 28 '19 12:12 ghost

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

christopherney avatar Dec 28 '19 13:12 christopherney