Skip to content

gorgobacka/DiskImageAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages