Difference between revisions of "MemzDescriptor"

From The iPhone Wiki
Jump to: navigation, search
(New page: ==Structure== typedef struct MemzDescriptor { unsigned int fileSize; unsigned int imageSize; unsigned int dataSize; unsigned int container; unsigned int flags; unsigned char* ...)
 
(delete)
Line 1: Line 1:
  +
{{delete|What is this even for?}}
 
==Structure==
 
==Structure==
 
typedef struct MemzDescriptor {
 
typedef struct MemzDescriptor {

Revision as of 18:47, 24 April 2013

This page was marked for deletion.
Reason: What is this even for?

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