parsing FAT32 format image file
- parsing boot record && getting some properties
- parsing first FAT table
- checking integrity by parsing second FAT table
- printing cluster chain that comes after targer cluster
Usage:
Python3 parse-fat32.py <target_cluster>
Example:
Python3 parse-fat32.py 100