pjrinaldi / wombatforensics

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

hex viewer #316

Closed pjrinaldi closed 4 years ago

pjrinaldi commented 4 years ago

there might be an issue with the hexviewer displaying the wrong information... while working on parsing $I30's, i think it might be off somewhat. need to research and find out... once i'm done parsing i30 artifacts...

pjrinaldi commented 4 years ago

Fixed. when i switched the node->itemtype from meta->type to name->type, I didn't update the value here, so it was skipping the (isdir & attrtype=144) and wasn't breaking until the next one, which was an attribute too far...