Dynamic patch verity and forceencrypt flag

This commit is contained in:
topjohnwu
2017-12-07 03:21:13 +08:00
parent b4c0a255fc
commit baff9256c5
8 changed files with 121 additions and 56 deletions

View File

@ -20,7 +20,7 @@ typedef struct cpio_entry {
// uint32_t namesize;
// uint32_t check;
char *filename;
char *data;
void *data;
int remove;
} cpio_entry;