Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. nlykkei@ubuntu-dev:~/Tools$ objdump -D -j .plt ~/myprog | grep printf
  2. 0000000000400530 <printf@plt>:
  3. 400530: ff 25 22 07 20 00 jmpq *0x200722(%rip) # 600c58 <printf@GLIBC_2.2.5>
  4.  
  5. nlykkei@ubuntu-dev:~/Tools$ objdump -D -j .got -z ~/myprog
  6.  
  7. /home/nlykkei/myprog: file format elf64-x86-64
  8.  
  9.  
  10. Disassembly of section .got:
  11.  
  12. 0000000000600c30 <.got>:
  13. 600c30: 00 00 add %al,(%rax)
  14. 600c32: 00 00 add %al,(%rax)
  15. 600c34: 00 00 add %al,(%rax)
  16. 600c36: 00 00 add %al,(%rax)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement