Guest User

Normal objdump on 'test'

a guest
Jan 22nd, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. objdump -t ./test
  2. ./test: file format elf64-x86-64
  3.  
  4. SYMBOL TABLE:
  5. 00000000004003dc l F .text 0000000000000000 call_gmon_start
  6. 0000000000000000 l df *ABS* 0000000000000000 crtstuff.c
  7. 0000000000401838 l O .ctors 0000000000000000 __CTOR_LIST__
  8. 0000000000401848 l O .dtors 0000000000000000 __DTOR_LIST__
  9. 0000000000401858 l O .jcr 0000000000000000 __JCR_LIST__
  10. 0000000000400400 l F .text 0000000000000000 __do_global_dtors_aux
  11. 0000000000401860 l O .bss 0000000000000001 completed.6338
  12. 0000000000401868 l O .bss 0000000000000008 dtor_idx.6340
  13. 0000000000400470 l F .text 0000000000000000 frame_dummy
  14. 0000000000000000 l df *ABS* 0000000000000000 test.c
  15. 0000000000000000 l df *ABS* 0000000000000000 crtstuff.c
  16. 0000000000401840 l O .ctors 0000000000000000 __CTOR_END__
  17. 0000000000400648 l O .eh_frame 0000000000000000 __FRAME_END__
  18. 0000000000401858 l O .jcr 0000000000000000 __JCR_END__
  19. 0000000000400550 l F .text 0000000000000000 __do_global_ctors_aux
  20. 00000000004005a0 l O .rodata 0000000000000000 .hidden __dso_handle
  21. 0000000000401850 l O .dtors 0000000000000000 .hidden __DTOR_END__
  22. 0000000000401678 l O .dynamic 0000000000000190 .hidden _DYNAMIC
  23. 0000000000000000 l *ABS* 0000000000000000 .hidden __init_array_start
  24. 0000000000000000 l *ABS* 0000000000000000 .hidden __init_array_end
  25. 0000000000401810 l O .got.plt 0000000000000020 .hidden _GLOBAL_OFFSET_TABLE_
  26. 00000000004004b0 g F .text 0000000000000002 __libc_csu_fini
  27. 00000000004003b0 g F .text 0000000000000000 _start
  28. 00000000004004c0 g F .text 0000000000000089 __libc_csu_init
  29. 00000000004004a0 g F .text 000000000000000e main
  30. 0000000000401830 w .data 0000000000000000 data_start
  31. 0000000000400598 g O .rodata 0000000000000004 _IO_stdin_used
  32. 0000000000000000 F *UND* 0000000000000000 __libc_start_main
  33. 0000000000401830 g .data 0000000000000000 __data_start
  34. 0000000000000000 w *UND* 0000000000000000 __gmon_start__
  35. 0000000000400370 g F .init 0000000000000000 _init
  36. 0000000000400588 g F .fini 0000000000000000 _fini
  37. 0000000000000000 w *UND* 0000000000000000 _Jv_RegisterClasses
  38. 0000000000401860 g *ABS* 0000000000000000 _edata
  39. 0000000000401860 g *ABS* 0000000000000000 __bss_start
  40. 0000000000401870 g *ABS* 0000000000000000 _end
Add Comment
Please, Sign In to add comment