Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. ELF Header:
  2. Magic: 7f 45 4c 46 01 01 01 00 4c 69 6e 75 78 00 00 00
  3. Class: ELF32
  4. Data: 2's complement, little endian
  5. Version: 1 (current)
  6. OS/ABI: UNIX - System V
  7. ABI Version: 76
  8. Type: EXEC (Executable file)
  9. Machine: Intel 80386
  10. Version: 0x1
  11. Entry point address: 0x8048080
  12. Start of program headers: 52 (bytes into file)
  13. Start of section headers: 0 (bytes into file)
  14. Flags: 0x0
  15. Size of this header: 52 (bytes)
  16. Size of program headers: 32 (bytes)
  17. Number of program headers: 2
  18. Size of section headers: 0 (bytes)
  19. Number of section headers: 0
  20. Section header string table index: 0
  21.  
  22. There are no sections in this file.
  23.  
  24. There are no sections in this file.
  25.  
  26. Program Headers:
  27. Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
  28. LOAD 0x000000 0x08048000 0x08048000 0x00590 0x00590 R E 0x1000
  29. LOAD 0x000590 0x08049590 0x08049590 0x0002c 0x0002c RW 0x1000
  30.  
  31. There is no dynamic section in this file.
  32.  
  33. There are no relocations in this file.
  34.  
  35. There are no unwind sections in this file.
  36.  
  37. No version information found in this file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement