Advertisement
opexxx

1

Mar 19th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 20.80 KB | None | 0 0
  1. ELF Header:
  2.   Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 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:                       0
  8.  Type:                              EXEC (Executable file)
  9.  Machine:                           Intel 80386
  10.  Version:                           0x1
  11.  Entry point address:               0x8048ac0
  12.  Start of program headers:          52 (bytes into file)
  13.  Start of section headers:          12988 (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:         7
  18.  Size of section headers:           40 (bytes)
  19.  Number of section headers:         30
  20.  Section header string table index: 27
  21.  
  22. Section Headers:
  23.  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  24.  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  25.  [ 1] .interp           PROGBITS        08048114 000114 000013 00   A  0   0  1
  26.  [ 2] .note.ABI-tag     NOTE            08048128 000128 000020 00   A  0   0  4
  27.  [ 3] .note.gnu.build-id NOTE            08048148 000148 000024 00   A  0   0  4
  28.  [ 4] .hash             HASH            0804816c 00016c 000134 04   A  6   0  4
  29.  [ 5] .gnu.hash         GNU_HASH        080482a0 0002a0 000024 04   A  6   0  4
  30.  [ 6] .dynsym           DYNSYM          080482c4 0002c4 000260 10   A  7   1  4
  31.  [ 7] .dynstr           STRTAB          08048524 000524 000169 00   A  0   0  1
  32.  [ 8] .gnu.version      VERSYM          0804868e 00068e 00004c 02   A  6   0  2
  33.  [ 9] .gnu.version_r    VERNEED         080486dc 0006dc 000060 00   A  7   2  4
  34.  [10] .rel.dyn          REL             0804873c 00073c 000010 08   A  6   0  4
  35.  [11] .rel.plt          REL             0804874c 00074c 000110 08   A  6  13  4
  36.  [12] .init             PROGBITS        0804885c 00085c 000030 00  AX  0   0  4
  37.  [13] .plt              PROGBITS        0804888c 00088c 000230 04  AX  0   0  4
  38.  [14] .text             PROGBITS        08048ac0 000ac0 001c4c 00  AX  0   0 16
  39.  [15] .fini             PROGBITS        0804a70c 00270c 00001c 00  AX  0   0  4
  40.  [16] .rodata           PROGBITS        0804a728 002728 00074d 00   A  0   0  4
  41.  [17] .eh_frame         PROGBITS        0804ae78 002e78 000004 00   A  0   0  4
  42.  [18] .ctors            PROGBITS        0804b000 003000 000008 00  WA  0   0  4
  43.  [19] .dtors            PROGBITS        0804b008 003008 000008 00  WA  0   0  4
  44.  [20] .jcr              PROGBITS        0804b010 003010 000004 00  WA  0   0  4
  45.  [21] .dynamic          DYNAMIC         0804b014 003014 0000d8 08  WA  7   0  4
  46.  [22] .got              PROGBITS        0804b0ec 0030ec 000004 04  WA  0   0  4
  47.  [23] .got.plt          PROGBITS        0804b0f0 0030f0 000094 04  WA  0   0  4
  48.  [24] .data             PROGBITS        0804b184 003184 000010 00  WA  0   0  4
  49.  [25] .bss              NOBITS          0804b1a0 003194 00f0a0 00  WA  0   0 32
  50.  [26] .comment          PROGBITS        00000000 003194 000039 01  MS  0   0  1
  51.  [27] .shstrtab         STRTAB          00000000 0031cd 0000ee 00      0   0  1
  52.  [28] .symtab           SYMTAB          00000000 00376c 000740 10     29  49  4
  53.  [29] .strtab           STRTAB          00000000 003eac 000517 00      0   0  1
  54. Key to Flags:
  55.  W (write), A (alloc), X (execute), M (merge), S (strings)
  56.  I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)
  57.  O (extra OS processing required) o (OS specific), p (processor specific)
  58.  
  59. There are no section groups in this file.
  60.  
  61. Program Headers:
  62.  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  63.  PHDR           0x000034 0x08048034 0x08048034 0x000e0 0x000e0 R E 0x4
  64.  INTERP         0x000114 0x08048114 0x08048114 0x00013 0x00013 R   0x1
  65.      [Requesting program interpreter: /lib/ld-linux.so.2]
  66.  LOAD           0x000000 0x08048000 0x08048000 0x02e7c 0x02e7c R E 0x1000
  67.  LOAD           0x003000 0x0804b000 0x0804b000 0x00194 0x0f240 RW  0x1000
  68.  DYNAMIC        0x003014 0x0804b014 0x0804b014 0x000d8 0x000d8 RW  0x4
  69.  NOTE           0x000128 0x08048128 0x08048128 0x00044 0x00044 R   0x4
  70.  GNU_STACK      0x000000 0x00000000 0x00000000 0x00000 0x00000 RW  0x4
  71.  
  72. Section to Segment mapping:
  73.  Segment Sections...
  74.   00    
  75.   01     .interp
  76.   02     .interp .note.ABI-tag .note.gnu.build-id .hash .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.plt .init .plt .text .fini .rodata .eh_frame
  77.   03     .ctors .dtors .jcr .dynamic .got .got.plt .data .bss
  78.   04     .dynamic
  79.   05     .note.ABI-tag .note.gnu.build-id
  80.   06    
  81.  
  82. Dynamic section at offset 0x3014 contains 22 entries:
  83.  Tag        Type                         Name/Value
  84. 0x00000001 (NEEDED)                     Shared library: [libpthread.so.0]
  85. 0x00000001 (NEEDED)                     Shared library: [libc.so.6]
  86. 0x0000000c (INIT)                       0x804885c
  87. 0x0000000d (FINI)                       0x804a70c
  88. 0x00000004 (HASH)                       0x804816c
  89. 0x6ffffef5 (GNU_HASH)                   0x80482a0
  90. 0x00000005 (STRTAB)                     0x8048524
  91. 0x00000006 (SYMTAB)                     0x80482c4
  92. 0x0000000a (STRSZ)                      361 (bytes)
  93. 0x0000000b (SYMENT)                     16 (bytes)
  94. 0x00000015 (DEBUG)                      0x0
  95. 0x00000003 (PLTGOT)                     0x804b0f0
  96. 0x00000002 (PLTRELSZ)                   272 (bytes)
  97. 0x00000014 (PLTREL)                     REL
  98. 0x00000017 (JMPREL)                     0x804874c
  99. 0x00000011 (REL)                        0x804873c
  100. 0x00000012 (RELSZ)                      16 (bytes)
  101. 0x00000013 (RELENT)                     8 (bytes)
  102. 0x6ffffffe (VERNEED)                    0x80486dc
  103. 0x6fffffff (VERNEEDNUM)                 2
  104. 0x6ffffff0 (VERSYM)                     0x804868e
  105. 0x00000000 (NULL)                       0x0
  106.  
  107. Relocation section '.rel.dyn' at offset 0x73c contains 2 entries:
  108. Offset     Info    Type                Sym. Value  Symbol's Name
  109. 0804b0ec  00000806 R_386_GLOB_DAT         00000000   __gmon_start__
  110. 0804b1a0  00002405 R_386_COPY             0804b1a0   optarg
  111.  
  112. Relocation section '.rel.plt' at offset 0x74c contains 34 entries:
  113.  Offset     Info    Type                Sym. Value  Symbol's Name
  114. 0804b0fc  00000107 R_386_JUMP_SLOT        00000000   inet_ntop
  115. 0804b100  00000207 R_386_JUMP_SLOT        00000000   sprintf
  116. 0804b104  00000307 R_386_JUMP_SLOT        00000000   connect
  117. 0804b108  00000407 R_386_JUMP_SLOT        00000000   pthread_join
  118. 0804b10c  00000507 R_386_JUMP_SLOT        00000000   mrand48
  119. 0804b110  00000607 R_386_JUMP_SLOT        00000000   random
  120. 0804b114  00000707 R_386_JUMP_SLOT        00000000   signal
  121. 0804b118  00000807 R_386_JUMP_SLOT        00000000   __gmon_start__
  122. 0804b11c  00000a07 R_386_JUMP_SLOT        00000000   strchr
  123. 0804b120  00000b07 R_386_JUMP_SLOT        00000000   inet_addr
  124. 0804b124  00000c07 R_386_JUMP_SLOT        00000000   strncpy
  125. 0804b128  00000d07 R_386_JUMP_SLOT        00000000   sendto
  126. 0804b12c  00000e07 R_386_JUMP_SLOT        00000000   memset
  127. 0804b130  00000f07 R_386_JUMP_SLOT        00000000   __libc_start_main
  128. 0804b134  00001007 R_386_JUMP_SLOT        00000000   htons
  129. 0804b138  00001107 R_386_JUMP_SLOT        00000000   perror
  130. 0804b13c  00001207 R_386_JUMP_SLOT        00000000   inet_pton
  131. 0804b140  00001307 R_386_JUMP_SLOT        00000000   socket
  132. 0804b144  00001407 R_386_JUMP_SLOT        00000000   getopt
  133. 0804b148  00001507 R_386_JUMP_SLOT        00000000   fopen
  134. 0804b14c  00001607 R_386_JUMP_SLOT        00000000   alarm
  135. 0804b150  00001707 R_386_JUMP_SLOT        00000000   strcpy
  136. 0804b154  00001807 R_386_JUMP_SLOT        00000000   printf
  137. 0804b158  00001907 R_386_JUMP_SLOT        00000000   atoi
  138. 0804b15c  00001a07 R_386_JUMP_SLOT        00000000   time
  139. 0804b160  00001b07 R_386_JUMP_SLOT        00000000   pthread_create
  140. 0804b164  00001c07 R_386_JUMP_SLOT        00000000   strcat
  141. 0804b168  00001d07 R_386_JUMP_SLOT        00000000   send
  142. 0804b16c  00001e07 R_386_JUMP_SLOT        00000000   puts
  143. 0804b170  00001f07 R_386_JUMP_SLOT        00000000   setsockopt
  144. 0804b174  00002007 R_386_JUMP_SLOT        00000000   rand
  145. 0804b178  00002107 R_386_JUMP_SLOT        00000000   fread
  146. 0804b17c  00002207 R_386_JUMP_SLOT        00000000   gethostbyname
  147. 0804b180  00002307 R_386_JUMP_SLOT        00000000   exit
  148.  
  149. There are no unwind sections in this file.
  150.  
  151. Symbol table '.dynsym' contains 38 entries:
  152.   Num:    Value  Size Type    Bind   Vis      Ndx Name
  153.     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
  154.     1: 00000000     0 FUNC    GLOBAL DEFAULT  UND inet_ntop@GLIBC_2.0 (2)
  155.     2: 00000000     0 FUNC    GLOBAL DEFAULT  UND sprintf@GLIBC_2.0 (2)
  156.     3: 00000000     0 FUNC    GLOBAL DEFAULT  UND connect@GLIBC_2.0 (3)
  157.     4: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_join@GLIBC_2.0 (3)
  158.     5: 00000000     0 FUNC    GLOBAL DEFAULT  UND mrand48@GLIBC_2.0 (2)
  159.     6: 00000000     0 FUNC    GLOBAL DEFAULT  UND random@GLIBC_2.0 (2)
  160.     7: 00000000     0 FUNC    GLOBAL DEFAULT  UND signal@GLIBC_2.0 (2)
  161.     8: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __gmon_start__
  162.     9: 00000000     0 NOTYPE  WEAK   DEFAULT  UND _Jv_RegisterClasses
  163.    10: 00000000     0 FUNC    GLOBAL DEFAULT  UND strchr@GLIBC_2.0 (2)
  164.    11: 00000000     0 FUNC    GLOBAL DEFAULT  UND inet_addr@GLIBC_2.0 (2)
  165.    12: 00000000     0 FUNC    GLOBAL DEFAULT  UND strncpy@GLIBC_2.0 (2)
  166.    13: 00000000     0 FUNC    GLOBAL DEFAULT  UND sendto@GLIBC_2.0 (3)
  167.    14: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset@GLIBC_2.0 (2)
  168.    15: 00000000     0 FUNC    GLOBAL DEFAULT  UND __libc_start_main@GLIBC_2.0 (2)
  169.    16: 00000000     0 FUNC    GLOBAL DEFAULT  UND htons@GLIBC_2.0 (2)
  170.    17: 00000000     0 FUNC    GLOBAL DEFAULT  UND perror@GLIBC_2.0 (2)
  171.    18: 00000000     0 FUNC    GLOBAL DEFAULT  UND inet_pton@GLIBC_2.0 (2)
  172.    19: 00000000     0 FUNC    GLOBAL DEFAULT  UND socket@GLIBC_2.0 (2)
  173.    20: 00000000     0 FUNC    GLOBAL DEFAULT  UND getopt@GLIBC_2.0 (2)
  174.    21: 00000000     0 FUNC    GLOBAL DEFAULT  UND fopen@GLIBC_2.1 (4)
  175.    22: 00000000     0 FUNC    GLOBAL DEFAULT  UND alarm@GLIBC_2.0 (2)
  176.    23: 00000000     0 FUNC    GLOBAL DEFAULT  UND strcpy@GLIBC_2.0 (2)
  177.    24: 00000000     0 FUNC    GLOBAL DEFAULT  UND printf@GLIBC_2.0 (2)
  178.    25: 00000000     0 FUNC    GLOBAL DEFAULT  UND atoi@GLIBC_2.0 (2)
  179.    26: 00000000     0 FUNC    GLOBAL DEFAULT  UND time@GLIBC_2.0 (2)
  180.    27: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_create@GLIBC_2.1 (5)
  181.    28: 00000000     0 FUNC    GLOBAL DEFAULT  UND strcat@GLIBC_2.0 (2)
  182.    29: 00000000     0 FUNC    GLOBAL DEFAULT  UND send@GLIBC_2.0 (3)
  183.    30: 00000000     0 FUNC    GLOBAL DEFAULT  UND puts@GLIBC_2.0 (2)
  184.    31: 00000000     0 FUNC    GLOBAL DEFAULT  UND setsockopt@GLIBC_2.0 (2)
  185.    32: 00000000     0 FUNC    GLOBAL DEFAULT  UND rand@GLIBC_2.0 (2)
  186.    33: 00000000     0 FUNC    GLOBAL DEFAULT  UND fread@GLIBC_2.0 (2)
  187.    34: 00000000     0 FUNC    GLOBAL DEFAULT  UND gethostbyname@GLIBC_2.0 (2)
  188.    35: 00000000     0 FUNC    GLOBAL DEFAULT  UND exit@GLIBC_2.0 (2)
  189.    36: 0804b1a0     4 OBJECT  GLOBAL DEFAULT   25 optarg@GLIBC_2.0 (2)
  190.    37: 0804a72c     4 OBJECT  GLOBAL DEFAULT   16 _IO_stdin_used
  191.  
  192. Symbol table '.symtab' contains 116 entries:
  193.   Num:    Value  Size Type    Bind   Vis      Ndx Name
  194.     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
  195.     1: 08048114     0 SECTION LOCAL  DEFAULT    1
  196.     2: 08048128     0 SECTION LOCAL  DEFAULT    2
  197.     3: 08048148     0 SECTION LOCAL  DEFAULT    3
  198.     4: 0804816c     0 SECTION LOCAL  DEFAULT    4
  199.     5: 080482a0     0 SECTION LOCAL  DEFAULT    5
  200.     6: 080482c4     0 SECTION LOCAL  DEFAULT    6
  201.     7: 08048524     0 SECTION LOCAL  DEFAULT    7
  202.     8: 0804868e     0 SECTION LOCAL  DEFAULT    8
  203.     9: 080486dc     0 SECTION LOCAL  DEFAULT    9
  204.    10: 0804873c     0 SECTION LOCAL  DEFAULT   10
  205.    11: 0804874c     0 SECTION LOCAL  DEFAULT   11
  206.    12: 0804885c     0 SECTION LOCAL  DEFAULT   12
  207.    13: 0804888c     0 SECTION LOCAL  DEFAULT   13
  208.    14: 08048ac0     0 SECTION LOCAL  DEFAULT   14
  209.    15: 0804a70c     0 SECTION LOCAL  DEFAULT   15
  210.    16: 0804a728     0 SECTION LOCAL  DEFAULT   16
  211.    17: 0804ae78     0 SECTION LOCAL  DEFAULT   17
  212.    18: 0804b000     0 SECTION LOCAL  DEFAULT   18
  213.    19: 0804b008     0 SECTION LOCAL  DEFAULT   19
  214.    20: 0804b010     0 SECTION LOCAL  DEFAULT   20
  215.    21: 0804b014     0 SECTION LOCAL  DEFAULT   21
  216.    22: 0804b0ec     0 SECTION LOCAL  DEFAULT   22
  217.    23: 0804b0f0     0 SECTION LOCAL  DEFAULT   23
  218.    24: 0804b184     0 SECTION LOCAL  DEFAULT   24
  219.    25: 0804b1a0     0 SECTION LOCAL  DEFAULT   25
  220.    26: 00000000     0 SECTION LOCAL  DEFAULT   26
  221.    27: 00000000     0 FILE    LOCAL  DEFAULT  ABS crtstuff.c
  222.    28: 0804b000     0 OBJECT  LOCAL  DEFAULT   18 __CTOR_LIST__
  223.    29: 0804b008     0 OBJECT  LOCAL  DEFAULT   19 __DTOR_LIST__
  224.    30: 0804b010     0 OBJECT  LOCAL  DEFAULT   20 __JCR_LIST__
  225.    31: 08048af0     0 FUNC    LOCAL  DEFAULT   14 __do_global_dtors_aux
  226.    32: 0804b1a4     1 OBJECT  LOCAL  DEFAULT   25 completed.5982
  227.    33: 0804b1a8     4 OBJECT  LOCAL  DEFAULT   25 dtor_idx.5984
  228.    34: 08048b50     0 FUNC    LOCAL  DEFAULT   14 frame_dummy
  229.    35: 00000000     0 FILE    LOCAL  DEFAULT  ABS crtstuff.c
  230.    36: 0804b004     0 OBJECT  LOCAL  DEFAULT   18 __CTOR_END__
  231.    37: 0804ae78     0 OBJECT  LOCAL  DEFAULT   17 __FRAME_END__
  232.    38: 0804b010     0 OBJECT  LOCAL  DEFAULT   20 __JCR_END__
  233.    39: 0804a6e0     0 FUNC    LOCAL  DEFAULT   14 __do_global_ctors_aux
  234.    40: 00000000     0 FILE    LOCAL  DEFAULT  ABS cerberus.c
  235.    41: 0804b20e    16 OBJECT  LOCAL  DEFAULT   25 ip.4651
  236.    42: 0804b1e0    46 OBJECT  LOCAL  DEFAULT   25 ip.4695
  237.    43: 08049115   203 FUNC    LOCAL  DEFAULT   14 inject
  238.    44: 0804a57e   228 FUNC    LOCAL  DEFAULT   14 usage
  239.    45: 0804b0f0     0 OBJECT  LOCAL  HIDDEN    23 _GLOBAL_OFFSET_TABLE_
  240.    46: 0804b000     0 NOTYPE  LOCAL  HIDDEN    18 __init_array_end
  241.    47: 0804b000     0 NOTYPE  LOCAL  HIDDEN    18 __init_array_start
  242.    48: 0804b014     0 OBJECT  LOCAL  HIDDEN    21 _DYNAMIC
  243.    49: 0804b184     0 NOTYPE  WEAK   DEFAULT   24 data_start
  244.    50: 00000000     0 FUNC    GLOBAL DEFAULT  UND inet_ntop@@GLIBC_2.0
  245.    51: 00000000     0 FUNC    GLOBAL DEFAULT  UND sprintf@@GLIBC_2.0
  246.    52: 00000000     0 FUNC    GLOBAL DEFAULT  UND connect@@GLIBC_2.0
  247.    53: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_join@@GLIBC_2.0
  248.    54: 08048ee6   559 FUNC    GLOBAL DEFAULT   14 class2ip6
  249.    55: 0804a670     5 FUNC    GLOBAL DEFAULT   14 __libc_csu_fini
  250.    56: 00000000     0 FUNC    GLOBAL DEFAULT  UND mrand48@@GLIBC_2.0
  251.    57: 08048ac0     0 FUNC    GLOBAL DEFAULT   14 _start
  252.    58: 00000000     0 FUNC    GLOBAL DEFAULT  UND random@@GLIBC_2.0
  253.    59: 080495be   259 FUNC    GLOBAL DEFAULT   14 send_icmp
  254.    60: 00000000     0 FUNC    GLOBAL DEFAULT  UND signal@@GLIBC_2.0
  255.    61: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __gmon_start__
  256.    62: 00000000     0 NOTYPE  WEAK   DEFAULT  UND _Jv_RegisterClasses
  257.    63: 0804a728     4 OBJECT  GLOBAL DEFAULT   16 _fp_hw
  258.    64: 00000000     0 FUNC    GLOBAL DEFAULT  UND strchr@@GLIBC_2.0
  259.    65: 0804a70c     0 FUNC    GLOBAL DEFAULT   15 _fini
  260.    66: 00000000     0 FUNC    GLOBAL DEFAULT  UND inet_addr@@GLIBC_2.0
  261.    67: 00000000     0 FUNC    GLOBAL DEFAULT  UND strncpy@@GLIBC_2.0
  262.    68: 00000000     0 FUNC    GLOBAL DEFAULT  UND sendto@@GLIBC_2.0
  263.    69: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset@@GLIBC_2.0
  264.    70: 08048ce5   513 FUNC    GLOBAL DEFAULT   14 class2ip
  265.    71: 00000000     0 FUNC    GLOBAL DEFAULT  UND __libc_start_main@@GLIBC_2.0
  266.    72: 00000000     0 FUNC    GLOBAL DEFAULT  UND htons@@GLIBC_2.0
  267.    73: 0804b220     4 OBJECT  GLOBAL DEFAULT   25 src_class
  268.    74: 080496c1   205 FUNC    GLOBAL DEFAULT   14 send_bomb
  269.    75: 00000000     0 FUNC    GLOBAL DEFAULT  UND perror@@GLIBC_2.0
  270.    76: 0804a72c     4 OBJECT  GLOBAL DEFAULT   16 _IO_stdin_used
  271.    77: 00000000     0 FUNC    GLOBAL DEFAULT  UND inet_pton@@GLIBC_2.0
  272.    78: 0804b1c0     4 OBJECT  GLOBAL DEFAULT   25 dst_class
  273.    79: 0804b184     0 NOTYPE  GLOBAL DEFAULT   24 __data_start
  274.    80: 0804b240  2048 OBJECT  GLOBAL DEFAULT   25 attack_thread
  275.    81: 00000000     0 FUNC    GLOBAL DEFAULT  UND socket@@GLIBC_2.0
  276.    82: 00000000     0 FUNC    GLOBAL DEFAULT  UND getopt@@GLIBC_2.0
  277.    83: 00000000     0 FUNC    GLOBAL DEFAULT  UND fopen@@GLIBC_2.1
  278.    84: 00000000     0 FUNC    GLOBAL DEFAULT  UND alarm@@GLIBC_2.0
  279.    85: 0804941e   416 FUNC    GLOBAL DEFAULT   14 send_udp
  280.    86: 08048c23    62 FUNC    GLOBAL DEFAULT   14 lookup
  281.    87: 0804b188     0 OBJECT  GLOBAL HIDDEN    24 __dso_handle
  282.    88: 0804ba40 59392 OBJECT  GLOBAL DEFAULT   25 thread_data_array
  283.    89: 00000000     0 FUNC    GLOBAL DEFAULT  UND strcpy@@GLIBC_2.0
  284.    90: 0804b00c     0 OBJECT  GLOBAL HIDDEN    19 __DTOR_END__
  285.    91: 0804a680    90 FUNC    GLOBAL DEFAULT   14 __libc_csu_init
  286.    92: 00000000     0 FUNC    GLOBAL DEFAULT  UND printf@@GLIBC_2.0
  287.    93: 0804b190     4 OBJECT  GLOBAL DEFAULT   24 banner_version
  288.    94: 00000000     0 FUNC    GLOBAL DEFAULT  UND atoi@@GLIBC_2.0
  289.    95: 00000000     0 FUNC    GLOBAL DEFAULT  UND time@@GLIBC_2.0
  290.    96: 0804b194     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
  291.    97: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_create@@GLIBC_2.1
  292.    98: 00000000     0 FUNC    GLOBAL DEFAULT  UND strcat@@GLIBC_2.0
  293.    99: 00000000     0 FUNC    GLOBAL DEFAULT  UND send@@GLIBC_2.0
  294.   100: 0805a240     0 NOTYPE  GLOBAL DEFAULT  ABS _end
  295.   101: 00000000     0 FUNC    GLOBAL DEFAULT  UND puts@@GLIBC_2.0
  296.   102: 080491e0   574 FUNC    GLOBAL DEFAULT   14 send_tcp
  297.   103: 00000000     0 FUNC    GLOBAL DEFAULT  UND setsockopt@@GLIBC_2.0
  298.   104: 00000000     0 FUNC    GLOBAL DEFAULT  UND rand@@GLIBC_2.0
  299.   105: 0804b1a0     4 OBJECT  GLOBAL DEFAULT   25 optarg@@GLIBC_2.0
  300.   106: 00000000     0 FUNC    GLOBAL DEFAULT  UND fread@@GLIBC_2.0
  301.   107: 0804b194     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
  302.   108: 0804b18c     4 OBJECT  GLOBAL DEFAULT   24 banner_name
  303.   109: 00000000     0 FUNC    GLOBAL DEFAULT  UND gethostbyname@@GLIBC_2.0
  304.   110: 08048b74   175 FUNC    GLOBAL DEFAULT   14 handle_exit
  305.   111: 00000000     0 FUNC    GLOBAL DEFAULT  UND exit@@GLIBC_2.0
  306.   112: 0804a6da     0 FUNC    GLOBAL HIDDEN    14 __i686.get_pc_thunk.bx
  307.   113: 08048c61   132 FUNC    GLOBAL DEFAULT   14 in_cksum
  308.   114: 0804978e  3568 FUNC    GLOBAL DEFAULT   14 main
  309.   115: 0804885c     0 FUNC    GLOBAL DEFAULT   12 _init
  310.  
  311. Histogram for bucket list length (total of 37 buckets):
  312. Length  Number     % of total  Coverage
  313.      0  16         ( 43.2%)
  314.      1  12         ( 32.4%)     32.4%
  315.      2  3          (  8.1%)     48.6%
  316.      3  5          ( 13.5%)     89.2%
  317.      4  1          (  2.7%)    100.0%
  318.  
  319. Histogram for `.gnu.hash' bucket list length (total of 2 buckets):
  320.  Length  Number     % of total  Coverage
  321.       0  0          (  0.0%)
  322.       1  2          (100.0%)    100.0%
  323.  
  324. Version symbols section '.gnu.version' contains 38 entries:
  325.  Addr: 000000000804868e  Offset: 0x00068e  Link: 6 (.dynsym)
  326.   000:   0 (*local*)       2 (GLIBC_2.0)     2 (GLIBC_2.0)     3 (GLIBC_2.0)  
  327.   004:   3 (GLIBC_2.0)     2 (GLIBC_2.0)     2 (GLIBC_2.0)     2 (GLIBC_2.0)  
  328.   008:   0 (*local*)       0 (*local*)       2 (GLIBC_2.0)     2 (GLIBC_2.0)  
  329.   00c:   2 (GLIBC_2.0)     3 (GLIBC_2.0)     2 (GLIBC_2.0)     2 (GLIBC_2.0)  
  330.   010:   2 (GLIBC_2.0)     2 (GLIBC_2.0)     2 (GLIBC_2.0)     2 (GLIBC_2.0)  
  331.   014:   2 (GLIBC_2.0)     4 (GLIBC_2.1)     2 (GLIBC_2.0)     2 (GLIBC_2.0)  
  332.   018:   2 (GLIBC_2.0)     2 (GLIBC_2.0)     2 (GLIBC_2.0)     5 (GLIBC_2.1)  
  333.   01c:   2 (GLIBC_2.0)     3 (GLIBC_2.0)     2 (GLIBC_2.0)     2 (GLIBC_2.0)  
  334.   020:   2 (GLIBC_2.0)     2 (GLIBC_2.0)     2 (GLIBC_2.0)     2 (GLIBC_2.0)  
  335.   024:   2 (GLIBC_2.0)     1 (*global*)  
  336.  
  337. Version needs section '.gnu.version_r' contains 2 entries:
  338.  Addr: 0x00000000080486dc  Offset: 0x0006dc  Link: 7 (.dynstr)
  339.   000000: Version: 1  File: libpthread.so.0  Cnt: 2
  340.   0x0010:   Name: GLIBC_2.1  Flags: none  Version: 5
  341.   0x0020:   Name: GLIBC_2.0  Flags: none  Version: 3
  342.   0x0030: Version: 1  File: libc.so.6  Cnt: 2
  343.   0x0040:   Name: GLIBC_2.1  Flags: none  Version: 4
  344.   0x0050:   Name: GLIBC_2.0  Flags: none  Version: 2
  345.  
  346. Notes at offset 0x00000128 with length 0x00000020:
  347.   Owner                 Data size   Description
  348.   GNU                  0x00000010   NT_GNU_ABI_TAG (ABI version tag)
  349.     OS: Linux, ABI: 2.6.18
  350.  
  351. Notes at offset 0x00000148 with length 0x00000024:
  352.   Owner                 Data size   Description
  353.   GNU                  0x00000014   NT_GNU_BUILD_ID (unique build ID bitstring)
  354.     Build ID: 30f6a57d2131dbdf30b02a84a8134b20183239be
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement