13 releases

new 0.2.100 Feb 6, 2025
0.2.99 Jan 20, 2025
0.2.98 Dec 23, 2024
0.2.95 Oct 28, 2024
0.2.89 May 26, 2023

#2 in #fugue

Download history 342/week @ 2024-10-16 332/week @ 2024-10-23 151/week @ 2024-10-30 77/week @ 2024-11-06 121/week @ 2024-11-13 231/week @ 2024-11-20 406/week @ 2024-11-27 192/week @ 2024-12-04 99/week @ 2024-12-11 211/week @ 2024-12-18 53/week @ 2024-12-25 64/week @ 2025-01-01 112/week @ 2025-01-08 251/week @ 2025-01-15 127/week @ 2025-01-22 56/week @ 2025-01-29

583 downloads per month
Used in 25 crates (5 directly)

MIT and maybe LGPL-3.0+

795KB
23K 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

~3–12MB
~121K SLoC