-> A project that demonstrates embedding shellcode payloads into image files (like PNGs) using Python and extracting them using C/C++. Payloads can be retrieved directly from the file on disk or from the image stored in a binary's resources section (.rsrc)
- payload-embedder.py
- Append shellcode payloads to the end of an image file.
- payload-extractor-from-file.cpp
- Extract payloads from modified image files stored on disk.
- payload-extractor-from-resource.cpp
- Extract payloads from image files stored in the binary's resources section (.rsrc).
👉 Watch the full video demo here:
Enjoying my content? Show your support by sharing or starring the repo!
You can also support me on buy me a ko-fi to fuel more awesome content:
💬 Have feedback or ideas? I’d love to hear your thoughts or suggestions!