Ubuntu Pastebin

Paste from Skimmilk at Tue, 28 Apr 2015 16:53:24 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
jrs@cobra:~/journey$ readelf -d journey

Dynamic section at offset 0x68ff00 contains 26 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libdl.so.2]
 0x00000001 (NEEDED)                     Shared library: [libpthread.so.0]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]
 0x0000000c (INIT)                       0x804c0f0
 0x0000000d (FINI)                       0x83f3150
 0x00000019 (INIT_ARRAY)                 0x86d7fb4
 0x0000001b (INIT_ARRAYSZ)               4 (bytes)
 0x0000001a (FINI_ARRAY)                 0x86d7fb8
 0x0000001c (FINI_ARRAYSZ)               4 (bytes)
 0x6ffffef5 (GNU_HASH)                   0x80481cc
 0x00000005 (STRTAB)                     0x804a1a0
 0x00000006 (SYMTAB)                     0x8048b80
 0x0000000a (STRSZ)                      6516 (bytes)
 0x0000000b (SYMENT)                     16 (bytes)
 0x00000015 (DEBUG)                      0x0
 0x00000003 (PLTGOT)                     0x86d9000
 0x00000002 (PLTRELSZ)                   584 (bytes)
 0x00000014 (PLTREL)                     REL
 0x00000017 (JMPREL)                     0x804bea8
 0x00000011 (REL)                        0x804be98
 0x00000012 (RELSZ)                      16 (bytes)
 0x00000013 (RELENT)                     8 (bytes)
 0x6ffffffe (VERNEED)                    0x804bdd8
 0x6fffffff (VERNEEDNUM)                 3
 0x6ffffff0 (VERSYM)                     0x804bb14
 0x00000000 (NULL)                       0x0
Download as text