cfig / Android_boot_image_editor

Parsing and re-packing Android boot.img/vbmeta.img/payload.bin, supporting Android 15
Apache License 2.0
1.06k stars 234 forks source link

Distinguish and support different verified boot version #16

Closed cfig closed 6 years ago

cfig commented 6 years ago

Android Verified Boot has 2 versions till now (1) dm-verity, (verified boot 1.0) https://source.android.com/security/verifiedboot/ (2) AVB (verified boot 2.0) https://android.googlesource.com/platform/external/avb/

We need to distinguish the versions from some metadata, and support parsing and packing of AVB.

cfig commented 6 years ago

master branch already supports both VB1.0 and AVB.