8000 GitHub - fugue-re/fuguex-core: A binary analysis framework written in Rust.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fugue-re/fuguex-core

Repository files navigation

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.

0