pjrinaldi / wombatforensics

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

Dig Status Counts #264

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 5 years ago

For thumbnailing, it doesn't get to 100% because not all files are processed even though it looks through all files.

Also, MD5 hashing doesn't reach 100% because it musn't go over all files or incrmenet properly when it doesn't hash something???

Need to look into this.

pjrinaldi commented 5 years ago

fixed the dig status dialog totals for when it finishes. the digupdate doesn't get called enough before the threads finish, so the count is off, even though all files are accounted for.

pjrinaldi commented 5 years ago

Might need to implement error counting for each dig process if i can. then at the end, i can do total - errors to get the real percentage finished... for now it just counts how many it processed, not whether they were successful or not.

pjrinaldi commented 4 years ago

The new dig method includes the information for items that passed but didn't succeed for one reason or another. This information is in the log file. The display counts work. This works for now.

I might consider adding a message at the end which informs the user of how many images and videos had the missing thumbnail used accordingly in the log.