(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

相关文章: