pjrinaldi / wombatforensics

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

ISO Parsing #369

Open pjrinaldi opened 3 years ago

pjrinaldi commented 3 years ago

Implement ISO Parsing

pjrinaldi commented 2 years ago

Starting on ISO9660 parsing.

pjrinaldi commented 2 years ago

got initial info for directories and files, just need to put it together and put into properties and node tree organization.

pjrinaldi commented 2 years ago

parsing iso is working. will need to implement tree nodes and properties files for each entry. will also need to look into rockridge and joliet, but may pass those off to another ticket. also need an iso example where i can test if duplicates occur between parsing the pv and sv. I can see where it would, so i should build that in as i implement tree nodes and properties.

pjrinaldi commented 2 years ago

got basic tree nodes and properties. need to expand to include other items and test for a larger iso file.

pjrinaldi commented 2 years ago

fixing issues with the larger directories. i think i figured out how to parse them and will finish fixing the code and test soon.

pjrinaldi commented 2 years ago

iso is working. will open new tickts as issues arise.