Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 516 Bytes

GoLdr


A simple payload loader/dropper written in golang


About

GoLdr takes an .exe binary file then encrypts it with the Serpent Block Cipher.
The encrypted binary and its respective key are embeded into a stub which is compiled into a .exe binary file.
On execution, the stub decrypts the embeded payload using the embeded key and executes the payload in memory.

Usage

WORK IN PROGRESS \ GoLdr is not in a usable state at the moment