Binary Raw - Docs
    Preparing search index...

    Function parse

    • Parses a ZIP archive and returns its structured representation.

      Produces three kinds of sections:

      • Local file entries – one per file, with child sections for the local header and data.
      • Central directory – single metadata section covering all CD records.
      • EOCD – end-of-central-directory record, including any optional comment.

      Parsing stops after 2 000 entries to avoid unbounded loops on crafted input.

      Parameters

      Returns ParsedStructure

      A ParsedStructure with format set to 'ZIP'.