Advertisement
Guest User

Untitled

a guest
Feb 20th, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. $ objdump -S program
  2. program: file format elf64-x86-64
  3.  
  4.  
  5. Disassembly of section .text:
  6.  
  7. 0000000000401000 <_start>:
  8. 401000: b8 01 00 00 00 mov $0x1,%eax
  9. 401005: bf 01 00 00 00 mov $0x1,%edi
  10. 40100a: 48 be 00 20 40 00 00 movabs $0x402000,%rsi
  11. 401011: 00 00 00
  12. 401014: ba 0d 00 00 00 mov $0xd,%edx
  13. 401019: 0f 05 syscall
  14. 40101b: b8 3c 00 00 00 mov $0x3c,%eax
  15. 401020: bf 00 00 00 00 mov $0x0,%edi
  16. 401025: 0f 05 syscall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement