Midi12 / QueryWorkingSetExampleLinks
Just an example of a well-known technique to detect memory tampering via Windows Working Sets.
☆16Updated 3 years ago
Alternatives and similar repositories for QueryWorkingSetExample
Users that are interested in QueryWorkingSetExample are comparing it to the libraries listed below
Sorting:
- 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
- ☆15Updated 2 years ago
- Hijack NotifyRoutine for a kernelmode thread☆42Updated 3 years ago
- Anti-Analysis technique, trick the debugger by Hiding events from it.☆19Updated 3 years ago
- Windows driver template, using C++20 & cmake & GithubActions☆22Updated 9 months ago
- UnknownField is a tool based clang that obfuscating the order of fields to protect your C/C++ game or code.☆44Updated 2 years ago
- WinHvShellcodeEmulator (WHSE) is a shellcode emulator leveraging the Windows Hypervisor Platform API☆22Updated 3 years ago
- A library for intel VT-x hypervisor functionality supporting EPT shadowing.☆50Updated 4 years ago
- A poc that abuses Enclave☆38Updated 2 years ago
- x64 assembler library☆31Updated 11 months ago
- direct systemcalls with a modern c++20 interface.☆43Updated 2 years ago
- Use NtSetInformationThread(ThreadBreakOnTermination) for anti-debugging☆12Updated 5 years ago
- ☆29Updated 3 years ago
- Helper Script to convert a Windbg dumped structure (using the 'dt' command) into a C structure. It creates dummy structs for you if neede…☆26Updated last year
- windows kernel pagehook☆39Updated 2 years ago
- ☆59Updated 2 years ago
- RET / JMP RBX call spoofer☆10Updated 5 years ago
- Elevate arbitrary MSR writes to kernel execution.☆36Updated last year
- Simple library to handle PE files loading, relocating, get/set data, ..., in addition to process handling☆33Updated 5 years ago
- .lib file for linking against the NT CRT☆19Updated 3 years ago
- detect hypervisor with Nmi Callback☆34Updated 2 years ago
- Open Anti Cheat☆27Updated 2 years ago
- ☆27Updated last year
- Protected Process Light Library☆18Updated 4 years ago
- ☆27Updated 2 years ago
- Example of hijacking system calls via function pointer tables☆31Updated 3 years ago
- ☆30Updated 2 years ago
- A demonstration of hooking into the VMProtect-2 virtual machine☆19Updated last year
- Detects if a Kernel mode debugger is active by reading the value of KUSER_SHARED_DATA.KdDebuggerEnabled. It is a high level and portable …☆23Updated 7 years ago
- Sample/PoC Windows kernel driver for detect DMA devices by using Vendor ID and Device ID signatures☆34Updated 8 months ago