MDGSF Software Engineer

[GDB] 输出16进制

2017-02-10
GDB

p/x num    以16进制输出
p/a num    以16进制输出

p/t num    以2进制输出

p/c num    以字符形式输出

p/o num    以8进制输出

weixingongzhonghao

Comments

Content