ScrapHacks/ScrapHacks
Daniel S. eaaa372060 Simplify Injecto to find Scrapland by WindowClass 2019-11-20 20:48:01 +01:00
..
Injector Simplify Injecto to find Scrapland by WindowClass 2019-11-20 20:48:01 +01:00
ScrapHack Simplyfy D3D8 Hook and enable hooking at runtime instead of only at launch 2019-11-20 20:46:58 +01:00
.gitattributes Add DLL-Injector+ScrapHacks DLL 2019-02-23 22:40:05 +01:00
CMakeLists.txt Update CMake files to enable C++11 support 2019-09-02 22:57:20 +02:00
README.md Update README.md 2019-09-05 09:15:40 +00: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)