pjrinaldi / wombatforensics

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

MimeType category/signature implementation #379

Closed pjrinaldi closed 3 years ago

pjrinaldi commented 3 years ago

need to address the mimetype issue with using extension, need to switch back to other mimetype and go from there or i need to use libmagic and do it all over again...

pjrinaldi commented 3 years ago

Go back to qtmime with just content and then implement my own extension code.

also move my custom type identification to the function so I only write it once and modify what I return.

pjrinaldi commented 3 years ago

working on integrating my customizations to the GenerateCategorySignature function to avoid redundancy and then remove the filename mimesignature.

just need to test and account for other datat types that aren't handled properly on my own... but this will come through testing different images with files.

pjrinaldi commented 3 years ago

working. still need to add other types as i come across them, but it is working as is, just needs more refinement