Download Latest Version MbrWiper.exe (16.9 kB)
Email in envelope

Get an email when there's a new version of MbrWiper

Home
Name Modified Size InfoDownloads / Week
MbrWiper.exe 2025-01-31 16.9 kB
MbrWiper 2025-01-31 16.4 kB
README.md 2025-01-29 1.4 kB
Totals: 3 Items   34.7 kB 3

MbrWiper Logo

MbrWiper

Description

This file implements a little MBR Wiper.

Requirements

  • No requirements

Download

Download binaries (Linux and Windows Libraries and examples) from latest github release.

Compile

Download sources

git clone https://github.com/mauricelambert/MbrWiper.git
cd MbrWiper

Windows

gcc -march=native -fstack-protector-strong -D_FORTIFY_SOURCE=2 -fPIE -pie -Wall -Wextra -Werror -O5 MbrWiper.c -o MbrWiper.exe

Linux

gcc -march=native -fstack-protector-strong -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro,-z,now,-z,noexecstack -Wall -Wextra -Werror -O5 MbrWiper.c -o MbrWiper

Usages

Privileges required

Linux

./MbrWiper

Windows

MbrWiper.exe

Licence

Licensed under the GPL, version 3.

Source: README.md, updated 2025-01-29