Update README.md

This commit is contained in:
Winslow
2024-02-16 19:40:08 -05:00
committed by GitHub
parent a616f80cc5
commit 0d36a39eb1
+2
View File
@@ -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