Skip to content

bob12-doneni/parse-fat32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

parse-fat32

parsing FAT32 format image file

  1. parsing boot record && getting some properties
  2. parsing first FAT table
  3. checking integrity by parsing second FAT table
  4. printing cluster chain that comes after targer cluster

Usage:
  
    Python3 parse-fat32.py <target_cluster>
  

Example:

  
    Python3 parse-fat32.py 100
  

About

parsing FAT32 format image file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages