JASM is an assembler/disassembler for JVM bytecode. It provides a nice syntax for writing JVM classes in a bytecode-focused assembly language, and can also disassemble any Java .class file to JASM ...
Medium article going through the reasoning and implementation: NOTE: You will need to serve the html file through a server. There is one already included, so you can run node server, then navigate to ...