Obfuscate your Java source code & algorithms to protect it against reverse engineering analysis, cracking, and decompilation.
JObfuscator is a Java source code obfuscator to protect your work at the source code level. After compilation of the protected and obfuscated code - it will be extremely hard to reverse engineer the compiled bytecode, forget about Java decompilers!
v1.10 - 09.08.2022
- Fixed an error in the order of variable declarations when using obfuscation to change the linear path of code execution (thank you Yi Wu)
- Automatically adding special annotation for IntelliJ IDE @SuppressWarnings(InstanceVariableMayNotBeInitialized) for the non-linear code path obfuscation
v1.09 - 06.02.2022
- Fixed bug in annotation handling that caused string encryption obfuscation to work incorrectly
- Fixed renaming methods within the same class
- Improved integer to arrays obfuscation by generating multidimensional arrays e.g. int[][] var_3035 = { { 65535 }, { 01, 02, 0b0 } };
- Improved doubles to arrays obfuscation by generating multidimensional arrays e.g. double[][][] O_ZzBf7_4tcNvh_c = { { { 2.8 } }, { { 1.3 } }, { { 0.06, 3.7, 65535.8 } } };
No comments:
Post a Comment