abrignoni / abrignoni/iLEAPP

applicationState Parsing Ahead of Modules

Aperta
#821 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
Python
Stelle
1.2k
Fork
303
Merge medio
4h 32m
PR unite (30g)
216

Descrizione

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:
image

@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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.