Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 918 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 918 Bytes

Fugue logo

DOI

Fugue Binary Analysis Framework

Fugue is a binary analysis framework in the spirit of B2R2 and BAP, with a focus on providing reusable components to rapidly prototype new binary analysis tools and techniques.

This collection of crates, i.e., fuguex-core can be used to build custom interpreters. The fuguex-concrete crate provides a basic interpreter based on Micro execution microx, that can be customised with user-defined hooks, intrinsic handlers, and execution strategies.