Skip to content

jgerrish/image-rider-fat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-rider-fat

build

Rust nom parser to read FAT file systems

This is a library of parsers built using the nom parsing framework to parse DOS FAT disk images.

Supported Formats

The following formats are currently detected. Parsing is not fully implemented for any of them yet.

FAT12: Basic File Allocation Table parsing FAT16: Basic skeleton but it's not working

Usage

You can run the example application with the following command:

RUST_LOG=debug cargo run --example parser -- --input FILENAME

About

Rust nom parser to read FAT file systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages