zip-rs / zip-old

Zip implementation in Rust
MIT License
731 stars 204 forks source link

Add support for extended timestamps #437

Closed janstarke closed 5 months ago

janstarke commented 7 months ago

Zip files may contain (and mostly do) extended data, such as extended timestamps. This PR adds structs for reading extended data, and firstly the extended timestamp fields.

This PR is required to solve dfir-dd/dfir-toolkit#27

Pr0methean commented 5 months ago

Because this repo is no longer maintained, I've replaced this PR with https://github.com/zip-rs/zip2/pull/51.