applicationState Parsing Ahead of Modules
- Langage dominant
- Python
- Étoiles
- 1.2k
- Forks
- 303
- Merge moyen
- 4 h 32 min
- PR mergées (30 j)
- 216
Description
We currently have 4 modules that are doing a wildcard search to find a plist to get the GUID for the application of interest. This returns a large number of files for each of these modules and they are duplicate files that each one has to process.
For reference:
@snoop168 has suggested that we parse the `applicationState.db` file prior to handing things over to the modules. This would reduce the files extracted by the modules. We do processing ahead of modules with the `iTunesBackupInfo` if its an itunes extraction:
https://github.com/JamesHabben/iLEAPP/blob/647c5bea4c280a4aeb03b7ba03c259e46c04e5d2/ileapp.py#L365-L375
Looks like it is worth considering in the near future so leaving a note here to have a reminder or to discuss implementation.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.