jackullrich / syscall-detect
PoC capable of detecting manual syscalls from usermode.
☆194Updated 5 months ago
Alternatives and similar repositories for syscall-detect:
Users that are interested in syscall-detect are comparing it to the libraries listed below
- Some source code to demonstrate avoiding certain direct syscall detections by locating and JMPing to a legitimate syscall instruction wit…☆213Updated 2 years ago
- PoC: Rebuild A New Path Back to the Heaven's Gate (HITB 2021)☆106Updated 3 years ago
- Security product hook detection☆318Updated 4 years ago
- Dont Call Me Back - Dynamic kernel callback resolver. Scan kernel callbacks in your system in a matter of seconds!☆231Updated 9 months ago
- PoC memory injection detection agent based on ETW, for offensive and defensive research purposes☆272Updated 4 years ago
- A tool for detecting manual/direct syscalls in x86 and x64 processes using Nirvana Hooks.☆110Updated 3 years ago
- ☆165Updated 3 years ago
- ☆199Updated 3 years ago
- Walks the CFG bitmap to find previously executable but currently hidden shellcode regions☆117Updated last year
- Lenovo Diagnostics Driver EoP - Arbitrary R/W☆172Updated 2 years ago
- GhostWriting Injection Technique.☆171Updated 7 years ago
- NINA: No Injection, No Allocation x64 Process Injection Technique☆223Updated 4 years ago
- x64 Assembly HalosGate direct System Caller to evade EDR UserLand hooks☆208Updated 2 years ago
- Uses Threat-Intelligence ETW events to identify shellcode regions being hidden by fluctuating memory protections☆127Updated last year
- Silence EDRs by removing kernel callbacks☆232Updated 4 years ago
- Implementation of Advanced Module Stomping and Heap/Stack Encryption☆217Updated last year
- This novel way of using NtQueueApcThreadEx by abusing the ApcRoutine and SystemArgument[0-3] parameters by passing a random pop r32; ret …☆248Updated 2 years ago
- Code used in this post https://captmeelo.com/redteam/maldev/2022/04/21/kernelcallbacktable-injection.html☆122Updated 3 years ago
- Create a new thread that will suspend every thread and encrypt its stack, then going to sleep , then decrypt the stacks and resume thread…☆160Updated last year
- Code Injection, Inject malicious payload via pagetables pml4.☆237Updated 3 years ago
- Reverse engineering winapi function loadlibrary.☆189Updated 2 years ago
- Load static-compiled PE from remote server.☆61Updated 3 years ago
- The code is a pingback to the Dark Vortex blog:☆173Updated 2 years ago
- Run Processes as PPL with ELAM