Skip to content

guitmz/ezuri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ezuri

A Simple Linux ELF Runtime Crypter. An unpacker by f0wl can be found at f0wl/ezuri_unpack.

Download

curl -SsfL -o ezuri https://github.com/guitmz/ezuri/releases/latest/download/ezuri

Compile from source:

Clone this repo.

git clone -b master --depth 1 https://github.com/guitmz/ezuri.git
cd ezuri

Build with

go mod init ezuri
go mod tidy
go build -o ezuri

References