|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Obfuscating
You can protect your bytecode from decompiling tools that give users the ability to get the source code, ideas and algorithms by using obfuscators. One option is to change the bytecode such that when it is decompiled the source code becomes unreadable or hard to understand. Another option is to closely examine decompiling tools and find ways (without changing the behaviour of your code) to include dummy or incorrect bytecode as to crash those tools. Enter the world of this cat and mouse game by following these links!
Related Categories
Decompiling
Subcategories
Questions & Answers
= answered, = unanswered
Further Information (sorted alphabetically)
Articles:
Products:
|
|
|
|
|