Android Security Notes
0.1.0

Model

  • Android Platform Security Model

Boot

  • Partition
  • fastboot
    • doc
  • Secure Boot + AVB
  • dm-verity
  • AVB unlock
  • On Device Signing

Access Control

  • SELinux

Encryption

  • encryption
  • FBE

Authentication

  • Authentication
  • LockSettings

Keystore

  • Keystore
  • Remote Key Provision (RKP)
  • MTK: Google Attestation Key Tool
  • Secure Key Import

Credential

  • Identity Credential

APP

  • app signing
  • apk signature scheme
  • App Security

Update

  • Mainline modules (apex/apk)
  • APEX & APK
  • pub key
  • pub key owner

TLS

  • TLS Verifier

Connectivity

  • Nearby Threats

Permission

  • 权限管控

Kernel

  • GKI

SE

  • ready se

DNS

  • bionic dns
Android Security Notes
  • fastboot
  • 查看页面源码

fastboot

开发者选项里的 oem unlock开关,标识是否允许进行设备解锁(allow)

fastboot oem unlock / fastboot flashing unlock 执行设备解锁,变更设备是否已bootloader解锁的状态(status)

doc

  • Flash with Fastboot

  • Lock and unlock the bootloader

  • Android Fastboot Mode Commands with Examples

  • `avb.c: trusty_write_lock_state <https://cs.android.com/android/platform/superproject/main/+/main:external/trusty/bootloader/ql-tipc/avb.c?q=trusty_write_lock_state`_

  • rockchip android avb

  • How To Unlock Bootloader Via Fastboot Method On Android

  • fastboot.cpp

上一页 下一页

© 版权所有 2024, Pan Lanlan (潘蓝兰)。

利用 Sphinx 构建,使用的 主题 由 Read the Docs 开发.