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.