From e86b2999c94f72c87aec9fd71b5ffebe7594fef2 Mon Sep 17 00:00:00 2001 From: Gregor Haas Date: Sun, 3 Nov 2019 20:38:55 -0500 Subject: [PATCH] Lotta changes --- .idea/workspace.xml | 18 ++++- CMakeLists.txt | 4 +- exploit/checkm8.h | 6 ++ exploit/exploit_helpers.c | 138 ++++++++++++++++++++++++++++++++++ exploit/main.c | 124 ------------------------------ exploit/shellcode/shellcode.c | 127 +++++++++++++++++++++++++++++++ main.c | 15 ++++ 7 files changed, 303 insertions(+), 129 deletions(-) create mode 100644 exploit/checkm8.h create mode 100644 exploit/exploit_helpers.c delete mode 100644 exploit/main.c create mode 100644 exploit/shellcode/shellcode.c create mode 100644 main.c diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c99cfa3..8f6f695 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -12,8 +12,12 @@ - - + + + + + +