项目作者: mav8557

项目描述 :
Polymorphic ELF Virus
高级语言: Assembly
项目地址: git://github.com/mav8557/virus.git
创建时间: 2021-09-17T14:49:48Z
项目社区:https://github.com/mav8557/virus

开源协议:GNU General Public License v3.0

下载


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:

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

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