puffyCid / artemis

A cross platform forensic parser written in Rust!
MIT License
59 stars 6 forks source link

Support for parsing Archive Shelltems #156

Closed puffyCid closed 3 weeks ago

puffyCid commented 3 weeks ago

Starting on Windows 11 2023, Windows now natively supports opening several additional archive formats such as 7zip and tar.

These new archives also generate Shellbag entries when browsed to. This PR adds support for parsing the new format

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 85.33333% with 11 lines in your changes missing coverage. Please review.

Project coverage is 84.79%. Comparing base (e35ff6f) to head (f490b3b).

Files Patch % Lines
core/src/artifacts/os/windows/shellitems/items.rs 0.00% 6 Missing :warning:
...re/src/artifacts/os/windows/shellitems/variable.rs 42.85% 4 Missing :warning:
core/src/artifacts/os/windows/ole/types.rs 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #156 +/- ## ======================================= Coverage 84.78% 84.79% ======================================= Files 479 480 +1 Lines 53901 53973 +72 ======================================= + Hits 45702 45766 +64 - Misses 8199 8207 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.