0

I'm working on a programme to modify the MBR. The thing is i can open it with.

a = open(r"\\.\PhysicalDisk0", "r+b")
a.write("data")

The code dosent shows any errors and when I read the MBR again it doesn't show the data I wrote. Any solutions?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437

0 Answers0