我想拆解我的可启动x86磁盘的MBR(前512字节).我已经将MBR复制到了一个文件中
dd if=/dev/my-device of=mbr bs=512 count=1
对可以反汇编文件的Linux实用程序的任何建议mbr?
mbr
linux x86 assembly mbr x86-16
assembly ×1
linux ×1
mbr ×1
x86 ×1
x86-16 ×1