Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
ZIPDETAILS(1) | Perl Programmers Reference Guide | ZIPDETAILS(1) |
NAME
zipdetails - display the internal structure of zip filesDESCRIPTION
Zipdetails displays information about the internal record structure of the zip file. It is not concerned with displaying any details of the compressed data stored in the zip file.OPTIONS
- -v
- Enable Verbose mode
- -h
- Display help
- Column 1
- This contains the offset from the start of the file in hex.
- Column 2
- This contains a textual description of the field.
- Column 3
-
If the field contains a numeric value it will be displayed in hex. Zip stored most numbers in little-endian format - the value displayed will have the little-endian encoding removed.
- •
- The offset from the start of the file in hex.
- •
- The length of the filed in hex.
- •
- A hex dump of the bytes in field in the order they are stored in the zip file.
TODO
Error handling is still a work in progress. If the program encounters a problem reading a zip file it is likely to terminate with an unhelpful error message.SUPPORT
General feedback/questions/bug reports should be sent to <https://github.com/pmqs/IO-Compress/issues> (preferred) or <https://rt.cpan.org/Public/Dist/Display.html?Name=IO-Compress>.SEE ALSO
The primary reference for Zip files is the "appnote" document available at <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>.AUTHOR
Paul Marquess pmqs@cpan.org.COPYRIGHT
Copyright (c) 2011-2019 Paul Marquess. All rights reserved.2024-11-21 | perl v5.32.0 |