https://github.com/eth0rium/mirage
Modern, half-finished, bytecode manipulation library aimed at the JVM
https://github.com/eth0rium/mirage
bytecode bytecode-manipulation java jvm reverse-engineering
Last synced: 11 months ago
JSON representation
Modern, half-finished, bytecode manipulation library aimed at the JVM
- Host: GitHub
- URL: https://github.com/eth0rium/mirage
- Owner: eth0rium
- License: mit
- Created: 2024-03-29T11:34:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T05:20:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T14:44:32.157Z (11 months ago)
- Topics: bytecode, bytecode-manipulation, java, jvm, reverse-engineering
- Language: Java
- Homepage:
- Size: 119 KB
- Stars: 11
- 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 handling
oh 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.**