Files
2025-11-11 16:13:27 +01:00
..
2025-11-11 16:13:27 +01:00
2025-11-11 16:13:27 +01:00
2025-11-11 11:10:39 +01:00
2025-11-11 16:13:27 +01: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!

EPIC is a standalone binary toolkit:

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