Script Manager -> External -> FugueExport.java
Install the flatbuffers compiler flatc
.
Run the following commands:
``` git submodule init git submodule update --recursive
flatc --java -b -o src/main/java/ extra/schema/fugue.fbs ```
GHIDRA_INSTALL_DIR=/opt/ghidra/ ./gradlew buildExtension
unzip -qod "${GHIDRA_INSTALL_DIR}"/Ghidra/Extensions/ dist/$(ls -1t dist | head -n1)