mirror of
https://github.com/Print3M/epic
synced 2026-06-06 16:34:33 +00:00
Project powered by EPIC
This project was built using EPIC (Extensible Position Independent Code) — a shellcode development and building toolkit designed for developer experience, predictability, and modularity. Write code, EPIC will take care of the rest!
- Repository & Docs: github.com/Print3M/epic
EPIC is a standalone binary toolkit:
- Latest EPIC Release: github.com/Print3M/epic/releases/
Quick Start
Compile your project:
epic pic-compile project/ -o output/
Link and build the payload:
epic pic-link output/ -o output/ -m hello
That's it! You can now take the generated payload.bin and inject it into your custom shellcode loader, or simply:
# Inject PIC payload and compile a simple loader template
epic loader payload.bin -o output/
The compiled loader.exe is ready to execute.
By Print3M