From 5cb8a2405bee8242701e9af49e163767f712895a Mon Sep 17 00:00:00 2001 From: Dobin Rutishauser Date: Sun, 19 Oct 2025 20:57:02 +0200 Subject: [PATCH] doc: small fixes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aad441..8ed7b4b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Browse to `http://localhost:5001". ## Usage Command LIne -Example to inject `calc64.exe` shellcode into `7z.exe`: +Example to inject `calc64.bin` shellcode into `procexp64.exe`: ``` PS C:\Users\dobin\Repos\SuperMega> cmd.exe /k "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64 @@ -108,6 +108,8 @@ C:\Users\dobin\Repos\SuperMega>python.exe supermega.py (injector.py ) Inject Carrier data into injectable .rdata/.text (injector.py ) Patch Carrier code to reference the injected data (injector.py ) -[ Write to file: projects/commandline/procexp64.infected.exe + +> C:\Users\dobin\Repos\SuperMega>.\projects\commandline\procexp64.infected.exe ``` To inject shellcode `messagebox.bin` into injectable `procexp64.exe` with carrier `alloc_rw_rx` and decoder `xor_1`, where: