WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

mav8557/virus

Repository files navigation

Virus

A simple polymorphic ELF virus

Works for C, C++, and Rust binaries, static, dynamically linked, or PIE.

Instructions

To experiment with the virus safely, run the container with docker-compose:

$ docker-compose run workshop
root@container:/code# make

You can run the virus against some test executables in the bin/ directory. Run make again to rebuild/clean them.