2 releases

0.2.35 Feb 3, 2024
0.2.34 May 9, 2023

#2324 in Algorithms

Download history 156/week @ 2025-09-11 186/week @ 2025-09-18 191/week @ 2025-09-25 176/week @ 2025-10-02 84/week @ 2025-10-09 153/week @ 2025-10-16 131/week @ 2025-10-23 161/week @ 2025-10-30 112/week @ 2025-11-06 237/week @ 2025-11-13 85/week @ 2025-11-20 152/week @ 2025-11-27 158/week @ 2025-12-04 104/week @ 2025-12-11 93/week @ 2025-12-18 71/week @ 2025-12-25

448 downloads per month
Used in 26 crates (3 directly)

MIT and maybe LGPL-3.0+

270KB
9K SLoC

Fugue logo

Fugue Binary Analysis Framework

DOI

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.

Fugue is built around a core collection of crates, i.e., fugue-core. These crates provide a number of fundamental capabilities:

  • Data structures and types:

    • Architecture definitions (fugue-arch).
    • Bit vectors (fugue-bv).
    • Floating point numbers (fugue-fp).
    • Endian-aware conversion to and from various primitive types (fugue-bytes).
  • Program representations and abstractions:

    • A knowledge database to represent program binaries that can be populated using third-party tools (fugue-db).
    • Disassembly and lifting to intermediate representations (fugue-ir).

Prerequisites

git submodule init
git submodule update --recursive

Build

cargo build

Dependencies

~2.3–4MB
~79K SLoC