Skip to content

hamptus/pyMBR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyMBR

Read the Master Boot Record using Python

This was written for use in the DC3 challenge. It has been tested on Windows 7 and Linux.

To parse a drive on Windows, open the disk as shown here: https://support.microsoft.com/en-us/kb/100027

for example:

python mbr.py \\.\PhysicalDrive0

Or, for Linux:

python mbr.py /dev/sda

About

Read the Master Boot Record using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages