|
The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "MemzDescriptor"
(This is in use, see references. (But we might want to merge all related pages.)) |
|
| (One intermediate revision by one other user not shown) | |
(No difference)
| |
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;
};