Difference between revisions of "MemzDescriptor"

From The iPhone Wiki
Jump to: navigation, search
m
(Undo revision 44801 by 5urd (talk))
 
Line 1: Line 1:
{{delete|Pages like this should be combined into one thing}}
 
 
 
==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;
};