bytecode-reading
There are 10 repositories under bytecode-reading topic.
frozolotl/noak
A java bytecode decoding and encoding library written in rust. Mirror of https://gitlab.com/frozo/noak
redking00/Volcano
A GUI for Krakatau assembler / disassembler
thomasleplus/JavaInfo
Perl utility to extract the java version info from a class file's bytecode.
emilyy-dev/ClassFileReader
Scala version of javap - a file reader following the class file format https://docs.oracle.com/javase/specs/jvms/se17/html/jvms-4.html
errhal/python_bytecode_reader
Simple application for bytecode analysis.
iridescent995/Javassist_JavaBytecode_manipulation
Java Byte-code Manipulation at run time using Javassist | Javassist Tutorials
koresframework/Kores-BytecodeReader
Translates JVM Bytecode to CodeAPI Structure (experimental)
TeamworkGuy2/ClassLoading
Java class file parsing and manipulation