|
The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
MemzDescriptor
Revision as of 05:18, 11 March 2010 by Posixninja (talk | contribs) (New page: ==Structure== typedef struct MemzDescriptor { unsigned int fileSize; unsigned int imageSize; unsigned int dataSize; unsigned int container; unsigned int flags; unsigned char* ...)
Structure
typedef struct MemzDescriptor {
unsigned int fileSize;
unsigned int imageSize;
unsigned int dataSize;
unsigned int container;
unsigned int flags;
unsigned char* address;
unsigned int unk18;
};