Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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