Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 454 Bytes

File metadata and controls

22 lines (15 loc) · 454 Bytes

JavaDisassembler

JavaDisassembler is a decompiler for the Java programming language

The project is currently frozen.

Run

dotnet run --project .\src\JavaDisassembler.fsproj -- .\examples\HelloWorld.class

Build examples

cd examples
javac .\<NAME>.java 

TODO

  • Add access flag validity checking and readable output of access modifiers in the class
  • Correct processing if the file is a module (ACC_MODULE flag)