pjrinaldi / wombatforensics

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

Check hexviewer/filehexviewer display for alternate attributes #415

Closed pjrinaldi closed 2 years ago

pjrinaldi commented 2 years ago

Need to check the hexviewer display and the file hexviewer display and highlighting for alternate attributes for files in NTFS.

pjrinaldi commented 2 years ago

fixed. wasn't writing the "Layout" property to the ?.prop file for the atlernate attributes, so the hexviewer had no content to offset and size to use for highlighting. that is fixed now. didn't extensively test with different ntfs images to see if any other issues were missed or created with this code change.