Sunday, August 21, 2011

Java Decompiler project

I wanted to check out some compiled Java byte code from a .class file.  Unfortunately, the tool I historically used (JAD via the DJ Java Decompiler) didn't handle Java version 5 byte code.  Luckily for me a project by Emmanuel Dupuy has released a similar tool called JD-GUI.