Update README.md

This commit is contained in:
Andrea Bocchetti
2025-07-18 22:01:05 +02:00
committed by GitHub
parent 8ab4c1c6c9
commit a0031d078b
+1 -12
View File
@@ -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.