Update README.md

This commit is contained in:
Andrea Bocchetti
2025-07-18 22:05:55 +02:00
committed by GitHub
parent cd6032d584
commit 035bdc9ce1
-12
View File
@@ -37,15 +37,3 @@ This approach introduces a stealthy execution vector that avoids classic API hoo
- Timer-based shellcode execution implementation
- `TP_CALLBACK_ENVIRON` structure setup for thread pool configuration
- Execution of shellcode via the timer callback
⏱️ Thread Pool Timer-Based APIs shellcode execution
🔹 Thread Pool / Timer API
InitializeThreadpoolEnvironment Initializes a thread pool callback environment.
CreateThreadpoolTimer Creates a thread pool timer object with callback.
SetThreadpoolTimer Sets the timer to fire after a delay.
CloseThreadpoolTimer Cleans up the timer. // Callback function that executes shellcode