VirtualAlllocEx / Direct-Syscalls-vs-Indirect-SyscallsLinks
The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls
☆216Updated last year
Alternatives and similar repositories for Direct-Syscalls-vs-Indirect-Syscalls
Users that are interested in Direct-Syscalls-vs-Indirect-Syscalls are comparing it to the libraries listed below
Sorting:
- Waiting Thread Hijacking - injection by overwriting the return address of a waiting thread☆246Updated 2 months ago
- Generating legitimate call stack frame along with indirect syscalls by abusing Vectored Exception Handling (VEH) to bypass User-Land EDR …☆287Updated last year
- Exploitation of process killer drivers☆200Updated 2 years ago
- C++ self-Injecting dropper based on various EDR evasion techniques.☆414Updated last year
- A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls.☆362Updated 9 months ago
- Stack Spoofing with Synthetic frames based on the work of namazso, SilentMoonWalk, and VulcanRaven☆245Updated last year
- An easily modifiable shellcode template for Windows x64 written in C☆264Updated 2 years ago
- ☆265Updated 2 years ago
- Proof of Concept for manipulating the Kernel Callback Table in the Process Environment Block (PEB) to perform process injection and hijac…☆252Updated last year
- This novel way of using NtQueueApcThreadEx by abusing the ApcRoutine and SystemArgument[0-3] parameters by passing a random pop r32; ret …☆258Updated 2 years ago
- Shellcode Loader Implementing Indirect Dynamic Syscall , API Hashing, Fileless Shellcode retrieving using Winsock2☆291Updated 2 years ago
- Abusing Windows fork API and OneDrive.exe process to inject the malicious shellcode without allocating new RWX memory region.☆287Updated last year
- A C++ proof of concept demonstrating the exploitation of Windows Protected Process Light (PPL) by leveraging COM-to-.NET redirection and …☆328Updated 8 months ago
- Generic PE loader for fast prototyping evasion techniques☆239Updated last year
- The code is a pingback to the Dark Vortex blog: https://0xdarkvortex.dev/hiding-memory-allocations-from-mdatp-etwti-stack-tracing/☆192Updated 2 years ago
- Hijacking valid driver services to load arbitrary (signed) drivers abusing native symbolic links and NT paths☆353Updated last year
- A proof of concept for abusing exception handlers to hook and bypass user mode EDR hooks.☆198Updated last year
- Reflective DLL Injection Made Bella☆243Updated 10 months ago
- This is the loader that supports running a program with Protected Process Light (PPL) protection functionality.☆271Updated 2 weeks ago
- PoC for thread pool based process injection in Windows.☆117Updated 7 months ago
- Remote Shellcode Injector☆220Updated 2 years ago
- ☆259Updated last year
- kernel callback removal (Bypassing EDR Detections)☆198Updated 7 months ago
- EDRSandblast-GodFault☆268Updated 2 years ago
- A POC of a new “threadless” process injection technique that works by utilizing the concept of DLL Notification Callbacks in local and re…☆458Updated 2 years ago
- Injecting DLL into LSASS at boot☆145Updated 6 months ago
- BOF implementation of @_EthicalChaos_'s ThreadlessInject project. A novel process injection technique with no thread creation, released a…☆388Updated last year
- Playing around with Thread Context Hijacking. Building more evasive primitives to use as alternative for existing process injection techn…☆192Updated 4 months ago
- Use hardware breakpoint to dynamically change SSN in run-time☆270Updated last year
- A Powershell AMSI Bypass technique via Vectored Exception Handler (VEH). This technique does not perform assembly instruction patching, f…☆165Updated last year