From 4c307a7dc4555fee80da119ea85159fe74649df4 Mon Sep 17 00:00:00 2001 From: lem0nSec Date: Sat, 1 Jul 2023 21:24:57 +0200 Subject: [PATCH] Added source code folder. --- ShellGhost.vcxproj | 4 ++-- shellcode_mapping.py => ShellGhost_mapping.py | 0 ShellGhost.c => src/ShellGhost.c | 0 ShellGhost.h => src/ShellGhost.h | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename shellcode_mapping.py => ShellGhost_mapping.py (100%) rename ShellGhost.c => src/ShellGhost.c (100%) rename ShellGhost.h => src/ShellGhost.h (100%) diff --git a/ShellGhost.vcxproj b/ShellGhost.vcxproj index dc7846f..993f0b8 100644 --- a/ShellGhost.vcxproj +++ b/ShellGhost.vcxproj @@ -130,10 +130,10 @@ - + - + diff --git a/shellcode_mapping.py b/ShellGhost_mapping.py similarity index 100% rename from shellcode_mapping.py rename to ShellGhost_mapping.py diff --git a/ShellGhost.c b/src/ShellGhost.c similarity index 100% rename from ShellGhost.c rename to src/ShellGhost.c diff --git a/ShellGhost.h b/src/ShellGhost.h similarity index 100% rename from ShellGhost.h rename to src/ShellGhost.h