05.11.2016 Views

Pegasus and Nation-State Level Attacks

eu-16-Bazaliy-Mobile-Espionage-in-the-Wild-Pegasus-and-Nation-State-Level-Attacks

eu-16-Bazaliy-Mobile-Espionage-in-the-Wild-Pegasus-and-Nation-State-Level-Attacks

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

OSUnserializeBinary - OSNumber problem<br />

OSObject * OSUnserializeBinary(const char *buffer, size_t bufferSize, OSString **errorString) {<br />

...<br />

uint32_t key, len, wordLen;<br />

len = (key & kOSSerializeDataMask);<br />

...<br />

case kOSSerializeNumber:<br />

bufferPos += sizeof(long long);<br />

if (bufferPos > bufferSize) break;<br />

value = next[1];<br />

value

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!