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