(lldb) memory read -s8 -fu -c10 0x10920ce00
0x10920ce00: 0
0x10920ce08: 20
0x10920ce10: 41
0x10920ce18: 65
0x10920ce20: 92
0x10920ce28: 119
0x10920ce30: 144
0x10920ce38: 163
0x10920ce40: 179

0x10920ce48: 192


-s byte count

-f format

-c element num


using lldb to print array data


https://lldb.llvm.org/varformats.html

https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf

相关文章:

  • 2022-03-07
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2022-01-08
  • 2022-03-06
  • 2022-12-23
猜你喜欢
  • 2022-02-17
  • 2022-12-23
  • 2021-11-13
  • 2021-05-05
  • 2022-12-23
  • 2021-08-12
  • 2021-12-29
相关资源
相似解决方案