Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 2.15 KB

bytecode-manipulation.md

File metadata and controls

49 lines (41 loc) · 2.15 KB

Bookmarks tagged [bytecode-manipulation]

http://asm.ow2.org

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


http://bytebuddy.net

Further simplifies bytecode generation with a fluent API.


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

Java 8 Jar & Android APK reverse engineering suite.


https://byteman.jboss.org

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


https://github.com/cglib/cglib

Bytecode generation library.


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

Tries to simplify bytecode editing.


https://github.com/SpongePowered/Mixin

Manipulate bytecode at runtime using real Java code.