//------------------------------------------------ //--- 010 Editor v10.0.1 Binary Template // // File: SandboxCollection14.bt // Authors: blacktop // Version: 1.0 // Purpose: iOS 14.x Sandbox Profile Collection // Category: Operating System // File Mask: // ID Bytes: 00 80, 00 00 // History: //------------------------------------------------ typedef struct { uint16 Type; uint16 OpNodeSize; uchar OpCount; uchar GlobalVarCount; uint16 ProfileCount; uint16 RegexItemCount; uint16 MsgItemCount; } CollectionHeader; LittleEndian(); CollectionHeader header;