Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 781 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 781 Bytes

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