Skip to content

asif_meta_header.data_size #73

@huven

Description

@huven

In dissect/hypervisor/disk/c_asif.py

struct asif_meta_header {
    uint32  header_signature;
    uint32  header_version;
    uint32  header_size;
    uint64  data_size;
    uint64  unk_14;
};

I suspect data_size should be uint32 there, with a uint32 header_flags inserted before. As it currently is, the uint64 is not aligned correctly, which is unlikely to be designed by Apple like this.

Does not make a difference currently as the flags are all zero, but still..

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