pjrinaldi / wombatforensics

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

Issues with generatearchiveexpansion #329

Closed pjrinaldi closed 4 years ago

pjrinaldi commented 4 years ago

Issue with archive expansion. looking into it. it keeps crashing with wrong index for an array. also, it appears archive goes over all the items rather than just the archive one's...

also looking into this issue as well.

pjrinaldi commented 4 years ago

fixed initial issue as well only trying to extract archives for archives only...

new error crops up. need to look into this one and fix as well..

pjrinaldi commented 4 years ago

also need to ensure extracted archives aren't extracted again...

pjrinaldi commented 4 years ago

believe i have fixed the issue with extracting docx,pptx,xlsx files as zip files when i don't want to. I will need to extract them later, but for now I do not want to, there is an issue with the libzip function which errors out upon expanding and reviewing them.

i think i resolved extract again, but i'll test to see, then close this.

pjrinaldi commented 4 years ago

fixed. will have to revisit this issue when i expand office documents though, but for v0.3, zip files are working as they should.