aboutsummaryrefslogtreecommitdiff
path: root/Hunted/Hunted.cpp
Commit message (Collapse)AuthorAge
* removed hunt leftover..Toni Uhlig2020-03-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* added TODOs for HUNTEDsegfault2020-03-15
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* search for g_pEntSys via SigScanToni Uhlig2020-03-15
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fixed CryAction offset in HuntCtx structToni Uhlig2019-11-10
|
* using KMemory::RPM for simple pointer reads instead of KMemoryBuf::RPMToni Uhlig2019-11-10
|
* switched to a simple pointer to the EntitiySystem in LibEntry to a complex ↵Toni Uhlig2019-11-10
| | | | struct of pointers
* basic gEnv pattern scan, renamed original gEnv to gEntSysToni Uhlig2019-11-09
|
* ready for Hunt 1.12 updateToni Uhlig2019-11-01
|
* updated hunt offsets for update 1.1Toni Uhlig2019-10-18
|
* removed leftover from previous attemptsToni Uhlig2019-10-03
|
* shrinked Hunted by removing unused overheadToni Uhlig2019-09-30
|
* We need to unlink the VAD _after_ the MS CRT was initialized to prevent ↵Toni Uhlig2019-09-29
| | | | crashing the process.
* Hunt: search for gloabel env pointer via patternToni Uhlig2019-09-28
|
* added an extensible dynamic symbol resolver including support for injected DLLsToni Uhlig2019-09-28
|
* renaming stuffToni Uhlig2019-09-27
|
* Hunted fetches global env pointer and uses it in shellcode, implemented some ↵Toni Uhlig2019-09-25
| | | | CRT dynamic resolved functions in DLL
* shellcode saves now all register values to the stack and pops it after the ↵Toni Uhlig2019-09-24
| | | | LibEntry function was called
* added shellcode comments and pattern scanning stubToni Uhlig2019-09-24
|
* Hunted TestDLL injection worksToni Uhlig2019-09-22
|
* added global env sig for HuntToni Uhlig2019-09-19
|
* jump to RWX page and backToni Uhlig2019-09-18
|
* basic shellcode injection worksToni Uhlig2019-09-18
|
* ifdef'd currently unused code out and made preparations for shellcode injectionToni Uhlig2019-09-18
|
* added CSGO project name suffix -kmemToni Uhlig2019-08-23
|
* Hunt iterate over entitiesToni Uhlig2019-08-19
|
* Hunt Showdown read some entity valuesToni Uhlig2019-08-15
|
* change the scope of some functions/globals to staticToni Uhlig2019-07-29
|
* use MemDriverLib for Hunted instead of the obsolete KInterface.cppToni Uhlig2019-07-09
|
* KTest -> HuntedToni Uhlig2019-07-07