This python script is a FAT32 filesystem parser that allows you to analyze and parse FAT32 filesystems.
-h, --help - Print out the help menu
-i, --image IMAGE - Enter the path to the file system raw image
-m, --mbr - Parse Master Boot Record (MBR) only
-p, --partition - Select the partition number (from 1 to 4) for which you would like to retrieve the boot sector information.
-v, --verbose - Print out a quick documentation of every parsed field
$ python3 --image /path/to/image --mbr
- Using verbose Mode:
$ python3 --image /path/to/image --mbr --verbose
$ python3 --image /path/to/image
- Using verbose mode:
$ python3 --image /path/to/image --verbose
$ python3 --image /path/to/image -p [1-4]
$ pip3 install -r requirements.txt
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the License file for details.