|
The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "MemzDescriptor"
(delete) |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{delete|What is this even for?}} |
||
==Structure== |
==Structure== |
||
typedef struct MemzDescriptor { |
typedef struct MemzDescriptor { |
||
Latest revision as of 05:25, 19 May 2015
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;
};