pjrinaldi / wombatforensics

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

Property Viewer #450

Closed pjrinaldi closed 6 months ago

pjrinaldi commented 1 year ago

Need to implement collecting, storing, and displaying properties for files.

pjrinaldi commented 6 months ago

working on a structured format for the properties file using templates and then the property values to the file info to create the properties viewer. I've got the test code for a fat12 file property template (fat12file.pt) whichg gets copied from the app directory to the config directory. need to test parsing the file and also figure out how to determine which filesystem file template to use.

pjrinaldi commented 6 months ago

able to read the template and split the property template information. now i need to store the information for a file in the file file and then read it when needed and intersplice it with the properties viewer for display.

pjrinaldi commented 6 months ago

property viewer is working. will just need to implement properties for forensic images, partitions/file systems, and all other file systems and files/directories for them.