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.