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

Lnk metadata extraction #2308

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

Lnk metadata extraction #2308

wants to merge 5 commits into from

Commits on Aug 23, 2024

  1. '#2307 Puts LNKShortcutParser in second queue as it must find the

    referenced item to make the reference.
    patrickdalla committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    56fec05 View commit details
    Browse the repository at this point in the history
  2. '#2307 Creates propery to represent and save mft idx, so it can be used

    to search for items in the case later.
    patrickdalla committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b5df46e View commit details
    Browse the repository at this point in the history
  3. '#2307 Adds some info as Metadata to each LNK file parsed, and makes the

    reference to any correspondent found item in case. The search is first
    based on metaAddress (mft idx) and latter, if not successfull, on
    relative path, after removing any volume letter info. The creationDate
    info is compared to confirm the match.
    patrickdalla committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3efcc5f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    6d7439b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    156b893 View commit details
    Browse the repository at this point in the history