• 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
Name
Last commit
Last update
cython Loading commit data...
include Loading commit data...
libcnary Loading commit data...
m4 Loading commit data...
src Loading commit data...
test Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
doxygen.cfg.in Loading commit data...