Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. Symbol table '.dynsym' contains 50 entries:
  2. Num: Value Size Type Bind Vis Ndx Name
  3. 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
  4. 1: 00000000 0 FUNC GLOBAL DEFAULT UND abort@GLIBC_2.0 (2)
  5. 2: 00000000 0 FUNC GLOBAL DEFAULT UND __errno_location@GLIBC_2.0 (2)
  6. 3: 00000000 0 FUNC GLOBAL DEFAULT UND connect@GLIBC_2.0 (2)
  7. 4: 00000000 0 FUNC GLOBAL DEFAULT UND memcmp@GLIBC_2.0 (2)
  8. 5: 00000000 0 FUNC GLOBAL DEFAULT UND shutdown@GLIBC_2.0 (2)
  9. 6: 00000000 0 FUNC GLOBAL DEFAULT UND signal@GLIBC_2.0 (2)
  10. 7: 00000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__
  11. 8: 00000000 0 NOTYPE WEAK DEFAULT UND _Jv_RegisterClasses
  12. 9: 00000000 0 FUNC GLOBAL DEFAULT UND recv@GLIBC_2.0 (2)
  13. 10: 00000000 0 FUNC GLOBAL DEFAULT UND strncpy@GLIBC_2.0 (2)
  14. 11: 00000000 0 FUNC GLOBAL DEFAULT UND write@GLIBC_2.0 (2)
  15. 12: 00000000 0 FUNC GLOBAL DEFAULT UND listen@GLIBC_2.0 (2)
  16. 13: 00000000 0 FUNC GLOBAL DEFAULT UND memset@GLIBC_2.0 (2)
  17. 14: 00000000 0 FUNC GLOBAL DEFAULT UND __libc_start_main@GLIBC_2.0 (2)
  18. 15: 00000000 0 FUNC GLOBAL DEFAULT UND execl@GLIBC_2.0 (2)
  19. 16: 00000000 0 FUNC GLOBAL DEFAULT UND wait@GLIBC_2.0 (2)
  20. 17: 00000000 0 FUNC GLOBAL DEFAULT UND htons@GLIBC_2.0 (2)
  21. 18: 00000000 0 FUNC GLOBAL DEFAULT UND __assert_fail@GLIBC_2.0 (2)
  22. 19: 00000000 0 FUNC GLOBAL DEFAULT UND read@GLIBC_2.0 (2)
  23. 20: 00000000 0 FUNC GLOBAL DEFAULT UND strtol@GLIBC_2.0 (2)
  24. 21: 00000000 0 FUNC GLOBAL DEFAULT UND free@GLIBC_2.0 (2)
  25. 22: 00000000 0 FUNC GLOBAL DEFAULT UND getopt_long@GLIBC_2.0 (2)
  26. ....
  27.  
  28. 47: 080520d0 4 OBJECT GLOBAL DEFAULT 24 stderr@GLIBC_2.0 (2)
  29. 48: 080520cc 4 OBJECT GLOBAL DEFAULT 24 optind@GLIBC_2.0 (2)
  30. 49: 080520d4 4 OBJECT GLOBAL DEFAULT 24 optarg@GLIBC_2.0 (2)
  31.  
  32. Symbol table '.symtab' contains 235 entries:
  33. Num: Value Size Type Bind Vis Ndx Name
  34. 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
  35. 1: 08048154 0 SECTION LOCAL DEFAULT 1
  36. 2: 08048168 0 SECTION LOCAL DEFAULT 2
  37. 3: 08048188 0 SECTION LOCAL DEFAULT 3
  38. ...
  39.  
  40. 232: 08048a18 0 FUNC GLOBAL DEFAULT 11 _init
  41. 233: 0804b701 556 FUNC GLOBAL DEFAULT 13 client_POLLIN
  42. 234: 0804b0cd 582 FUNC GLOBAL DEFAULT 13 client_add
  43.  
  44. Version symbols section '.gnu.version' contains 50 entries:
  45. Addr: 00000000080487f4 Offset: 0x0007f4 Link: 5 (.dynsym)
  46. 000: 0 (*local*) 2 (GLIBC_2.0) 2 (GLIBC_2.0) 2 (GLIBC_2.0)
  47. 004: 2 (GLIBC_2.0) 2 (GLIBC_2.0) 2 (GLIBC_2.0) 0 (*local*)
  48. 008: 0 (*local*) 2 (GLIBC_2.0) 2 (GLIBC_2.0) 2 (GLIBC_2.0)
  49. ...
  50.  
  51. 02c: 2 (GLIBC_2.0) 2 (GLIBC_2.0) 1 (*global*) 2 (GLIBC_2.0)
  52. 030: 2 (GLIBC_2.0) 2 (GLIBC_2.0)
  53.  
  54. Version needs section '.gnu.version_r' contains 2 entries:
  55. Addr: 0x0000000008048858 Offset: 0x000858 Link: 6 (.dynstr)
  56. 000000: Version: 1 File: librt.so.1 Cnt: 1
  57. 0x0010: Name: GLIBC_2.2 Flags: none Version: 3
  58. 0x0020: Version: 1 File: libc.so.6 Cnt: 1
  59. 0x0030: Name: GLIBC_2.0 Flags: none Version: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement