javap
There are 11 repositories under javap topic.
teverett/jvmBASIC
A BASIC to JVM bytecode compiler
tinycedar/classp
用Go开发的Java字节码解析器,和“javap”命令作用一致 Java class file parser plays the same role as "javap"
ExcaliburZero/jvm-class-file-parser
A Rust library + program for parsing JVM Class Files.
jordonyang/ClassParser
A Java class file parser based on Java Visual Machine Specification,just like javap.
wenpeng/javap-c
javap -c 指令一览表
mgabelmann/javap
Scans class and jar files using javap to determine the versions of Java used to compile them.
a1usha/ojp
Assignments for the Java program optimization course
ghostbuster91/tree-sitter-javap
Javap grammar for tree-sitter
mike-neck/javap-server
A javap web service which compiles a java code sent via URL path into jvm bytecode, and analyze it by javap. An example javap-client is available at https://github.com/mike-neck/javap-client .
sid230798/Library_Utilisation
This Repo contains various different utilities languages Provide like javap to analyze jar files, Beautiful Soup to parse grammer, Prolog language for Recursive Logic and Scheduler class for Java
suyash248/javap
Custom javap tool built using Reflection API's.