├── Examples ├── keypwn.asm ├── print_boot2.asm └── pwn.txt ├── LICENSE ├── MLB ├── bootkit_tool.h ├── install_ascii_art.cpp ├── install_raw.cpp ├── main.cpp ├── parsing.cpp ├── read.cpp ├── restore_1st_sector.cpp ├── restore_dos.cpp ├── restore_saved_mbr.cpp └── wipe.cpp ├── MLBT.exe └── README.md /Examples/keypwn.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/Examples/keypwn.asm -------------------------------------------------------------------------------- /Examples/print_boot2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/Examples/print_boot2.asm -------------------------------------------------------------------------------- /Examples/pwn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/Examples/pwn.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/LICENSE -------------------------------------------------------------------------------- /MLB/bootkit_tool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/MLB/bootkit_tool.h -------------------------------------------------------------------------------- /MLB/install_ascii_art.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/MLB/install_ascii_art.cpp -------------------------------------------------------------------------------- /MLB/install_raw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/MLB/install_raw.cpp -------------------------------------------------------------------------------- /MLB/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/MLB/main.cpp -------------------------------------------------------------------------------- /MLB/parsing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/MLB/parsing.cpp -------------------------------------------------------------------------------- /MLB/read.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/MLB/read.cpp -------------------------------------------------------------------------------- /MLB/restore_1st_sector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/MLB/restore_1st_sector.cpp -------------------------------------------------------------------------------- /MLB/restore_dos.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/MLB/restore_dos.cpp -------------------------------------------------------------------------------- /MLB/restore_saved_mbr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/MLB/restore_saved_mbr.cpp -------------------------------------------------------------------------------- /MLB/wipe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/MLB/wipe.cpp -------------------------------------------------------------------------------- /MLBT.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/MLBT.exe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conix-security/MLBT/HEAD/README.md --------------------------------------------------------------------------------