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

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

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.**