/ezuri

A Simple Linux ELF Runtime Crypter

Primary LanguageGoMIT LicenseMIT

Ezuri

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

Download

curl -SsfL https://github.com/guitmz/ezuri/releases/latest/download/ezuri-v0.0.1-linux-amd64.tar.gz | tar xfvz -

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