isdebug
Results
2
comments of
isdebug
@MaMyYyY Disable C/C++ optimizations, and then regenerate it.
@MaMyYyY #pragma optimize( "", off ) VOID TestPageHook() { UCHAR buf[32] = { 0 }; PVOID pFn = (PVOID)TestFn; RtlCopyMemory (buf, pFn, 16); DPRINT ("HyperBone: CPU %d: %s: Buffer contents:...