[출처 :
http://sourceware.org/gdb/onlinedocs/gdb/Searching-Memory.html]
find
[/
sn] start_addr, +
len,
val1 [,
val2, ...
]find
[/
sn] start_addr,
end_addr,
val1 [,
val2, ...
]ex)
(gdb) find 0xf7ee4520, +1000000 ,"\x43"
0xf7f52c69 <dl_iterate_phdr+425>
0xf7f77d29
0xf7f792ec
0xf7f7936c
0xf7f7f1d0
0xf7f7f654
0xf7f7f6c4
0xf7f7f820
0xf7f7faf4
0xf7f7fdb0
0xf7f7fe24
0xf7f7fe6c
0xf7f7fe80
0xf7f7fe94
0xf7f7fea8
0xf7f7fef4
0xf7f7ff34
0xf7f806d8
'System_Hacking' 카테고리의 다른 글
Shellcode Database (0) | 2013.12.12 |
---|---|
[ 펌 ] win gdb 명령어 (0) | 2013.12.12 |
[Shellcode] open-read-write(stdout) (0) | 2013.07.27 |
32bit unistd.h System call Number (0) | 2013.07.21 |
GDB 명령어 완벽 가이드 (0) | 2013.06.10 |