diff --git a/README.md b/README.md index 9097eec..3824142 100644 --- a/README.md +++ b/README.md @@ -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