From 144dad2d49ab011dbf93688fece7898f8ff01200 Mon Sep 17 00:00:00 2001 From: mattpass Date: Fri, 28 Jan 2022 09:17:31 +0000 Subject: [PATCH] I'm not saying it's fake... --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bc77787..2460d11 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +## Seems Legit! + +Definitely not fake! + ## Background Most of the shellcode launchers out there, including proof of concepts part of many "security" books, detail how to allocate a memory page as readable/writable/executable on POSIX systems, copy over your shellcode and execute it. This works just fine. However, it is limited to POSIX, does not necessarily consider 64-bit architecture and Windows systems.