amosshi / binaryinternalsLinks
Free Tools to View Internals of Binary File, including .class, .dex, .elf, .zip, etc.
☆69Updated 3 months ago
Alternatives and similar repositories for binaryinternals
Users that are interested in binaryinternals are comparing it to the libraries listed below
Sorting:
- Utilize Java Agents and ASM to modify then override Java SE classes. (In this case blocking java.lang.Runtime.exec)☆56Updated 2 years ago
- ELF parsing library in java.☆167Updated 2 months ago
- JVM bytecode interpreter written in Java☆86Updated last year
- It's a Java debugger with the smaller step size. One line of java code is consisted of lines of bytecode. This debugger can step into the…☆17Updated 2 years ago
- Multi-threaded JNA hooks and simplified library access to window/key/mouse functions.☆41Updated 6 years ago
- Easy-to-use java bytecode editor - successor of JByteMod!☆270Updated 6 years ago
- Remapping tool for compiled java programs.☆125Updated 5 years ago
- ObjectWeb ASM - bytecode verifier and utilities☆68Updated 12 years ago
- Java decompiler written in Rust.☆20Updated 2 years ago
- Dataset and tool to analyse and compare java bytecode decompilers http://arxiv.org/pdf/1908.06895☆21Updated 5 years ago
- The Java Disassembler☆188Updated 4 months ago
- Lightweight dex / odex / apk to jar converter☆34Updated 4 years ago
- The project help developer create or modify class at runtime simply. it's base on ASM framework and provide a high level API like java st…