image库

作者: 我的大好时光 | 来源:发表于2018-05-15 16:17 被阅读8次

image 命令

//帮助命令
help image lookup
//- a = address
//查看内存地址
image lookup -a 0x00000001046070bc
//查看person类的.h文件
 image lookup -t Person
//库列表
image list
//内存读取,简写x
member read == x
//寄存器读取
register read 

相关文章

网友评论

      本文标题:image库

      本文链接:https://www.haomeiwen.com/subject/skcydftx.html