MemzDescriptor

From The iPhone Wiki
Revision as of 20:42, 24 April 2013 by Http (talk | contribs) (This is in use, see references. (But we might want to merge all related pages.))
Jump to: navigation, search

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;
};