pjrinaldi / wombatforensics

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

FAT12 - Adding File System Partition Properties #485

Closed pjrinaldi closed 6 months ago

pjrinaldi commented 6 months ago

Working on adding fat12 fs properties. Need to write the properties to the burrow file, need to distinguish a file from a file system to send to the property viewer. also need to not crash when there are no properties for a file.

pjrinaldi commented 6 months ago

working on adding fat12 fs properties. still need to write property values to the property file. got stuff in place to distinguish between a forimg, fs/part, and file.

need to account for errors when property template files don't exist or there are no property values.

added formatting to the property viewer so it is more plain text table layout with headers and hrules.

pjrinaldi commented 6 months ago

got fat12 properties written to the file system burrow file. also got them read back, and displayed in the property viewer. just need to fix the layout formatting for the rows which is off. the headers and hrules are right, but the contents are off. should be a relatively quick fix.

pjrinaldi commented 6 months ago

file system properties are done and working for fat12.