pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
46 stars 12 forks source link

Modify HashFiles Functionality #396

Closed pjrinaldi closed 2 years ago

pjrinaldi commented 2 years ago

Hash function currently hashes the content+slack, but should just hash the content.

pjrinaldi commented 2 years ago

initial testing of hashing logical and not physical size works, but i think the computation is off and should be adjusted to be currentsize <= logicalsize rather than the j*cursize since the layout might not always have cursize be a blocksize/sectorsize type value.

pjrinaldi commented 2 years ago

modified and working. will open new ticket if it fails with further testing.