From 0d36a39eb120c5dd331db91db8597995614cd1cf Mon Sep 17 00:00:00 2001 From: Winslow <33692631+senzee1984@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:40:08 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd1f473..965ff96 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Converting an exe to shellcode is one of my goals, in this way, some security to Motivated and inspired by some classic and modern tools and techniques, InflativeLoading is a tool that can dynamically convert a native EXE to PIC shellcode. +**In short, InflativeLoading generates and appends a shellcode stub to a dumped PE main module.** + The tool consists of two components: `DumpPEFromMemory.exe` and `InflativeLoading.py`. ## Included Components