C5Hackr / c_syscallsLinks
https://github.com/janoglezcampos/c_syscalls with the ASM rewritten by myself for Visual Studio's Compiler.
☆30Updated last year
Alternatives and similar repositories for c_syscalls
Users that are interested in c_syscalls are comparing it to the libraries listed below
Sorting:
- ☆42Updated 7 months ago
- Safely manage the unloading of DLLs that have been hooked into a process. Context: https://github.com/KNSoft/KNSoft.SlimDetours/discussio…☆79Updated 3 months ago
- Reimplementation of the KExecDD DSE bypass technique.☆53Updated last year
- List the ETW provider(s) in the registration table of a process.☆63Updated 2 years ago
- Your NTDLL vaccine from modern direct syscall methods.☆36Updated 3 years ago
- Exploiting the KsecDD Windows driver through Server Silos☆74Updated 10 months ago
- yet another sleep encryption thing. also used the default github repo name for this one.☆69Updated 2 years ago
- Callstack spoofing using a VEH because VEH all the things.☆23Updated 6 months ago
- Proof-of-concept kernel driver that hijacks the Windows kernel extension table mechanism to preserve process notify callbacks even when a…☆90Updated 2 months ago
- In-memory hiding technique☆57Updated 8 months ago
- Simple PoC to locate hooked functions by EDR in ntdll.dll☆38Updated 2 years ago
- A reimplementation of Cobalt Strike's Beacon Object File (BOF) Loader☆59Updated last year
- Small tool to play with IOCs caused by Imageload events☆42Updated 2 years ago
- An example of COM hijacking using a proxy DLL.☆40Updated 4 years ago
- ☆93Updated last year
- A powerful Windows UI monitoring and DNS exfiltration tool written in Rust, combining advanced UI event capture capabilities with secure …☆19Updated 6 months ago
- ☆100Updated last year
- Remap ntdll.dll using only NTAPI functions with a suspended process☆26Updated 5 months ago
- API Hammering with C++20☆49Updated 3 years ago
- Simple ETW unhook PoC. Overwrites NtTraceEvent opcode to disable ETW at Nt-function level.☆48Updated last year
- ☆32Updated last year
- A C++ PoC implementation for enumerating Windows Fibers directly from memory☆20Updated last year
- ☆31Updated 9 months ago
- ☆85Updated last year
- BOF and C++ implementation of the Windows Defender sandboxing technique described by Elastic Security Labs/Gabriel Landau.☆24Updated 2 years ago
- Windows AppLocker Driver (appid.sys) LPE☆66Updated last year
- DLL proxy load example using the Windows thread pool API, I/O completion callback with named pipes, and C++/assembly☆62Updated last year
- Implementing an early exception handler for hooking and threadless process injection without relying on VEH or SEH☆121Updated last month
- Shellcode Loader Utilizing ETW Events☆65Updated 7 months ago
- A simple Linux in-memory .so loader