Add TODO to README
This commit is contained in:
parent
eaaa372060
commit
5ec1635af2
1 changed files with 6 additions and 2 deletions
|
@ -10,10 +10,14 @@ Open VS 32-bit command prompt (`vcvars32.bat`)
|
||||||
```batch
|
```batch
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -G "NMake Makefiles" ..
|
cmake -G"NMake Makefiles" ..
|
||||||
cmake --build . --target install
|
cmake --build . --target install
|
||||||
```
|
```
|
||||||
|
|
||||||
this will drop the compiled files into `./build/bin`
|
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)
|
(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)
|
Loading…
Reference in a new issue