diversenok / Suspending-TechniquesLinks
Comparing, discussing, and bypassing various techniques for suspending and freezing processes on Windows.
☆128Updated 3 years ago
Alternatives and similar repositories for Suspending-Techniques
Users that are interested in Suspending-Techniques are comparing it to the libraries listed below
Sorting:
- Using Microsoft Warbird to automatically unpack and execute encrypted shellcode in ClipSp.sys without triggering PatchGuard☆255Updated 3 years ago
- API Set resolver for Windows☆139Updated last year
- Documenting system information classes and their uses☆55Updated 3 years ago
- A tool for detecting manual/direct syscalls in x86 and x64 processes using Nirvana Hooks.☆114Updated 3 years ago
- Single header version of System Informer's phnt library.☆230Updated last week
- Reimplement CreateProcessInternalW via Windows 10 20H1+/Windows 11 Base on NtCreateUserProcess-Post☆70Updated last year
- CallMon is an experimental system call monitoring tool that works on Windows 10 versions 2004+ using PsAltSystemCallHandlers☆144Updated 5 years ago
- Run Processes as PPL with ELAM☆171Updated 3 years ago
- Advanced driver monitoring utility.☆217Updated 3 years ago
- Add an empty section to a PE file☆53Updated 8 years ago
- Small tool to convert beteween the PE alignments (raw and virtual).☆98Updated 2 years ago
- Simple windows API logger☆109Updated 6 years ago
- ☆71Updated 2 years ago
- Global user-mode hooking framework, based on AppInit_DLLs. The goal is to allow you to rapidly develop hooks to inject in an arbitrary pr…☆180Updated 3 years ago
- Hook all callbacks which are registered with LdrRegisterDllNotification☆90Updated 6 months ago
- APC Internals Research Code☆168Updated 5 years ago
- File system minifilter driver for Windows to block symbolic link attacks.☆52Updated 4 years ago
- Resolve DOS MZ executable symbols at runtime☆95Updated 3 years ago
- ntdll.h - compatible with MSVC 6.0, Intel C++ Compiler and MinGW. Serves as a complete replacement for Windows.h☆146Updated 6 years ago
- Walks the CFG bitmap to find previously executable but currently hidden shellcode regions☆124Updated 2 years ago
- Demystifying PatchGuard is a comprehensive analysis of Microsoft's security feature called PatchGuard, which is designed to prevent unaut…