[[http://jrevpro.sourceforge.net/index.htm][JReversePro]] is an open source Java Decompiler / Disassembler written entirely in Java. From the home page: _"The utlimate objective of this project is to provide a decompiler_ _that generates a Java object-based structure that can be programmatically inspected with_ _specific API. Other decompilers we know of only output a stringified version of the class'_ _original source file."_ Hosted on [[http://sourceforge.net][SourceForge]], released under the GPL license. For tests see DecompilationJrpTest. CategoryDecompilation