bytecode-manipulation.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [bytecode-manipulation]
www.codever.land/bookmarks/t/bytecode-manipulation
ASM
All-purpose, low-level bytecode manipulation and analysis.
- tags: java, bytecode-manipulation
Byte Buddy
Further simplifies bytecode generation with a fluent API.
- tags: java, bytecode-manipulation
bytecode-viewer
https://github.com/Konloch/bytecode-viewer
Java 8 Jar & Android APK reverse engineering suite.
- tags: java, bytecode-manipulation
- :octocat: source code
Byteman
Manipulate bytecode at runtime via DSL (rules); mainly for testing/troubleshooting.
- tags: java, bytecode-manipulation
cglib
https://github.com/cglib/cglib
Bytecode generation library.
- tags: java, bytecode-manipulation
- :octocat: source code
Javassist
https://jboss-javassist.github.io/javassist
Tries to simplify bytecode editing.
- tags: java, bytecode-manipulation
Mixin
https://github.com/SpongePowered/Mixin
Manipulate bytecode at runtime using real Java code.
- tags: java, bytecode-manipulation
- :octocat: source code