Skip to content

A simple payload loader/dropper written in golang

License

Notifications You must be signed in to change notification settings

coremedic/goldr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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