Today I was wondering after seeing that jar file can be decompiled.
I compile my app with the mode Release (obfuscated) and use a decompiler to check my source.
All the while I know that my variables declared in Process Global sub in Main module will be obfuscated but to my surprise, it is not in my case.
I tried to create a small project and the obfuscation works! I see some of the variables are renamed and changed to some byte values.
So now raise a concern to me, what I have done wrong in my big project that break the obfuscation in B4J. Is it the Conditional symbols or other thing?
I compile my app with the mode Release (obfuscated) and use a decompiler to check my source.
All the while I know that my variables declared in Process Global sub in Main module will be obfuscated but to my surprise, it is not in my case.
I tried to create a small project and the obfuscation works! I see some of the variables are renamed and changed to some byte values.
So now raise a concern to me, what I have done wrong in my big project that break the obfuscation in B4J. Is it the Conditional symbols or other thing?