Hooking Any Function
Description about hooking options in HyperDbg
PVOID ExAllocatePoolWithTag(
__drv_strictTypeMatch(__drv_typeExpr)POOL_TYPE PoolType,
SIZE_T NumberOfBytes,
ULONG Tag
);HyperDbg> !epthook fffff805`5cdb2030 script { print(@r8); }HyperDbg> !epthook2 fffff805`5cdb2030 script { print(@r8); }Last updated