From a669ba819192b1e415acddd4d5135e1cb7ecf7d8 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Fri, 3 Jul 2020 14:47:00 +0100 Subject: [PATCH] README: Update to include hashes for large symbol packs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1cb0f2b32..b9cbc0b01 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,12 @@ Symbol table packs for the various operating systems are available for download +The hashes to verify whether any of the symbol pack files have downloaded successfully or have changed can be found at: + + + + + Symbol tables zip files must be placed, as named, into the `volatility/symbols` directory (or just the symbols directory next to the executable file). Windows symbols that cannot be found will be queried, downloaded, generated and cached. Mac and Linux symbol tables must be manually produced by a tool such as [dwarf2json](https://github.com/volatilityfoundation/dwarf2json).