8 lines
478 B
Markdown
8 lines
478 B
Markdown
# rust-fidb-generator
|
|
|
|
Compiled rust binaries tend to contain URLs that point back to the libraries that they were compiled with, often with the exact commit.
|
|
This also holds for binaries compiled in release mode.
|
|
|
|
Combine these URLs with [Ghidra's Function Id Database Generator](https://github.com/NationalSecurityAgency/ghidra/blob/master/Ghidra/Features/FunctionID/src/main/doc/fid.xml), and you *might* have a tool makes it a lot easier to reverse engineer rust binaries.
|
|
|