diff --git a/README.md b/README.md index 0b67bc0..0b45514 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This is done step by step as,\ ## Table of Contents - [Usage](#usage) + > python shellcode.py - [Contributing](#contributing) - [License](#license) diff --git a/Untitled.java b/Untitled.java deleted file mode 100644 index 8ebd83b..0000000 --- a/Untitled.java +++ /dev/null @@ -1,7 +0,0 @@ -STEP 0: Calculate the DLL's current base address -STEP 1: Process the kernels exports for the functions our loader needs -STEP 2: Load our image into a new permanent location in memory -STEP 3: Load in all of our sections -STEP 4: Process DLL image's import table -STEP 5: Process all of DLL image's relocations -STEP 6: Call the DLL entry point \ No newline at end of file