bytecode-manipulation.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [bytecode-manipulation]

www.codever.land/bookmarks/t/bytecode-manipulation

ASM

http://asm.ow2.org

All-purpose, low-level bytecode manipulation and analysis.


Byte Buddy

http://bytebuddy.net

Further simplifies bytecode generation with a fluent API.


bytecode-viewer

https://github.com/Konloch/bytecode-viewer

Java 8 Jar & Android APK reverse engineering suite.


Byteman

https://byteman.jboss.org

Manipulate bytecode at runtime via DSL (rules); mainly for testing/troubleshooting.


cglib

https://github.com/cglib/cglib

Bytecode generation library.


Javassist

https://jboss-javassist.github.io/javassist

Tries to simplify bytecode editing.


Mixin

https://github.com/SpongePowered/Mixin

Manipulate bytecode at runtime using real Java code.