The Dragon 32/64 forensic tool for FreeBSD 5/6/7: ================================================= This catalogue contains [example] disk images from 5.21" disks, and belonging extracted information. Files that cannot be decompressed (only extracted): - OS9 files and software (missing specification) - SDC v3 files and software (missing specification) - Compiled (.BIN) files (missing specification) The tool will find hidden and deleted files, and restore them. How to use this forensic tool: # # 1) Compile the software # make all # # 2) # # Upload disk images as "diskXXX.bin" files, and # then run the following commands, one time for # each binary, for example: # # Disk image, with bad sectors padded to zero: # "disk99.bin" # mkdir disk99 cd disk99 ../dcopy ../disk99.bin read >> ../status cd .. make convert # # and that is it # --HPS