Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/tinycedar/classp
- Owner: tinycedar
- License: apache-2.0
- Created: 2015-04-30T05:54:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T06:38:20.000Z (about 7 years ago)
- Last Synced: 2024-10-04T09:24:27.312Z (3 months ago)
- Topics: bytecode, classfile, java, javap, parser
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 16
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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