Skip to content

Instantly share code, notes, and snippets.

@segfo
Created August 4, 2016 07:13
Show Gist options
  • Save segfo/0c06d63d189c7ad649d347d3a2341e98 to your computer and use it in GitHub Desktop.
Save segfo/0c06d63d189c7ad649d347d3a2341e98 to your computer and use it in GitHub Desktop.
segfo@AAAA41414141:/mnt/c/Users/segfo/Desktop$ gdb ./a.out
gdb-peda$ start
// 省略
gdb-peda$ vmmap
Start              End                Perm      Name
0x00400000         0x00401000         rwx-      /mnt/c/Users/segfo/Desktop/a.out
0x00600000         0x00601000         r---      /mnt/c/Users/segfo/Desktop/a.out
0x00601000         0x00602000         rw--      /mnt/c/Users/segfo/Desktop/a.out
0x00007fe048430000 0x00007fe0485ea000 r-x-      /lib/x86_64-linux-gnu/libc-2.19.so
0x00007fe0485ea000 0x00007fe0485f2000 ----      /lib/x86_64-linux-gnu/libc-2.19.so
0x00007fe0485f2000 0x00007fe0487ea000 ----      r--- 001ba000 00:00 735626             /lib/x86_64-linux-gnu/libc-2.19.so
0x00007fe0487ee000 0x00007fe0487f0000 rw--      /lib/x86_64-linux-gnu/libc-2.19.so
0x00007fe0487f0000 0x00007fe0487f5000 rw--      r-x- 00000000 00:00 722931             /lib/x86_64-linux-gnu/ld-2.19.so
0x00007fe048810000 0x00007fe048811000 rwx-      /lib/x86_64-linux-gnu/ld-2.19.so
0x00007fe048811000 0x00007fe048823000 r-x-      /lib/x86_64-linux-gnu/ld-2.19.so
0x00007fe048a22000 0x00007fe048a23000 r---      /lib/x86_64-linux-gnu/ld-2.19.so
0x00007fe048a23000 0x00007fe048a24000 rw--      /lib/x86_64-linux-gnu/ld-2.19.so
0x00007fe048a24000 0x00007fe048a25000 rw--      rw-- 00000000 00:00 0
0x00007fe048b90000 0x00007fe048b91000 rw--      rw-- 00000000 00:00 0
0x00007fffeac7b000 0x00007fffeb47b000 rw--      [stack]
0x00007fffeb8e2000 0x00007fffeb8e3000 r-x-      [vdso]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment