EC-DIGIT-CSIRC / sysdiagnose

Forensic toolkit for iOS sysdiagnose feature
European Union Public License 1.2
139 stars 8 forks source link

[parser] crashlog parser must be able to parse an external folder #99

Open cvandeplas opened 1 week ago

cvandeplas commented 1 week ago

Try to make the crashlogs parser aware of one or more folders that also contain crashlogs Ensure it's merged with the sysdiagnose.tar.gz ones to prevent duplicates.

cvandeplas commented 1 week ago

current implementation loads everything that's in the case_data_folder.
What's missing is an overall sysdiagnose function to be aware that this feature exists

cvandeplas commented 6 days ago

the missing part should be covered by a generic variable in the BaseInterface to be aware of an additional folder. (or more)