2 releases

0.2.5 Aug 28, 2024
0.2.4 May 9, 2023

#489 in Debugging

Download history 183/week @ 2024-11-19 232/week @ 2024-11-26 76/week @ 2024-12-03 125/week @ 2024-12-10 96/week @ 2024-12-17 26/week @ 2024-12-24 16/week @ 2024-12-31 119/week @ 2025-01-07 133/week @ 2025-01-14 114/week @ 2025-01-21 41/week @ 2025-01-28 44/week @ 2025-02-04 68/week @ 2025-02-11 62/week @ 2025-02-18 76/week @ 2025-02-25 59/week @ 2025-03-04

275 downloads per month
Used in 26 crates (4 directly)

MIT license

14KB
341 lines

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

~0.5–1.1MB
~25K SLoC