[Jode-users] JODE obfuscation.
Brought to you by:
hoenicke
|
From: Me M. a. I <sta...@li...> - 2012-05-03 01:20:44
|
Jode is both a java decompiler and obfuscator, for java. -Can java obfuscate class files while they are inside jar,war,ear files? -When JODE produces an obfuscated result, does it simply alter input file(s), or does it output a second file (s) ? -Can jode perform class file obfuscation, and not just source code obfuscation? -Can JODE change class files such that they run on multiple platform java runtimes exactly the same, but such that decompilers produce fatal run errors and seize when they try to decompile? -Can Jode alter class files to block completion of decompilation entirely? -Particularly against its own decompilation? Presumably this can be accomplished by use of a customising script file. -Could I be sent just such a script file as accomplishes the goals behind my earlier questions in this email, with an example of a command line example of how to call the obfuscator on a java class(es) via implementation of the custom script? |