adb logcat>1.txt

  adb shell cat /proc/atf_log/atf_log > atf_log

 

会保存在adb的本地文件。

还有一种是实时读取的方式:

adb shell

cat /proc/atf_log/atf_log

 

一块的大小是16*16字节

IFAA是一型一密,保存在RPMB的第0块开始的8个块(16*16字节): 读取方式  ./rpmb_tool read 0 8

soter是一机一密,保存在RPMB的第64块开始的8个块(16*16字节): 读取方式  ./rpmb_tool read 64 8

相关文章:

  • 2022-01-12
  • 2021-08-20
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2022-01-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案