T017 Commands (Tool Probes & Detailed Inspection)

# CHD files (6 total)
chdman info -i <each_chd_path>

# Archive files (2 total)
7z l <archive_path> | head -20

# CDI files (7 total) - file, size, head/tail MD5, SFV CRC32
file <cdi_path>
du -h <cdi_path>
head -c 10485760 <cdi_path> | md5sum  # head 10MB
tail -c 10485760 <cdi_path> | md5sum  # tail 10MB

# SFV parsing
cat <sfv_path>

# SHA-256 on smaller files (USA Disc 1 CHD, JP Disc 1 CHD)
sha256sum <path>