pjrinaldi / wombatforensics

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

Wombat Forensic Image Format #493

Closed pjrinaldi closed 6 months ago

pjrinaldi commented 6 months ago

Need to update the processing/properties for wombat forensic image format, this includes removing walafus and probably comment out sfs and just tell people to manually squashfuse mount it prior to me working on it.

pjrinaldi commented 6 months ago

got parsing for wombat forensic image in place, removed walafus code, and also implemented sfs image handling with the libsquashfs library from squashfs-tools-ng. i think my logic for sfs is wrong, but will test as i go and fix when issues arise.