pjrinaldi / wombatforensics

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

Dig Deeper Upgrades #393

Closed pjrinaldi closed 2 years ago

pjrinaldi commented 2 years ago

Need to add Hash Comparison item to dig deeper dialog, and also implement that code to compare the files to the chosen hash list(s).

pjrinaldi commented 2 years ago

working on hash list option and making hashes be blake only.

also need to figure out a way to store which hashlists were chosen when process is clicked, either through a global variable or passed in the function along with the digtype, digoptions, (such as digselections: hashlist|test1.whl,test3.whl;etc...)

pjrinaldi commented 2 years ago

gained access to hashlists. now i need to implement digging functionality for all.

pjrinaldi commented 2 years ago

need to fix alternate generatecategorysignature to fit the new magick method from the other curimg generatecategorysignature which is used in generatearchiveexpansion.

pjrinaldi commented 2 years ago

catsig function is fixed. zip sort of works, need to check the zip filename and path creation... i think it's wrong.

pjrinaldi commented 2 years ago

hashing is working, need to move on to img and vid thumbnailing and then implement the new hashcomparison functionality.

pjrinaldi commented 2 years ago

img and vid thumbnailing is working.