index
:
kmemdriver.git
VS-2017
master
A Windows Memory driver for game hacking purposes. Supports manual mapping with BlackBone and PastDSE.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Hunted
/
Hunted.cpp
Commit message (
Expand
)
Author
Age
*
removed hunt leftover..
Toni Uhlig
2020-03-26
*
added TODOs for HUNTED
segfault
2020-03-15
*
search for g_pEntSys via SigScan
Toni Uhlig
2020-03-15
*
fixed CryAction offset in HuntCtx struct
Toni Uhlig
2019-11-10
*
using KMemory::RPM for simple pointer reads instead of KMemoryBuf::RPM
Toni Uhlig
2019-11-10
*
switched to a simple pointer to the EntitiySystem in LibEntry to a complex st...
Toni Uhlig
2019-11-10
*
basic gEnv pattern scan, renamed original gEnv to gEntSys
Toni Uhlig
2019-11-09
*
ready for Hunt 1.12 update
Toni Uhlig
2019-11-01
*
updated hunt offsets for update 1.1
Toni Uhlig
2019-10-18
*
removed leftover from previous attempts
Toni Uhlig
2019-10-03
*
shrinked Hunted by removing unused overhead
Toni Uhlig
2019-09-30
*
We need to unlink the VAD _after_ the MS CRT was initialized to prevent crash...
Toni Uhlig
2019-09-29
*
Hunt: search for gloabel env pointer via pattern
Toni Uhlig
2019-09-28
*
added an extensible dynamic symbol resolver including support for injected DLLs
Toni Uhlig
2019-09-28
*
renaming stuff
Toni Uhlig
2019-09-27
*
Hunted fetches global env pointer and uses it in shellcode, implemented some ...
Toni Uhlig
2019-09-25
*
shellcode saves now all register values to the stack and pops it after the Li...
Toni Uhlig
2019-09-24
*
added shellcode comments and pattern scanning stub
Toni Uhlig
2019-09-24
*
Hunted TestDLL injection works
Toni Uhlig
2019-09-22
*
added global env sig for Hunt
Toni Uhlig
2019-09-19
*
jump to RWX page and back
Toni Uhlig
2019-09-18
*
basic shellcode injection works
Toni Uhlig
2019-09-18
*
ifdef'd currently unused code out and made preparations for shellcode injection
Toni Uhlig
2019-09-18
*
added CSGO project name suffix -kmem
Toni Uhlig
2019-08-23
*
Hunt iterate over entities
Toni Uhlig
2019-08-19
*
Hunt Showdown read some entity values
Toni Uhlig
2019-08-15
*
change the scope of some functions/globals to static
Toni Uhlig
2019-07-29
*
use MemDriverLib for Hunted instead of the obsolete KInterface.cpp
Toni Uhlig
2019-07-09
*
KTest -> Hunted
Toni Uhlig
2019-07-07