From 4f40ce201863f7dba3306814991abb33d1f9c289 Mon Sep 17 00:00:00 2001 From: violet-devsec Date: Fri, 22 Aug 2025 21:40:14 +0100 Subject: [PATCH] README updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c89f7b1..e57a39f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is done step by step as,\ ### Steps to try: - [Compiling target.dll](#CompilingDll) > g++ -shared -o target.dll target.cpp -Wl,--out-implib,libtdll.a -- [Create shellcode](#CreateShellcode) +- [Compiling shellcode to binary](#CreateShellcode) > python shellcode.py (This step will create shellcode.bin which is shellcode+target.dll) - [Compiling loader.exe](#CompilingExe) > g++ loader.c -o loader.exe