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. +