pjrinaldi
pjrinaldi
functionalizing sfs code is not quite working yet... will put aside for now and work on it with a later release.
now that i have wfi, i'm not going to bother wtih sfs images.
Going to implement sfs support cause i like the image format and it should get used more.
implemented using system(squashfuse) command, not the best way, but it does work.
Using libsquashfs library i can sucessfully get the file size for the raw forensic image within the sfs image file. next step is getting the read content working.
code is working, but there are probably some errors in my seek/read logic for determining where to read the content from. it works for reading 1 block, but will probably...
hex viewer doesn't include slack, so i need to get file content with slack to display the slack hex or just build a getslackcontent function which goes to the offset...
added slack to the hex viewer as a separate hex section at the bottom of the viewer as it's own thing.
need to re-implement prior double click functionality that was removed when i implemented the path toolbar.
prior double click is added, need to implement double click for parsed artifacts such as prefetch, lnk, etc.