README: init

This commit is contained in:
2025-05-21 11:00:32 +02:00
parent 6fe71d4f41
commit 6b9696a1ff

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# 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.