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:
@@ -14,6 +14,8 @@ This approach introduces a stealthy execution vector that avoids classic API hoo
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
## 🔬 Research Contribution
|
||||
|
||||
This project presents the **first publicly documented use of `CreateThreadpoolTimer` for shellcode execution in a process injection scenario**. Extensive searches across research portals, GitHub, and offensive security communities confirmed the uniqueness of this implementation for these WIN API for injection.
|
||||
@@ -79,5 +81,3 @@ InitializeThreadpoolEnvironment() // Configure threadpool callback environment
|
||||
CreateThreadpoolTimer() // Create a timer object
|
||||
SetThreadpoolTimer() // Schedule the timer for execution
|
||||
TimerCallback() // Callback function that executes shellcode
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user