puffyCid / artemis

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

Windows updates #117

Closed puffyCid closed 4 months ago

puffyCid commented 4 months ago

Updates to windows artifacts and function. PR also adds XPRESS Huffman decompression support without the Windows API!

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 77.37460% with 212 lines in your changes are missing coverage. Please review.

Project coverage is 83.92%. Comparing base (00d9f95) to head (74611d4).

:exclamation: Current head 74611d4 differs from pull request most recent head c902fca. Consider uploading reports for the commit c902fca to get more accurate results

Files Patch % Lines
artemis-core/src/utils/compression/xpress/lznt.rs 0.00% 90 Missing :warning:
artemis-core/src/utils/compression/compress.rs 69.31% 27 Missing :warning:
...temis-core/src/utils/compression/xpress/huffman.rs 93.02% 21 Missing :warning:
artemis-core/src/utils/compression/error.rs 4.76% 20 Missing :warning:
artemis-core/src/utils/compression/decompress.rs 72.50% 11 Missing :warning:
...temis-core/src/artifacts/os/windows/prefetch/pf.rs 84.90% 8 Missing :warning:
artemis-core/src/utils/compression/xpress/api.rs 87.30% 8 Missing :warning:
...rtemis-core/src/artifacts/os/windows/ese/tables.rs 89.39% 7 Missing :warning:
artemis-core/src/filesystem/ntfs/compression.rs 12.50% 7 Missing :warning:
artemis-core/src/utils/compression/xpress/lz77.rs 95.27% 7 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #117 +/- ## ========================================== - Coverage 83.97% 83.92% -0.05% ========================================== Files 465 471 +6 Lines 52737 53387 +650 ========================================== + Hits 44286 44807 +521 - Misses 8451 8580 +129 ```

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