Commit Graph

70 Commits

Author SHA1 Message Date
Daniel S. 493b10e78b code cleanup, expand REPL, Automatically generate D3D8-VMT header file from include file, made ScrapHacks importable as python module 2019-12-04 00:28:14 +01:00
Daniel S. 37c64ea9ce Remove Injector 2019-11-29 16:10:18 +01:00
Daniel S. 1804541acd Update NOTES.md and r2_analyze.py: add suspected address of RenderFrame() 2019-11-28 20:00:56 +01:00
Daniel S. 005668103a Update ScrapHack.cpp: remov unused include and variable 2019-11-28 19:59:54 +01:00
Daniel S. 5f55c75a4b update ScrapHacks: remove unused VMT_Hook 2019-11-28 19:59:36 +01:00
Daniel S. 03f04ae062 Update r2_analyze.py: Fix game_vars() extractor, extract basic blocks referencing World_Ptr, add typedefs and function signatures 2019-11-28 19:59:14 +01:00
Daniel S. a0b08b7544 Add r2_analyze script to parse and label interesting stuff 2019-11-22 23:11:34 +01:00
Daniel S. d539d83648 formatting 2019-11-20 20:53:08 +01:00
Daniel S. 11f6637386 Add radare2 link to readme 2019-11-20 20:53:00 +01:00
Daniel S. c2e3c917ee Link against dxerr8 for error handling 2019-11-20 20:52:43 +01:00
Daniel S. 1b2232cf5d Close thread handle after starting DllInit() thread from DllMain() 2019-11-20 20:52:20 +01:00
Daniel S. e2464653c7 remove hook wrappers and directly call Hook::addr() at the start of MainLoop(), add console redirection 2019-11-20 20:51:38 +01:00
Daniel S. 20a4d53b22 Detach and reattach console on start 2019-11-20 20:50:31 +01:00
Daniel S. 934fd3881c move PPID function to Utils 2019-11-20 20:50:09 +01:00
Daniel S. de6b0e2814 Add D3DCheck address 2019-11-20 20:49:37 +01:00
Daniel S. 5e65eecf8b Add method to call void function 2019-11-20 20:49:22 +01:00
Daniel S. 1ac0a9955b Add Skeleton for REPL to hook into console 2019-11-20 20:48:39 +01:00
Daniel S. 5ec1635af2 Add TODO to README 2019-11-20 20:48:15 +01:00
Daniel S. eaaa372060 Simplify Injecto to find Scrapland by WindowClass 2019-11-20 20:48:01 +01:00
Daniel S. 1f83c25129 Simplyfy D3D8 Hook and enable hooking at runtime instead of only at launch 2019-11-20 20:46:58 +01:00
Daniel S. 8c1acb3e85 Update NOTES.md, add info about launch command line options 2019-09-08 19:18:40 +02:00
Daniel S. 837ff3e057 Update README.md 2019-09-05 09:15:40 +00:00
Daniel S. 9761ac261b Update CMake files to enable C++11 support 2019-09-02 22:57:20 +02:00
Daniel S. e440e99fab Update ScrapHacks README.md 2019-09-02 21:58:51 +02:00
Daniel S. a920c63d41 Auto format everything 2019-09-02 21:44:17 +02:00
Daniel S. e21faa76a1 remove precompiled headers 2019-09-02 21:40:04 +02:00
Daniel S. 738b7607b1 Update README.md,add prerequisites, build and install in one command 2019-09-02 17:06:01 +02:00
Daniel S. 37a07242b1 Added note about checksum of executable file 2019-09-01 22:54:47 +02:00
Daniel S. 7784f97820 Switch build system to CMake 2019-09-01 22:45:07 +02:00
Daniel S. aa1c8171b2 Fix Scrap.Exit-Hook 2019-03-12 23:58:05 +01:00
Daniel S. 4b6f9c520f Update NOTES and README
Fix DX8 hooking bug in ScrapHacks, deinitialize everything properly by hooking `Scrap.Exit`
2019-03-12 23:43:26 +01:00
Daniel S. 3a9ab54240 Update Notes
Clean up DLL-Injector code
Fix Crash in DX8 EndScene Hook
Update Hook.c to change whole page protection instead of first few bytes
Add Hashtable parser and dumper
Add keyboard shortcut to toggle DX8 overlay
Add VMT Hooking (currently not working)
Add Cleanup function that gets called on DLL-Unload
2019-03-04 15:11:47 +01:00
Daniel S. 3976fdea37 Update NOTES.md 2019-03-03 22:38:12 +00:00
Daniel S. 5140d29ba9 Update NOTES.md 2019-03-01 20:07:46 +00:00
Daniel S. 3b8257ca5a Update NOTES.md 2019-03-01 20:07:16 +00:00
Daniel S. 9e0b2b0f1e Update screenshot 2019-03-01 20:50:38 +01:00
Daniel S. efba0894c4 Added D3D8 EndScene hooking (which currently crashes the game after some time) 2019-03-01 20:47:14 +01:00
Daniel S. 7cf3ab8580 Added function hooking
Cleaned up the injector a bit and added launch-time injection
2019-03-01 01:00:50 +01:00
Daniel S. ffbcc30427 Code cleanup 2019-02-28 17:50:52 +01:00
Daniel S. bef8fcbaaa Convert rest of files from UTF-16 to UTF-8 2019-02-27 04:57:05 +01:00
Daniel S. 941e063a19 Convert UTF-16 to UTF-8 2019-02-27 04:55:21 +01:00
Daniel S. 0461764566 Big Update
Added more functions to DLL
Simplified Injector
Added Screenshot
Added some more functions to dbg.py module
2019-02-27 01:56:10 +01:00
Daniel S. 2a30b53cfb Fix key_down() function 2019-02-23 22:47:58 +01:00
Daniel S. fe97182caa Update README.md 2019-02-23 22:44:33 +01:00
Daniel S. 91901705d9 Add DLL-Injector+ScrapHacks DLL 2019-02-23 22:40:05 +01:00
Daniel S. 80ba48cd37 Add LICENSE 2018-12-22 17:21:50 +00:00
Daniel S. f8bc746132 Update dbg.py to lastest version 2018-12-22 03:25:18 +00:00
Daniel S. 8830340b8b Update NOTES.md
Fixed Typo in Console Hanlder Address
Infos for built-in Python Modules
Infos on loading mods
2018-12-22 03:24:34 +00:00
Earthnuker 884d1d5e29 Update NOTES.md 2017-10-09 22:07:18 +00:00
Earthnuker 7d66c3f2f9 Update NOTES.md 2017-10-09 22:06:28 +00:00