/MBR-overwrite

Simple POC program for overwriting the master boot record with a custom file

Primary LanguageC++

MBR-overwrite

Simple POC program for overwriting the master boot record with a custom file. To get this to run, you need to add in your own bootable image (must be 512 bytes in most cases) and format it all correctly inside of the C++ code. To do this, I reccomend this tool: https://notisrac.github.io/FileToCArray/

Some fun repo's to get neat bootable images from (my personal favs):

Or you could use it for malicious stuff like a rootkit, but what fun is that?