1 unstable release

0.2.0 Jun 1, 2023

#465 in Build Utils

24 downloads per month
Used in 4 crates (2 directly)

MIT license

87KB
1.5K SLoC

Java 1K SLoC // 0.0% comments Rust 287 SLoC // 0.0% comments Batch 68 SLoC

Contains (JAR file, 60KB) gradle/wrapper/gradle-wrapper.jar, (ELF exe/lib, 40KB) tests/true

Fugue FDB exporter

  • Supports Ghidra 10.x.y.
  • Exports both Ghidra projects and binaries supported by Ghidra's loaders.
  • GUI-based export plugin via Script Manager -> External -> FugueExport.java

Prerequisites

Install the flatbuffers compiler flatc.

Run the following commands:

git submodule init
git submodule update --recursive

# make sure that the flatc version is the same
# as the flatbuffers-java version in build.gradle
flatc --java -b -o src/main/java/ extra/schema/fugue.fbs

Build

GHIDRA_INSTALL_DIR=/opt/ghidra/ ./gradlew buildExtension

Install

unzip -qod "${GHIDRA_INSTALL_DIR}"/Ghidra/Extensions/ dist/$(ls -1t dist | head -n1)

Dependencies

~8–20MB
~329K SLoC