JavaDisassembler is a decompiler for the Java programming language
dotnet run --project .\src\JavaDisassembler.fsproj -- .\examples\HelloWorld.class
cd examples
javac .\<NAME>.java
- 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)