Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. (gdb) p ffi_assert
  2. $2 = {void (char *, char *, int)} 0x7fffe9e94641 <ffi_assert>
  3. (gdb) p dladdr(0x7fffe9e94641, 0x7fffaf09d800)
  4. $3 = 1
  5. (gdb) x/32b 0x7fffaf09d800
  6. 0x7fffaf09d800: -128 -111 -71 -10 -1 127 0 0
  7. 0x7fffaf09d808: 0 -128 30 -27 -1 127 0 0
  8. 0x7fffaf09d810: 83 66 40 -27 -1 127 0 0
  9. 0x7fffaf09d818: 65 70 -23 -23 -1 127 0 0
  10. (gdb) p *(char**)(0x7fffaf09d810)
  11. $10 = 0x7fffe5284253 "ffi_assert"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement