JustasMasiulis / inline_syscallLinks
Inline syscalls made easy for windows on clang
☆714Updated last year
Alternatives and similar repositories for inline_syscall
Users that are interested in inline_syscall are comparing it to the libraries listed below
Sorting:
- A x64 Windows Rootkit using SSDT or Hypervisor hook☆544Updated 6 months ago
- A bunch of Windows anti-debugging tricks for x86 and x64.☆790Updated 4 years ago
- System call hook for Windows 10 20H1☆493Updated 4 years ago
- Defeating Patchguard universally for Windows 8, Windows 8.1 and all versions of Windows 10 regardless of HVCI.☆882Updated 5 years ago
- X86 Mutation Engine with Portable Executable compatibility.☆501Updated 3 years ago
- Hook system calls on Windows by using Kaspersky's hypervisor☆1,204Updated last year
- anti debugging library in c++.☆560Updated last year
- Manual mapping without creating any threads, with rw only access☆756Updated 5 years ago
- This program remaps its image to prevent the page protection of pages contained in the image from being modified via NtProtectVirtualMemo…☆603Updated 6 years ago
- DLL scatter manual mapper☆775Updated 4 years ago
- A wrapper library around native windows sytem APIs☆435Updated 4 years ago
- AntiDebugging sample sources written in C++☆341Updated 6 years ago
- The functions interception library written on pure C and NativeAPI with UserMode and KernelMode support☆751Updated 2 months ago
- Literally, the perfect injector.☆939Updated 2 years ago
- proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC☆1,232Updated last year
- KSOCKET provides a very basic example how to make a network connections in the Windows Driver by using WSK☆513Updated 2 years ago
- Compile-time, Usermode + Kernelmode, safe and lightweight string crypter library for C++11+☆764Updated 4 years ago
- Hex-Rays microcode plugin for automated simplification of Windows Kernel decompilation.☆607Updated 5 months ago
- A library to develop kernel level Windows payloads for post HVCI era☆419Updated 4 years ago
- A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.☆580Updated 3 years ago
- Some DLL Injection techniques in C++ implemented for both x86 and x64 windows OS processes☆338Updated 3 years ago
- Detours with just single dependency - NTDLL☆644Updated 2 years ago
- COFF and Portable Executable format described using standard C++ with no dependencies.