B4J Question Integrated B4JPackager11 code obfuscation

Chris2

Active Member
Licensed User
Longtime User
When building a standalone package with the Integrated B4JPackager11, is the code obfuscated or just built in Release mode?

If it's not automatically obfuscated, is there a way to make the packager obfuscate the code?

Many thanks.
 
Solution
The answer is yes, assuming that the compilation mode is set to Release (obfuscated).
Look for this line in the compilation logs: ObfuscatorMap.txt file created in Objects folder.
Top