From 37a07242b17b41e12f6ef130fc2dde22f315632a Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sun, 1 Sep 2019 22:54:47 +0200 Subject: [PATCH] Added note about checksum of executable file --- ScrapHacks/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ScrapHacks/README.md b/ScrapHacks/README.md index 3911180..abb7dca 100644 --- a/ScrapHacks/README.md +++ b/ScrapHacks/README.md @@ -8,4 +8,6 @@ cmake --build . cmake --install . ``` -this will drop the compiled files into `./build/bin` \ No newline at end of file +this will drop the compiled files into `./build/bin` + +(this has only been tested with `Scrap.exe` with a SHA1 checksum of `d2dde960e8eca69d60c2e39a439088b75f0c89fa`, other version might crash if the memory offsets don't match) \ No newline at end of file