Dec0ne / DllNotificationInjectionLinks
A POC of a new “threadless” process injection technique that works by utilizing the concept of DLL Notification Callbacks in local and remote processes.
☆456Updated 2 years ago
Alternatives and similar repositories for DllNotificationInjection
Users that are interested in DllNotificationInjection are comparing it to the libraries listed below
Sorting:
- An easily modifiable shellcode template for Windows x64 written in C☆263Updated 2 years ago
- C++ self-Injecting dropper based on various EDR evasion techniques.☆390Updated last year
- A PoC implementation for spoofing arbitrary call stacks when making sys calls (e.g. grabbing a handle via NtOpenProcess)☆521Updated 5 months ago
- For when DLLMain is the only way☆399Updated 10 months ago
- Abusing mhyprotect to kill AVs / EDRs / XDRs / Protected Processes.☆403Updated 2 years ago
- The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls☆207Updated last year
- An EDR bypass that prevents EDRs from hooking or loading DLLs into our process by hijacking the AppVerifier layer☆507Updated last year
- A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls.☆355Updated 7 months ago
- TartarusGate, Bypassing EDRs☆615Updated 3 years ago
- Abusing Windows fork API and OneDrive.exe process to inject the malicious shellcode without allocating new RWX memory region.☆289Updated last year
- Performing Indirect Clean Syscalls☆575Updated 2 years ago
- Shellcode Loader Implementing Indirect Dynamic Syscall , API Hashing, Fileless Shellcode retrieving using Winsock2☆294Updated 2 years ago
- Hijacking valid driver services to load arbitrary (signed) drivers abusing native symbolic links and NT paths☆353Updated last year
- A small x64 library to load dll's into memory.☆449Updated last year
- BOF implementation of @_EthicalChaos_'s ThreadlessInject project. A novel process injection technique with no thread creation, released a…☆387Updated last year
- This novel way of using NtQueueApcThreadEx by abusing the ApcRoutine and SystemArgument[0-3] parameters by passing a random pop r32; ret …☆253Updated 2 years ago
- Shellcode Loader with Indirect Dynamic syscall Implementation , shellcode in MAC format, API resolving from PEB, Syscall calll and syscal…☆314Updated 2 years ago
- CaveCarver - PE backdooring tool which utilizes and automates code cave technique☆229Updated 2 years ago
- ☆263Updated 2 years ago
- BYOVD research use cases featuring vulnerable driver discovery and reverse engineering methodology. (CVE-2025-52915, CVE-2025-1055,).☆362Updated last week
- PoC Implementation of a fully dynamic call stack spoofer☆828Updated last year
- PE loader with various shellcode injection techniques☆431Updated 2 years ago
- EDRSandblast-GodFault☆266Updated 2 years ago
- Encrypted shellcode Injection to avoid Kernel triggered memory scans☆389Updated 2 years ago
- Exploitation of process killer drivers☆202Updated last year
- Generating legitimate call stack frame along with indirect syscalls by abusing Vectored Exception Handling (VEH) to bypass User-Land EDR …☆282Updated last year
- Replace the .txt section of the current loaded modules from \KnownDlls\☆300Updated 2 years ago
- Bypass EDR Hooks by patching NT API stub, and resolving SSNs and syscall instructions at runtime☆307Updated 2 years ago
- Waiting Thread Hijacking - injection by overwriting the return address of a waiting thread☆237Updated 2 weeks ago
- A C++ proof of concept demonstrating the exploitation of Windows Protected Process Light (PPL) by leveraging COM-to-.NET redirection and …☆318Updated 6 months ago