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

NSKeyedAchiverParser #2353

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

NSKeyedAchiverParser #2353

wants to merge 23 commits into from

Conversation

patrickdalla
Copy link
Collaborator

Closes #2351.

child combinator (https://www.w3.org/TR/selectors/#child-combinators)
which uses the '>' character that was being escaped by
ToXMLContentHandler. I've made some changes to avoid XML escape
application when calling characters inside 'style' element, so the > is
preserved as is.
when the page has declared an window.containsNavigableTree boolean
variable with true value to avoid unnecessary code execution.
node trees of search hits. Adds text do inform that NSData was extracted
as subitem.
@patrickdalla
Copy link
Collaborator Author

This implementation is dependent of BPList PR, so it has the commits of that PR too.

@patrickdalla
Copy link
Collaborator Author

patrickdalla commented Oct 29, 2024

Some issues/improvements derived from this implementation:

  1. Can be implemented "specialized" parsers for specific object classes found inside the Object graph. Maybe an improvement can be to extract such kind of objects as new subitems, once registered. For example, I found some objects with info o a IGUser class that seems to represent instagram user information inside of a NSKeyedArchiver file of a IGDirectBanyanRankedRecipientsCollection object.
    image

  2. The metadata name of the extracted timestamps are given as the tree path to the variable. I think IPED was not designed to support such long metadata names. One possible solution is to extract any object that has as timestamp field member as subitem, so the metadata name would be the path starting from this object class name.
    image

@patrickdalla
Copy link
Collaborator Author

On the long metadata name given from path issue: i've found one case that was leading to IPED indexing halt due to this long names (concatenated in eventtimegroups metadata) so I changed the implementation to use only the last member name on the object path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NSKeyedArchiver parser
1 participant