passthehashbrowns / hiding-your-syscallsLinks
Some source code to demonstrate avoiding certain direct syscall detections by locating and JMPing to a legitimate syscall instruction within NTDLL.
☆216Updated 2 years ago
Alternatives and similar repositories for hiding-your-syscalls
Users that are interested in hiding-your-syscalls are comparing it to the libraries listed below
Sorting:
- Silence EDRs by removing kernel callbacks☆239Updated 4 years ago
- PoC capable of detecting manual syscalls from usermode.☆204Updated last week
- Example code for EDR bypassing☆151Updated 6 years ago
- ☆168Updated 3 years ago
- PoC MSVC COFF Object file loader/injector.☆184Updated 4 years ago
- PoC memory injection detection agent based on ETW, for offensive and defensive research purposes☆292Updated 4 years ago
- NINA: No Injection, No Allocation x64 Process Injection Technique☆227Updated 5 years ago
- Security product hook detection☆320Updated 4 years ago
- ☆204Updated 3 years ago
- A small PoC that creates processes in Windows☆185Updated last year
- PoC: Rebuild A New Path Back to the Heaven's Gate (HITB 2021)☆109Updated 4 years ago
- UnhookMe is an universal Windows API resolver & unhooker addressing problem of invoking unmonitored system calls from within of your Red …☆349Updated 3 years ago
- Project to check which Nt/Zw functions your local EDR is hooking☆199Updated 4 years ago
- A helper utility for creating shellcodes. Cleans MASM file generated by MSVC, gives refactoring hints.☆184Updated 7 months ago
- A tool for detecting manual/direct syscalls in x86 and x64 processes using Nirvana Hooks.☆115Updated 3 years ago
- Files for http://blog.deniable.org/posts/windows-callbacks/☆76Updated 3 years ago
- https://blog.f-secure.com/hiding-malicious-code-with-module-stomping/☆121Updated 6 years ago
- A PoC designed to bypass all usermode hooks in a WoW64 environment.☆150Updated 5 years ago
- Minimal PoC developed as discuss in https://captmeelo.com/redteam/maldev/2022/05/10/ntcreateuserprocess.html☆144Updated 3 years ago
- The code is a pingback to the Dark Vortex blog:☆184Updated 2 years ago
- Dont Call Me Back - Dynamic kernel callback resolver. Scan kernel callbacks in your system in a matter of seconds!☆237Updated last year
- Run Processes as PPL with ELAM☆172Updated 3 years ago
- Experiment on reproducing Obfuscate & Sleep☆153Updated 4 years ago
- GhostWriting Injection Technique.☆182Updated 7 years ago
- Executing a .NET Assembly from C++ in Memory (CLR Hosting)☆200Updated 9 years ago
- Evasive Process Hollowing Techniques☆142Updated 5 years ago
- Code used in this post https://captmeelo.com/redteam/maldev/2022/04/21/kernelcallbacktable-injection.html☆135Updated 3 years ago
- PoC: Exploit 32-bit Thread Snapshot of WOW64 to Take Over $RIP & Inject & Bypass Antivirus HIPS (HITB 2021)☆166Updated 4 years ago
- ZwProcessHollowing is a x64 process hollowing project which uses direct systemcalls, dll unhooking and RC4 payload decryption☆90Updated 2 years ago
- A modified RunPE (process hollowing) technique avoiding the usage of SetThreadContext by appending a TLS section which calls the original…☆97Updated 6 years ago