BlackBone
Windows memory hacking library
 All Classes Functions
blackbone::HookContext Struct Reference

Hook-related data More...

#include <TraceHook.h>

Public Types

typedef std::unordered_map
< uintptr_t, std::pair
< uintptr_t, bool > > 
mapHooks
 
typedef std::vector< PathNodevecState
 

Public Member Functions

void reset ()
 Reset tracing state More...
 

Public Attributes

uintptr_t lastIP = 0
 
uintptr_t lastSP = 0
 
uintptr_t targetPtr = 0
 
uintptr_t origPtrVal = 0
 
uintptr_t checkIP = 0
 
uintptr_t breakValue = 0
 
uintptr_t stateIdx = 0
 
TraceState state = TS_Start
 
vecState tracePath
 
mapHooks hooks
 

Detailed Description

Hook-related data

Member Function Documentation

void blackbone::HookContext::reset ( )
inline

Reset tracing state


The documentation for this struct was generated from the following file: