MemzDescriptor

From The iPhone Wiki
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;
};