From cd6032d5844af450d3bd77cfe526fc2bcd6f2bc5 Mon Sep 17 00:00:00 2001 From: Andrea Bocchetti Date: Fri, 18 Jul 2025 22:01:30 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 160df99..9097eec 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ This approach introduces a stealthy execution vector that avoids classic API hoo 🔹 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