14 releases

0.2.11 Nov 9, 2024
0.2.10 Oct 26, 2024
0.2.8 Jul 2, 2024
0.2.7 Feb 17, 2024
0.1.6 Jan 16, 2022

#201 in Debugging

Download history 12/week @ 2024-09-13 5/week @ 2024-09-20 10/week @ 2024-09-27 168/week @ 2024-10-04 113/week @ 2024-10-11 3/week @ 2024-10-18 113/week @ 2024-10-25 5/week @ 2024-11-01 104/week @ 2024-11-08 6/week @ 2024-11-15 3/week @ 2024-11-22 71/week @ 2024-11-29

184 downloads per month

Custom license

16MB
4.5K SLoC

SMDA

x86_64 Arm7 Windows macOS

SMDA is a minimalist recursive disassembler library that is optimized for accurate Control Flow Graph (CFG) recovery from memory dumps. It is based on Capstone and currently supports x86/x64 Intel machine code. As input, arbitrary memory dumps (ideally with known base address) can be processed.

The output is a collection of functions, basic blocks, and instructions with their respective edges between blocks and functions (in/out). Optionally, references to the Windows API can be inferred by using the ApiScout method.

Requirements

  • Rust 1.56+ (edition 2021)

Reference

This is a python port whose original authors are: Daniel Plohman and Steffen Enders


LICENSE: MIT

Dependencies

~51MB
~1.5M SLoC