ScrapHacks/ScrapHacks
Daniel S. e440e99fab Update ScrapHacks README.md 2019-09-02 21:58:51 +02:00
..
Injector Auto format everything 2019-09-02 21:44:17 +02:00
ScrapHack Auto format everything 2019-09-02 21:44:17 +02:00
.gitattributes Add DLL-Injector+ScrapHacks DLL 2019-02-23 22:40:05 +01:00
CMakeLists.txt Auto format everything 2019-09-02 21:44:17 +02:00
README.md Update ScrapHacks README.md 2019-09-02 21:58:51 +02: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 Scrap.exe with a SHA1 checksum of d2dde960e8eca69d60c2e39a439088b75f0c89fa, other version might crash if the memory offsets don't match)