Parses a ZIP archive and returns its structured representation.
Produces three kinds of sections:
Parsing stops after 2 000 entries to avoid unbounded loops on crafted input.
Raw ZIP archive bytes.
A ParsedStructure with format set to 'ZIP'.
format
'ZIP'
Parses a ZIP archive and returns its structured representation.
Produces three kinds of sections:
Parsing stops after 2 000 entries to avoid unbounded loops on crafted input.