Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tinycedar/classp

用Go开发的Java字节码解析器,和“javap”命令作用一致 Java class file parser plays the same role as "javap"
https://github.com/tinycedar/classp

bytecode classfile java javap parser

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# classp [![Build Status](https://travis-ci.org/tinycedar/classp.svg?branch=master)](https://travis-ci.org/tinycedar/classp)
Java class file parser plays the same role as "javap" command