https://github.com/bemxio/flubifymbr
A program for maliciously replacing the bootloader on Windows
https://github.com/bemxio/flubifymbr
bootloader c mbr prank virus windows
Last synced: 8 months ago
JSON representation
A program for maliciously replacing the bootloader on Windows
- Host: GitHub
- URL: https://github.com/bemxio/flubifymbr
- Owner: bemxio
- License: mit
- Created: 2023-02-10T17:23:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T00:27:45.000Z (over 2 years ago)
- Last Synced: 2025-01-16T03:15:49.416Z (9 months ago)
- Topics: bootloader, c, mbr, prank, virus, windows
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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!