ajkhoury / RemoteCode-KernelLinks
Simple code generation library developed in C intended for code generation in Kernel mode
☆17Updated 3 years ago
Alternatives and similar repositories for RemoteCode-Kernel
Users that are interested in RemoteCode-Kernel are comparing it to the libraries listed below
Sorting:
- Code injection by hijacking threads in Windows 32-bit applications☆43Updated 7 years ago
- My take on the capcom driver vulnerability☆28Updated 8 years ago
- Bypassing code hooks detection in modern anti-rootkits via building faked PTE entries.☆79Updated 15 years ago
- Windows handle stealing POC with NtDuplicateObject☆41Updated 8 years ago
- A sample on how to inject a DLL from a kernel driver☆61Updated 9 years ago
- viewing page boundaries of pages with PAGE_NOACCESS protection reveals the presence of x64dbg.☆26Updated 9 years ago
- Wow64 syscall hook☆42Updated 8 years ago
- Analyze PatchGuard☆56Updated 7 years ago
- A command line tool to load and unload a device driver.☆46Updated 8 years ago
- (DEPRECATED) A simple anti-anti debug library for Windows☆30Updated 5 years ago
- Hiding x32/x64 Modules/DLLs using PEB☆62Updated 10 years ago
- Windows kernel-mode callbacks tutorial driver☆48Updated 9 years ago
- Kernel mode driver loader, injecting into the windows kernel, Rootkit. Driver injections.