This small tool allows the user to graphically examine ddrescue's mapfiles in a user friendly GUI application. The Main window displays a block grid with each block's color representing the block types it contains. Many people know this type of view from defragmentation programs.
The program is written in Object Pascal using the Lazarus IDE. It can be compiled to run on Windows, GNU/Linux and probably OS X, too.
The downloads include binaries for the respective target platform and the project files (source code).
Update 2022/02/25: ddrescueview version 0.4.5 has been released. This maintenance release restores compatibility with ddrescue 1.24 and later.
...
vscartutils: tools for the cartridge data formats of the Prophet VS
vscartutils: tools for the cartridge data formats of the Sequential Circuits Prophet VS
Included tools:
* vssyx2vsram: convert syx-file(s) into VSRAM image file
* vsram2vssyx: convert VSRAM image file into syx-file
* vssyx2vsrom: convert syx-file(s) into VSROM image file
* vsrom2vssyx: convert VSROM image file into syx-file
* vsramfix: fix VSRAM image file
* vsromfix: fix VSROM image file
* vsramlist: list programs in VSRAM image file and export user-waves to WAV-files
*...