-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ZIP file handling draft, although be aware there is currently no …
…support for encrypted ZIP files. Trying to extract encrypted ZIP files will just hang with the current implementation. So in the case what we find an encrypted ZIP file, we just fall back to an UnknownChunk, with a defined end_offset. In the future, we should be able to handle an encrypted ZIP chunk, carve it out, but not necessarily extract it if we don't know the password. Perhaps at some point we may want to attempt to brute-force encrypted ZIP files with a password list.
- Loading branch information
Takeshi Shiomitsu
authored and
takeshi
committed
Nov 23, 2021
1 parent
e1d368c
commit f4e05ce
Showing
2 changed files
with
70 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters