ScrapHacks/ScrapHacks
Daniel S. 37c64ea9ce Remove Injector 2019-11-29 16:10:18 +01:00
..
ScrapHack Update ScrapHack.cpp: remov unused include and variable 2019-11-28 19:59:54 +01:00
.gitattributes Add DLL-Injector+ScrapHacks DLL 2019-02-23 22:40:05 +01:00
CMakeLists.txt formatting 2019-11-20 20:53:08 +01:00
README.md Add TODO to README 2019-11-20 20:48:15 +01:00

README.md

Prerequisites

  • Visual Studio 2017/2019 (others might work)
  • CMake

Building

Open VS 32-bit command prompt (vcvars32.bat)

mkdir build
cd build
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)

TODO

  • Injector-less version (patch Scrap.exe to load DLL)