From 5ec1635af214fc5e00f768af840785277fa839a5 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Wed, 20 Nov 2019 20:48:15 +0100 Subject: [PATCH] Add TODO to README --- ScrapHacks/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ScrapHacks/README.md b/ScrapHacks/README.md index bd5ee52..5d57306 100644 --- a/ScrapHacks/README.md +++ b/ScrapHacks/README.md @@ -10,10 +10,14 @@ Open VS 32-bit command prompt (`vcvars32.bat`) ```batch mkdir build cd build -cmake -G "NMake Makefiles" .. +cmake -G"NMake Makefiles" .. cmake --build . --target install ``` this will drop the compiled files into `./build/bin` -(this has only been tested with a (cracked/deobfuscated) `Scrap.exe` v1.0 with a SHA1 checksum of `d2dde960e8eca69d60c2e39a439088b75f0c89fa`, other version might crash if the memory offsets don't match) \ No newline at end of file +(this has only been tested with a (cracked/deobfuscated) `Scrap.exe` v1.0 with a SHA1 checksum of `d2dde960e8eca69d60c2e39a439088b75f0c89fa`, other version might crash if the memory offsets don't match) + +## TODO + +- Injector-less version (patch Scrap.exe to load DLL) \ No newline at end of file