VirtualAlllocEx / Direct-Syscalls-vs-Indirect-Syscalls
The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls
☆188Updated 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☆211Updated 3 weeks ago
- Generating legitimate call stack frame along with indirect syscalls by abusing Vectored Exception Handling (VEH) to bypass User-Land EDR …☆253Updated 9 months ago
- Exploitation of process killer drivers☆200Updated last year
- Generic PE loader for fast prototyping evasion techniques☆231Updated 10 months ago
- Abusing Windows fork API and OneDrive.exe process to inject the malicious shellcode without allocating new RWX memory region.☆284Updated 11 months ago
- Shellcode Loader Implementing Indirect Dynamic Syscall , API Hashing, Fileless Shellcode retrieving using Winsock2☆292Updated last year
- A Powershell AMSI Bypass technique via Vectored Exception Handler (VEH). This technique does not perform assembly instruction patching, f…☆160Updated 11 months ago
- BOF implementation of @_EthicalChaos_'s ThreadlessInject project. A novel process injection technique with no thread creation, released a…☆380Updated last year
- A PoC implementation for dynamically masking call stacks with timers.☆274Updated 2 years ago
- Proof of concept code for thread pool based process injection in Windows.☆115Updated last month
- Block any Process to open HANDLE to your process , only SYTEM is allowed to open handle to your process ,with that you can avoid remote m…☆168Updated 2 years ago
- ☆256Updated 2 years ago
- C++ self-Injecting dropper based on various EDR evasion techniques.☆375Updated last year
- The code is a pingback to the Dark Vortex blog: https://0xdarkvortex.dev/hiding-memory-allocations-from-mdatp-etwti-stack-tracing/☆185Updated 2 years ago
- .NET assembly loader with patchless AMSI and ETW bypass☆330Updated 2 years ago
- Zero EAT touch way to retrieve function addresses (GetProcAddress on steroids)☆141Updated last year
- An easily modifiable shellcode template for Windows x64 written in C☆254Updated last year
- miscellaneous scripts and programs☆242Updated 3 months ago
- EDRSandblast-GodFault☆261Updated last year
- A set of programs for analyzing common vulnerabilities in COM☆215Updated 8 months ago
- A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls.☆339Updated 3 months ago
- Proof of Concept for manipulating the Kernel Callback Table in the Process Environment Block (PEB) to perform process injection and hijac…☆220Updated 6 months ago
- A Beacon Object File (BOF) template for Visual Studio☆194Updated last month
- A proof of concept for abusing exception handlers to hook and bypass user mode EDR hooks.☆185Updated last year
- Replace the .txt section of the current loaded modules from \KnownDlls\ to bypass edrs☆296Updated 2 years ago
- Implementing the ghostly hollowing PE injection technique using tampered syscalls.☆147Updated 2 months ago
- Remote Shellcode Injector☆213Updated last year
- Slides & Code snippets for a workshop held @ x33fcon 2024☆258Updated 11 months ago
- A Dropper POC with a focus on aiding in EDR evasion, NTDLL Unhooking followed by loading ntdll in-memory, which is present as shellcode (…☆170Updated 2 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