Skip to content

Commit

Permalink
add a readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
bemxio committed Feb 12, 2023
1 parent 39cc12c commit afc21aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# FlubifyMBR
A malicious little program that will overwrite the MBR of a hard drive with a custom bootloader, printing any text that you wish to be there! Made using C with the Win32 API, and the bootloader is written in x86 Assembly.

Works down to Windows XP, up to Windows 10.

## Usage
Obtain the `FlubifyMBR.exe` executable, either from the ["Releases"](https://github.com/bemxio/FlubifyMBR/releases) page, or by [compiling](https://github.com/bemxio/FlubifyMBR#compiling) it yourself. Then, just run the executable as an administrator, and the program will guide you through the rest.

## Compiling
Before compiling, make sure you have MinGW installed, either through installing it on Linux, or through [MSYS2](https://www.msys2.org/).

After that, simply run `make` in the root directory of the project. The executable will be in the `build` directory.

## Contributing
As with all my projects, contributions are highly appreciated!

0 comments on commit afc21aa

Please sign in to comment.