Signal-Labs / iat_unhook_sampleLinks
(First Public?) Sample of unhooking ntdll (All Exports & IAT imports) hooks in Rust using in-memory disassembly, avoiding direct syscalls and all hooked functions (incl. hooked NtProtectVirtualMemory)
☆134Updated 6 months ago
Alternatives and similar repositories for iat_unhook_sample
Users that are interested in iat_unhook_sample are comparing it to the libraries listed below
Sorting:
- Interceptor is a kernel driver focused on tampering with EDR/AV solutions in kernel space☆124Updated 2 years ago
- ☆137Updated 2 years ago
- ☆100Updated last year
- A PoC for adding NtContinue to CFG allowed list in order to make Ekko work in a CFG protected process☆105Updated 3 years ago
- ☆118Updated 2 years ago
- bring your own vulnerable driver☆109Updated 2 years ago
- Malware?☆74Updated 11 months ago
- Select any exported function in a dll as the new dll's entry point.☆82Updated 10 months ago
- ETW based POC to identify direct and indirect syscalls☆188Updated 2 years ago
- An example reference design for a proposed BOF PE☆187Updated 5 months ago
- LdrLoadDll Unhooking☆130Updated 3 years ago
- Single stub direct and indirect syscalling with runtime SSN resolving for windows.☆139Updated 3 years ago
- This repo goes with the blog entry at blog.malicious.group entitled "Writing your own RDI / sRDI loader using C and ASM".☆86Updated 2 years ago
- The code is a pingback to the Dark Vortex blog:☆182Updated 2 years ago
- A reflective DLL development template for the Rust programming language☆109Updated 4 months ago
- TypeLib persistence technique☆133Updated 10 months ago
- Repo that holds random POCs☆51Updated last year
- An Obfuscator-LLVM based mingw-w64 toolchain.☆43Updated 3 years ago
- Code used in this post https://captmeelo.com/redteam/maldev/2022/04/21/kernelcallbacktable-injection.html☆136Updated 3 years ago
- Mirage is a PoC memory evasion technique that relies on a vulnerable VBS enclave to hide shellcode within VTL1.☆99Updated 6 months ago
- Use hardware breakpoints to spoof the call stack for both syscalls and API calls☆197Updated last year
- Utilizing hardware breakpoints to evade monitoring by Endpoint Detection and Response platforms☆130Updated 2 years ago
- Linker for Beacon Object Files☆128Updated this week
- Simple POC library to execute arbitrary calls proxying them via NdrServerCall2 or similar☆131Updated last year
- Patch AMSI and ETW in remote process via direct syscall☆83Updated 3 years ago
- The code is a pingback to the Dark Vortex blog: https://0xdarkvortex.dev/hiding-memory-allocations-from-mdatp-etwti-stack-tracing/☆188Updated 2 years ago
- A Rust port of LayeredSyscall — performs indirect syscalls while generating legitimate API call stack frames by abusing VEH.☆155Updated 10 months ago
- CreateRemoteThreadPlus: how to pass multiple parameters to the remote thread function without shellcode.☆136Updated 2 months ago
- Improved version of EKKO by @5pider that Encrypts only Image Sections☆121Updated 2 years ago
- Hide memory artifacts using ROP and hardware breakpoints.☆148Updated last year