Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mav8557/virus

Polymorphic ELF Virus
https://github.com/mav8557/virus

elf malware security virus vx

Last synced: about 2 months ago
JSON representation

Polymorphic ELF Virus

Awesome Lists containing this project

README

        

# 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:

```bash
$ 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.