How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-
Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
Command Line Tool for interacting with MachO binaries on OSX/iOS
MachOView fork
The main features of gdbinit/machoview are: Binary Analysis Tools, Binary Format Tools, Reverse Engineering And Security.
Projects with overlapping indexed features include: aquynh/capstone — Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code… airbus-seclab/bincat — Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction,… alexzielenski/optool — Command Line Tool for interacting with MachO binaries on OSX/iOS. alonemonkey/monkeydev — MonkeyDev is a developer toolset for building, injecting, and deploying system extensions and custom dynamic libraries… anatolikalysch/vmattack. aidansteele/osx-abi-macho-file-format-reference.