2 releases

0.2.16 Oct 26, 2024
0.2.15 May 9, 2023

#916 in Database interfaces

Download history 108/week @ 2024-10-04 151/week @ 2024-10-11 55/week @ 2024-10-18 238/week @ 2024-10-25 95/week @ 2024-11-01 40/week @ 2024-11-08 175/week @ 2024-11-15 251/week @ 2024-11-22 94/week @ 2024-11-29 119/week @ 2024-12-06 113/week @ 2024-12-13 39/week @ 2024-12-20 14/week @ 2024-12-27 71/week @ 2025-01-03 134/week @ 2025-01-10 136/week @ 2025-01-17

356 downloads per month
Used in 11 crates (6 directly)

MIT and maybe LGPL-3.0+

580KB
15K 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

~8–20MB
~290K SLoC