Skip to content

Add generic support for compression format in loaders #1455

@Matthijsy

Description

@Matthijsy

Currently some loaders implement specific compression formats. For example the Acquire loader supports .tar.gz. However, if I have a VMDK which is compressed using gzip this won't work. It would be nice if we could have a generic layer of decompression which handles the gzip (and maybe others) layer, and than let's the other loaders do the heavy lifting. By doing this all the loaders support the gzip format, and we no longer have the need to decompress before using dissect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions