From 6b9696a1ff0fbc404d373c51cb8b2508bb4293b9 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 21 May 2025 11:00:32 +0200 Subject: [PATCH] README: init --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9826597 --- /dev/null +++ b/README.md @@ -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. +