applicationState Parsing Ahead of Modules
- Vorherrschende Sprache
- Python
- Sterne
- 1.2k
- Forks
- 303
- Ø Merge
- 4 Std. 32 Min.
- Gemergte PRs (30 T.)
- 216
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.