From a0031d078bab4082f008f48c2ed34ee6c4bd1873 Mon Sep 17 00:00:00 2001 From: Andrea Bocchetti Date: Fri, 18 Jul 2025 22:01:05 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 0c23532..160df99 100644 --- a/README.md +++ b/README.md @@ -39,18 +39,7 @@ This approach introduces a stealthy execution vector that avoids classic API hoo - Execution of shellcode via the timer callback -## 📋 API Sequence - -### 🧪 Traditional Injection APIs -```cpp -OpenProcess() // Access the target process -VirtualAllocEx() // Allocate memory in remote process -WriteProcessMemory() // Write shellcode or DLL path -CreateRemoteThread() // Create a remote thread to execute payload -LoadLibraryW() // Load a DLL via thread execution - - -⏱️ Thread Pool Timer-Based APIs +⏱️ Thread Pool Timer-Based APIs shellcode execution 🔹 Thread Pool / Timer API InitializeThreadpoolEnvironment Initializes a thread pool callback environment.