I have collected 9 tests from various places, and tested 9 bytecode to Java decompilers that I could get access to for free. The best one (JODE) only passes 6 of the 9 tests. * [[DecompilationJodeTest][JODE]] tests * [[DecompilationDavaTest]["Dava"]] tests * [[DecompilationJadTest][JAD]] tests * [[DecompilationNmiTest][NMI's Java Code Viewer]] tests * [[DecompilationSATest][Source Again]] tests * [[DecompilationJasciiTest][Jascii]] tests * [[DecompilationStTest][SourceTec]] tests * [[DecompilationJrpTest][JReversePro]] tests * [[DecompilationCcTest][ClassCracker]] tests To avoid repeating the source code for the tests, the sources appear here. * DecompilerFiboTestSource * DecompilerCastingTestSource * DecompilerInnerClassesTestSource * DecompilerSableTestSource * DecompilerOptimisedTestSource * DecompilerControlFlowTestSource * DecompilerExceptionTestSource -- Main.MikeVanEmmerik - 23 Feb 2003
CategoryDecompilation