From 3ccdbee6e64cbeaf7e50827ce7a7a8b239d86323 Mon Sep 17 00:00:00 2001 From: "Mariusz B. / mgeeky" Date: Mon, 27 Sep 2021 02:13:53 +0200 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e3ef08..81a1c33 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ WalkCallStack: Stack Trace: Restored: 0x7ffeb7f74b60 -> 0x2550d3ccdd0 ``` -## CAUTION +## Word of caution If you plan on adding this functionality to your own shellcode loaders / toolings be sure to **AVOID** unhooking `kernel32.dll`. An attempt to unhook `kernel32` will restore original `Sleep` functionality preventing our callback from being called.