Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

DiskImageAnalyzer

DiskImageAnalyzer is a Python 3 tool for analyzing floppy disk images on Linux.

Installation

Required dependencies

Usage

Basic introduction:

./analyzer.py -h

DiskImageAnalyzer has two main functions:

  • print an extensive set of information about a disk image file
  • compare two disk image files

It is important to run this tool as sudo. Otherwise the disk images can't be mounted and therefore not analyzed completely.

Analyze a single disk image:

sudo ./analyzer.py disk.img

Compare two disk images:

sudo ./analyzer.py disk1.img --compare disk2.img

License

Licensed under the GNU GPLv3 license.

About

Tool for analyzing floppy disk images

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages