mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 05:07:45 +02:00
Extract vbmeta from footer
Do not scan manually, extract properly from footer like libavb
This commit is contained in:
@ -608,7 +608,7 @@ struct boot_img {
|
||||
|
||||
// AVB structs
|
||||
AvbFooter *avb_footer;
|
||||
AvbVBMetaImageHeader *avb_meta;
|
||||
AvbVBMetaImageHeader *vbmeta;
|
||||
|
||||
// Pointers to blocks defined in header
|
||||
uint8_t *hdr_addr;
|
||||
|
Reference in New Issue
Block a user