mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 11:31:53 +00:00
Fix patch verity and forceencrypt
This commit is contained in:
@@ -18,6 +18,6 @@ int hexpatch(const char *image, const char *from, const char *to);
|
||||
int cpio_commands(int argc, char *argv[]);
|
||||
int dtb_commands(int argc, char *argv[]);
|
||||
|
||||
char *patch_verity(const void *buf, uint32_t &size);
|
||||
void patch_encryption(void **buf, uint32_t *size);
|
||||
char *patch_verity(const void *buf, uint32_t &size, bool inplace = false);
|
||||
void patch_encryption(void *&buf, uint32_t &size);
|
||||
bool check_env(const char *name);
|
||||
|
||||
Reference in New Issue
Block a user