-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstack-dynv.txt
104 lines (99 loc) · 4.44 KB
/
stack-dynv.txt
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#Stack:
ARGC: 1
[ARGV]
ptr -> prog_name
NULL
[ENV]
* ptr -> key_name, ptr -> value
NULL
[AUXV] (above 31 ignored)
AT_SYSINFO_EHDR(33), ptr -> ?
AT_HWCAP(16), bitmask: 0x0fabfbff (cpu hints)
AT_PAGESZ(6), size: 0x1000 (bytes)
AT_CLKTCK(17), frequency: 0x64
AT_PHDR(3), ptr -> program_headers
AT_PHENT(4), size (each header): 0x38
AT_PHNUM(5), count: 4
AT_BASE(7), 0
AT_FLAGS(8), 0
AT_ENTRY(9), ptr -> (AT_PHDR + 0x600)
AT_UID(11), uid: 0x38e
AT_EUID(12), "
AT_GID(13), "
AT_EGID(14), "
AT_SECURE(23), 0
AT_RANDOM(25), ptr -> 16 random bytes
AT_EXECFN(31), ptr -> prog_filename
AT_PLATFORM(15), ptr -> cpu_indentifier
AT_NULL(0), 0
********
#Dynv: (list of sections of the elf) (above 31 ignored)
DT_NEEDED(1), 0
DT_INIT(12), 0x40e
DT_FINI(13), 0x13ae
DT_INIT_ARRAY(25), 0x1430
DT_INIT_ARRAYSZ(27), 8
DT_FINI_ARRAY(26), 0x201430
DT_FINI_ARRAYSZ(28), 8
DT_HASH(4), 0x102
DT_STRTAB(5), 0x2f8
DT_SYMTAB(6), 0x187
DT_STRSZ(10), 0xc3
DT_SYMENT(11), 0x18
DT_PLTGOT(3), 0x215f0
DT_RELA(7), 0x3c0
DT_RELASZ(8), 0x120
DT_RELAENT(9), 0x18
DT_RELACOUNT(0x6ffffff9), 4
DT_NULL(0), 0
00000000: 0100 0000 0000 0000 444d 8322 fc7f 0000 ........DM."....
00000010: 0000 0000 0000 0000 4f4d 8322 fc7f 0000 ........OM."....
00000020: 624d 8322 fc7f 0000 724d 8322 fc7f 0000 bM."....rM."....
00000030: 864d 8322 fc7f 0000 a44d 8322 fc7f 0000 .M.".....M."....
00000040: c64d 8322 fc7f 0000 d94d 8322 fc7f 0000 .M.".....M."....
00000050: e74d 8322 fc7f 0000 7c4e 8322 fc7f 0000 .M."....|N."....
00000060: 9a4e 8322 fc7f 0000 a74e 8322 fc7f 0000 .N.".....N."....
00000070: ca4e 8322 fc7f 0000 d54e 8322 fc7f 0000 .N.".....N."....
00000080: dc4e 8322 fc7f 0000 ea4e 8322 fc7f 0000 .N.".....N."....
00000090: fe4e 8322 fc7f 0000 064f 8322 fc7f 0000 .N.".....O."....
000000a0: 1e4f 8322 fc7f 0000 2f4f 8322 fc7f 0000 .O."..../O."....
000000b0: 654f 8322 fc7f 0000 9b4f 8322 fc7f 0000 eO.".....O."....
000000c0: bb4f 8322 fc7f 0000 da4f 8322 fc7f 0000 .O.".....O."....
000000d0: 0000 0000 0000 0000 2100 0000 0000 0000 ........!.......
000000e0: 00f0 8a22 fc7f 0000 1000 0000 0000 0000 ..."............
000000f0: fffb ab0f 0000 0000 0600 0000 0000 0000 ................
00000100: 0010 0000 0000 0000 1100 0000 0000 0000 ................
00000110: 6400 0000 0000 0000 0300 0000 0000 0000 d...............
00000120: 4040 611c 1256 0000 0400 0000 0000 0000 @@a..V..........
00000130: 3800 0000 0000 0000 0500 0000 0000 0000 8...............
00000140: 0400 0000 0000 0000 0700 0000 0000 0000 ................
00000150: 0000 0000 0000 0000 0800 0000 0000 0000 ................
00000160: 0000 0000 0000 0000 0900 0000 0000 0000 ................
00000170: 4046 611c 1256 0000 0b00 0000 0000 0000 @Fa..V..........
00000180: e803 0000 0000 0000 0c00 0000 0000 0000 ................
00000190: e803 0000 0000 0000 0d00 0000 0000 0000 ................
000001a0: e803 0000 0000 0000 0e00 0000 0000 0000 ................
000001b0: e803 0000 0000 0000 1700 0000 0000 0000 ................
000001c0: 0000 0000 0000 0000 1900 0000 0000 0000 ................
000001d0: 3932 8322 fc7f 0000 1f00 0000 0000 0000 92."............
000001e0: ed4f 8322 fc7f 0000 0f00 0000 0000 0000 .O."............
000001f0: 4932 8322 fc7f 0000 0000 0000 0000 0000 I2."............
00000200: 0000 0000 0000 0000 2a2a 2a2a 2a2a 2a2a ........********
00000210: 1000 0000 0000 0000 0000 0000 0000 0000 ................
00000220: 0c00 0000 0000 0000 e004 0000 0000 0000 ................
00000230: 0d00 0000 0000 0000 ae13 0000 0000 0000 ................
00000240: 1900 0000 0000 0000 3014 2000 0000 0000 ........0. .....
00000250: 1b00 0000 0000 0000 0800 0000 0000 0000 ................
00000260: 1a00 0000 0000 0000 3814 2000 0000 0000 ........8. .....
00000270: 1c00 0000 0000 0000 0800 0000 0000 0000 ................
00000280: 0400 0000 0000 0000 2001 0000 0000 0000 ........ .......
00000290: 0500 0000 0000 0000 f802 0000 0000 0000 ................
000002a0: 0600 0000 0000 0000 7801 0000 0000 0000 ........x.......
000002b0: 0a00 0000 0000 0000 c300 0000 0000 0000 ................
000002c0: 0b00 0000 0000 0000 1800 0000 0000 0000 ................
000002d0: 0300 0000 0000 0000 f015 2000 0000 0000 .......... .....
000002e0: 0700 0000 0000 0000 c003 0000 0000 0000 ................
000002f0: 0800 0000 0000 0000 2001 0000 0000 0000 ........ .......
00000300: 0900 0000 0000 0000 1800 0000 0000 0000 ................
00000310: f9ff ff6f 0000 0000 0400 0000 0000 0000 ...o............
00000320: 0000 0000 0000 0000 0000 0000 0000 0000 ................