gdb, 메모리에서 특정 값 검색하기
(gdb) set $x=0x08071000
(gdb) while(*++$x!=0x90909090)
>end
(gdb) x/10b $x
by.WISEGUYZ