From 035bdc9ce14bf15186face6beddace1cf5a39fe1 Mon Sep 17 00:00:00 2001 From: Andrea Bocchetti Date: Fri, 18 Jul 2025 22:05:55 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) 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