MichaelRocks / paranoid

String obfuscator for Android applications.
Apache License 2.0
671 stars 79 forks source link

Obfuscate don't work #2

Closed abraaocaldas closed 7 years ago

abraaocaldas commented 7 years ago

Hello there! In Windows the annotation @Obfuscate is not working. I compiled your sample and decompiled with dex2jar, here is the result. capturar

MichaelRocks commented 7 years ago

I tried to compile the sample project on macOS and everything works just fine. Seems this is a Windows specific issue again. Could you please compile sample with gradle clean :sample:assemble --info and send me the build log?

abraaocaldas commented 7 years ago

Here is the log: debug.txt

MichaelRocks commented 7 years ago

According to the log the library doesn't really work on Windows. Moreover, I tested it myself on a Windows machine and the bug reproduces. I'll try to understand why it happens.

MichaelRocks commented 7 years ago

@abraaocaldas I think I found the reason of this bug and will publish a hotfix today.