|
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.)) |
m |
||
| Line 1: | Line 1: | ||
| + | {{delete|Pages like this should be combined into one thing}} |
||
| + | |||
==Structure== |
==Structure== |
||
typedef struct MemzDescriptor { |
typedef struct MemzDescriptor { |
||
Revision as of 17:54, 4 March 2015
| This page was marked for deletion. |
| Reason: Pages like this should be combined into one thing
If you disagree with the reason for deletion, please discuss this deletion request this page's talk page. |
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;
};