o - octal
x - hexadecimal
d - decimal
u - unsigned decimal
t - binary
f - floating point
a - address
c - char
s - string
i - instruction
The following size modifiers are supported:
b - byte
h - halfword (16-bit value)
w - word (32-bit value)
g - giant word (64-bit value)
'공부' 카테고리의 다른 글
메모 (0) | 2015.11.11 |
---|---|
Une simple Exploitation de vulnérabilité Format String (0) | 2015.11.02 |
malloc chunk (0) | 2015.10.28 |
힙 (0) | 2015.10.26 |
dynamic linker (0) | 2015.10.18 |