https://github.com/kylestev/jbcm
[Deprecated] Python module for parsing and manipulating Java bytecode
https://github.com/kylestev/jbcm
Last synced: 9 months ago
JSON representation
[Deprecated] Python module for parsing and manipulating Java bytecode
- Host: GitHub
- URL: https://github.com/kylestev/jbcm
- Owner: kylestev
- Created: 2013-02-09T10:47:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T02:56:08.000Z (over 10 years ago)
- Last Synced: 2025-04-09T01:44:28.103Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 273 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Java Bytecode Manipulator
===============
### This project is no longer maintained
If you look at the commit dates you'll see that it has been a while since this library has been updated.
Unfortunately it was never finished, but if you're looking for a non-Java library for parsing JVM class files,
I'd recommend you checkout my latest project, [jvm.js](https://github.com/kylestev/jvm.js), which allows you
to parse and perform static analysis on JVM class files. It's not feature-complete just yet, but is much further
along than this project and holds a promising future.
---
This library is for parsing and manipulating Java classfiles similar to the Bytecode Engineering Library https://commons.apache.org/proper/commons-bcel/
This is for manipulating Java classfiles with ease and without having the overhead of the JVM.