Created
November 10, 2014 19:19
-
-
Save caot/fa05d4f873377a463503 to your computer and use it in GitHub Desktop.
Protect Your Java Code — Through Obfuscators And Beyond
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Protect Your Java Code — Through Obfuscators And Beyond | |
| http://www.excelsior-usa.com/articles/java-obfuscators.html |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The obfuscated byte code is still reversible, and reversed code usually have the same method name and parameters with different return types. It needs more effort than the normal byte code.