kyREcon / IsKernelDebuggerPresent
Detects if a Kernel mode debugger is active by reading the value of KUSER_SHARED_DATA.KdDebuggerEnabled. It is a high level and portable implementation between 32 and 64-bit architectures.
☆23Updated 7 years ago
Alternatives and similar repositories for IsKernelDebuggerPresent:
Users that are interested in IsKernelDebuggerPresent are comparing it to the libraries listed below
- ☆34Updated 4 years ago
- Walks the Process' VAD list to grab the PTE's corresponding to a usermode virtual address, all to get the physical address☆24Updated 3 years ago
- PoC of BOOST-ed _EPROCESS.VadRoot iterating☆25Updated 10 years ago
- a demo for x86/x64's paging memory management learning, convert a virtual address from ring3 to physical address in ring0☆17Updated 7 years ago
- Some crazy PE executables protection kernel driver☆18Updated 4 years ago
- Example of hijacking system calls via function pointer tables☆32Updated 3 years ago
- map driver to memory☆25Updated 6 years ago
- Analysing and defeating PatchGuard universally☆34Updated 4 years ago
- A POC for Windows Extension Host hooking☆22Updated 5 years ago
- Protected Process Light Library☆18Updated 4 years ago
- x64 assembler library☆32Updated 7 months ago
- Map memory to user space and manipulate user memory, using capmon☆23Updated 6 years ago
- Windows Console Monitor☆33Updated 5 years ago
- ☆12Updated 6 years ago
- Translates WinDbg "dt" structure dump to a C structure☆13Updated 4 years ago
- ☆16Updated last year
- ☆19Updated 5 years ago
- Code Integrity Violation Spotter☆17Updated 7 months ago
- R3劫持所有异常☆14Updated 4 years ago
- A driver that supports communication between a Windows guest and HyperWin☆15Updated 4 years ago
- viewing page boundaries of pages with PAGE_NOACCESS protection reveals the presence of x64dbg.☆23Updated 8 years ago
- Takes a Windbg dumped structure (using the 'dt' command) and formats it into a C structure☆35Updated 6 months ago
- intel vt-x hypervisor ept☆25Updated 4 years ago
- IA32-doc is a project which aims to put as many definitions from the Intel Manual into machine-processable format as possible☆16Updated 2 years ago
- Wow64 Heaven's Gate Hook☆28Updated 3 years ago
- Easily hook WIN32 x64 functions☆18Updated 2 months ago
- Just an example of a well-known technique to detect memory tampering via Windows Working Sets.☆16Updated 3 years ago
- Anti-Analysis technique, trick the debugger by Hiding events from it.☆19Updated 3 years ago
- For Example. See Miro's Blog☆30Updated 2 years ago
- Simple library to handle PE files loading, relocating, get/set data, ..., in addition to process handling☆31Updated 5 years ago