Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mav8557/virus
- Owner: mav8557
- License: gpl-3.0
- Created: 2021-09-17T14:49:48.000Z (over 3 years ago)
- Default Branch: stable
- Last Pushed: 2022-03-19T02:20:13.000Z (almost 3 years ago)
- Last Synced: 2023-04-17T06:14:53.272Z (almost 2 years ago)
- Topics: elf, malware, security, virus, vx
- Language: Assembly
- Homepage:
- Size: 25.4 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Virus
A simple polymorphic ELF virusWorks 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.