javap

There are 11 repositories under javap topic.

  • teverett/jvmBASIC

    A BASIC to JVM bytecode compiler

    Language:Java517514
  • tinycedar/classp

    用Go开发的Java字节码解析器,和“javap”命令作用一致 Java class file parser plays the same role as "javap"

    Language:Go18004
  • ExcaliburZero/jvm-class-file-parser

    A Rust library + program for parsing JVM Class Files.

    Language:Rust7131
  • jordonyang/ClassParser

    A Java class file parser based on Java Visual Machine Specification,just like javap.

    Language:Java1100
  • wenpeng/javap-c

    javap -c 指令一览表

  • mgabelmann/javap

    Scans class and jar files using javap to determine the versions of Java used to compile them.

    Language:Java0101
  • a1usha/ojp

    Assignments for the Java program optimization course

    Language:Java201
  • ghostbuster91/tree-sitter-javap

    Javap grammar for tree-sitter

    Language:C31
  • 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 .

    Language:Kotlin25
  • 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

    Language:Java20
  • suyash248/javap

    Custom javap tool built using Reflection API's.

    Language:Java201