Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 932 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 932 Bytes

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.