VirtualDbgHide icon indicating copy to clipboard operation
VirtualDbgHide copied to clipboard

Windows kernel mode driver to prevent detection of debuggers.

Results 2 VirtualDbgHide issues
Sort by recently updated
recently updated
newest added

Looking at your source code it looks like it's compatible only with Intel processors, any idea how to port it to AMD(ryzen)? Can you help me with this issue related...

When I see you code by KiSystemServiceRepeat_Emulate PROC ``` ; RAX = [IN ] syscall index ; RAX = [OUT] number of parameters ; R10 = [OUT] function address ;...