sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
886 stars 211 forks source link

Use thumbnails from "media_hash_thumbnail" table (#2031). #2032

Closed wladimirleite closed 6 months ago

wladimirleite commented 6 months ago

Closes #2031.

wladimirleite commented 6 months ago

Added other minor fixes and improvements related to WhatsApp generated HTML.

wladimirleite commented 6 months ago

I created this PR just to address #2031. However, while working on #2030, I realized that there may be some merging conflicts between them. And the main problem is that I started to use two phones to check #2030 (initially I had only a WhatsApp database), comparing parser results with actual messages displayed on the devices. And there are differences that were solved by #2031, but I am not seeing them in #2030. So I am closing this PR and will create a new one, which will handle both issues (and maybe #1923) together.

lfcnassif commented 6 months ago

Hi @wladimirleite! I can merge #1920 to avoid more merge conflicts with the improvements you are working on. I detected just very minor differences with master, so I think it's safe and I can take a closer look at them later. What do you think?

lfcnassif commented 6 months ago

PS: I saw you already pushed a few commits, so not sure if it will help.

wladimirleite commented 6 months ago

Please, do that if you can. I can stop commiting and reverse merge with the master after you merge #1920. This should avoid more conflicts.