You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 theiTunesBackupInfo
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.
The text was updated successfully, but these errors were encountered: