|
|
How to lock down your Java code |
|
|
How to lock down your Java code |
|
|
Java / Development |
|
|
Click to Visit |
|
|
14 |
When you have to use codes from a variety of open-source libraries you have to sort through a lot of codes, which were not written by you and which may require an efficient Java decompiler and also the knowledge of using it properly. In this tutorial to opening up and locking down Java code, it explains the essentials of disassembling, decompiling, and obfuscating Java code, using examples from popular tools such as Mocha, HoseMocha, jmangle, and JODE. With this you can not only access in a smooth way the open source codes but also protect your codes from being accessed.
|