Crates.io | fugue-idapro |
lib.rs | fugue-idapro |
version | 0.2.1 |
source | src |
created_at | 2023-06-02 01:06:10.206746 |
updated_at | 2023-06-02 01:06:10.206746 |
description | A binary analysis framework written in Rust |
homepage | https://fugue.re |
repository | |
max_upload_size | |
id | 880394 |
size | 49,143 |
Copy your unpacked IDA Pro SDK to third-party/
. For example, for idasdk75.zip
, you should have a directory called third-party/idasdk75
.
cmake -DCMAKE_BUILD_TYPE=Release -B build
cmake --build build --config Release --parallel
Copy fugue.{dll/dylib/so}
and fugue64.{dll/dylib/so}
to ${IDA_INSTALL_DIR}/plugins
.
idat64 -A -OFugueOutput:/tmp/ls-x86_64.fdb -OFugueForceOverwrite:true -o/tmp/ls.i64 /bin/ls