Skip to content

Instantly share code, notes, and snippets.

@caot
Created November 10, 2014 19:19
Show Gist options
  • Select an option

  • Save caot/fa05d4f873377a463503 to your computer and use it in GitHub Desktop.

Select an option

Save caot/fa05d4f873377a463503 to your computer and use it in GitHub Desktop.
Protect Your Java Code — Through Obfuscators And Beyond
Protect Your Java Code — Through Obfuscators And Beyond
http://www.excelsior-usa.com/articles/java-obfuscators.html
@caot

caot commented Jun 4, 2015

Copy link
Copy Markdown
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment