From 62735c5c3fc91e2ce343d9bebcbebf25f5f3cded Mon Sep 17 00:00:00 2001 From: Mustafa Mahmoud <43878201+d35ha@users.noreply.github.com> Date: Fri, 28 Jun 2019 07:06:40 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db9ceb0..684fb42 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is just a reflective loader (to handle stuff like relocating, IAT building, This is the injector, the shellcode is just a stub put in before the PE file
# How to use -`pe_to_shellcode_injector.exe [exe] [stub] [pid]` +`pe_to_shellcode.exe [exe] [stub] [pid]` # Download -[64-bit binary](https://github.com/d35ha/PE2Shellcode/raw/master/bins/pe_to_shellcode_injector64.exe)
-[32-bit binary](https://github.com/d35ha/PE2Shellcode/raw/master/bins/pe_to_shellcode_injector32.exe)
+[64-bit binary](https://github.com/d35ha/PE2Shellcode/raw/master/bins/pe_to_shellcode64.exe)
+[32-bit binary](https://github.com/d35ha/PE2Shellcode/raw/master/bins/pe_to_shellcode32.exe)