Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethaanol/mirage
Modern, half-finished, bytecode manipulation library aimed at the JVM
https://github.com/ethaanol/mirage
bytecode bytecode-manipulation java jvm reverse-engineering
Last synced: about 1 month ago
JSON representation
Modern, half-finished, bytecode manipulation library aimed at the JVM
- Host: GitHub
- URL: https://github.com/ethaanol/mirage
- Owner: ethaanol
- License: mit
- Created: 2024-03-29T11:34:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T05:20:06.000Z (6 months ago)
- Last Synced: 2024-09-30T13:04:04.032Z (about 1 month ago)
- Topics: bytecode, bytecode-manipulation, java, jvm, reverse-engineering
- Language: Java
- Homepage:
- Size: 119 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mirage
Modern, half-finished, bytecode manipulation library... made by crackers and aimed at the JVM
Used to be private, now open-source.# Todo
Still a bunch of stuff left, mainly:
- support for `invokedynamic`
- support for `lookupswitch` and `tableswitch`
- support for inner classes
- stackmap frame computations
- stack & local max computations
- better error handlingoh right and the horrendous code.
# Contributions
As said in the segment above there are a still plenty of issues with this which need to be adressed.
If you are willing to do so pull requests are always welcome.# Why?
Hobby project, **this is not meant to replace objectweb's asm.**