Implement bis dumping
This commit is contained in:
@@ -7,4 +7,17 @@ u64 getfilesize(char *path);
|
||||
int getfolderentryamount(const char *path);
|
||||
void makestring(char *in, char **out);
|
||||
int del_recursive(char *path);
|
||||
int copy_recursive(char *path, char *dstpath);
|
||||
int copy_recursive(char *path, char *dstpath);
|
||||
int dump_emmc_parts(u16 parts, u8 mmctype);
|
||||
|
||||
#define PART_BOOT 0x1
|
||||
#define PART_PKG2 0x2
|
||||
|
||||
static const char *pkg2names[] = {
|
||||
"BCPKG2-1-Normal-Main",
|
||||
"BCPKG2-2-Normal-Sub",
|
||||
"BCPKG2-3-SafeMode-Main",
|
||||
"BCPKG2-4-SafeMode-Sub",
|
||||
"BCPKG2-5-Repair-Main",
|
||||
"BCPKG2-6-Repair-Sub"
|
||||
};
|
||||
Reference in New Issue
Block a user