mirror of
https://github.com/andreisss/Remote-DLL-Injection-with-Timer-based-Shellcode-Execution
synced 2026-06-06 15:14:31 +00:00
Update README.md
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
**Remote DLL Injection with Timer-based Shellcode Execution** is a technique that leverages the Windows thread pool to execute shellcode. Using the classic DLL injection with CreateThreadpoolTimer to run shellcode in-memory using legit system threads, stealthy, and likely to slip past modern defenses
|
||||
|
||||
This approach introduces a stealthy execution vector that avoids classic API hooks such as `CreateRemoteThread`, `NtCreateThreadEx`, and APCs, making it highly attractive for red team operations and malware research.
|
||||
This approach introduces a stealthy execution using Timer-based Shellcode Execution
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user