From ff702cf36f3a1149ab83a886b906730613d922ba Mon Sep 17 00:00:00 2001 From: 17ms <79069176+17ms@users.noreply.github.com> Date: Tue, 2 Jan 2024 23:05:29 +0200 Subject: [PATCH] initial readme skeleton --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4000996..0f2bacf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# airborne -Reflective shellcode loader written in pure C +# Shellcode reflective DLL injection in C++ + +Placeholder. + +### Features + +- kB loader +- kB injector + +Check out [Alcatraz] for additional obfuscation for the shellcode/injector. + +### Credits + +- Stephen Fewer ([@stephenfewer](https://github.com/stephenfewer)) for reflective DLL injection +- Nick Landers ([@monoxgas](https://github.com/monoxgas)) for shellcode generator