i have a word written like 0x46697273 how i can read symbols in gdb console ?
A:
You mean a character array located at that address?
Try using x/s 0x46697273
.
Borealid
2010-07-09 09:19:02
0x46697273: <Address 0x46697273 out of bounds>
RusAlex
2010-07-09 09:33:34
@RusAlex: they you're going to have to clarify what "a word written like 0x46697273" means in English.
Borealid
2010-07-09 10:01:50