• Nikias Bassen's avatar
    bplist: Fix UID node parsing to match Apple's parser · 6bf56a7c
    Nikias Bassen authored
    Apple only allows 32 bit unsigned values for UID nodes. Also the encoding
    of the length is different from the encoding used for other node types.
    The nibble used to mark the size is 1 less than the actual size of the integer
    value data, so 0 means 1 byte length 1 means 2 bytes length, etc.
    6bf56a7c
bplist.c 34.6 KB