Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applicationState Parsing Ahead of Modules #821

Open
JamesHabben opened this issue Sep 25, 2024 · 0 comments
Open

applicationState Parsing Ahead of Modules #821

JamesHabben opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JamesHabben
Copy link
Collaborator

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.

@JamesHabben JamesHabben added the enhancement New feature or request label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant