|
JODE Links
Other decompilers
Other obfuscators
- The Open Directory list
- Hashjava is another free obfuscator. It is no longer maintained, though, since its successor was commercialized.
- Zelix
Klassmaster does a very good flow optimization and also decrypts
strings. But JODE's deobfuscator can undo both.
- Christian S. Collberg has some really interesting papers about non reversible obfuscations.
Graphical User Interface
Miscellanous packages needed to run JODE
- CYGWIN (unix tools for win95/NT)
-
http://sourceware.cygnus.com/cygwin/
- JDK 1.1:
-
http://java.sun.com/products/jdk/1.1/
- Swing for JDK 1.1:
-
-
http://java.sun.com/products/jfc/index.html#download-swing
- JDK 1.2:
-
http://java.sun.com/products/jdk/1.2/
- Getopt:
-
http://www.urbanophile.com/arenn/hacking/download.html#getopt
- Collection Classes:
- I have written a small script that puts the collection classes
from the GNU Classpath Project into
its own package (
org.gnu.java.util.collections ). You can
download the source code (including
the script), or a precompiled jar file.
|