Verifying Java Decompilers
Reverse Engineering July 10, 2016A few months ago I was discussing in Bytecode Viewer’s GitHub repository about the feasibility of decompiling a Java class file, recompiling it, and still getting the same bytecode out. Storyyeller pointed out that it’s unlikely that the bytecode will be the same for most decompilers (with Krakatau likely being the closest).… Read more