about summary refs log tree commit diff stats
path: root/apps/ex9
blob: 5140cf68175cbcf2b4736f5979af94fc2949575f (plain)
ofshex dumpascii
0000 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 02 00 03 00 01 00 00 00 bb 00 00 09 34 00 00 00 .ELF........................4...
0020 00 00 00 00 00 00 00 00 34 00 20 00 02 00 00 00 00 00 00 00 01 00 00 00 74 00 00 00 74 00 00 09 ........4...............t...t...
0040 74 00 00 09 70 00 00 00 70 00 00 00 05 00 00 00 00 10 00 00 01 00 00 00 e4 00 00 00 e4 00 00 0a t...p...p.......................
0060 e4 00 00 0a 00 00 00 00 00 00 00 00 06 00 00 00 00 10 00 00 b8 01 00 00 00 cd 80 b8 03 00 00 00 ................................
0080 cd 80 c3 b8 04 00 00 00 cd 80 c3 b8 05 00 00 00 cd 80 c3 b8 06 00 00 00 cd 80 c3 b8 08 00 00 00 ................................
00a0 cd 80 c3 b8 0a 00 00 00 cd 80 c3 b8 26 00 00 00 cd 80 c3 b8 5a 00 00 00 cd 80 c3 89 e5 ff 75 0c ............&.......Z.........u.
00c0 ff 75 08 e8 0d 00 00 00 81 c4 08 00 00 00 89 c3 e8 9f ff ff ff 8b 44 24 04 8b 00 8b 4c 24 08 8b .u....................D$....L$..
00e0 09 29 c8 c3 .)..
ame/043space.cc?h=main&id=f8a6721df2a5080fe3e17c83e46678c1a4f9d006'>^
504292f6 ^

23d3a022 ^



7da71d03 ^
619bd33e ^
897ae8c1 ^

897ae8c1 ^
4a943d4e ^














































4b79c627 ^
619bd33e ^

4a943d4e ^













047296d8 ^
1211a3ab ^
047296d8 ^

1211a3ab ^
047296d8 ^

619bd33e ^

ca01193d ^
b24eb476 ^
50eab110 ^

7da71d03 ^
619bd33e ^
249cc081 ^
7da71d03 ^
c6034af3 ^


e951ecf5 ^
2b250717 ^
c6034af3 ^
ae256ea1 ^
c6034af3 ^
7da71d03 ^

49620728 ^
b24eb476 ^
23d3a022 ^
58eb6ee2 ^

b24eb476 ^
1e38eee5 ^
58eb6ee2 ^
b24eb476 ^
58eb6ee2 ^

aae198a9 ^


58eb6ee2 ^




619bd33e ^
58eb6ee2 ^
43b866d1 ^
3473c63a ^
23d3a022 ^
0f2781f8 ^
23d3a022 ^


3473c63a ^

af023b32 ^
aae198a9 ^






af023b32 ^
58eb6ee2 ^
4a943d4e ^
















58eb6ee2 ^
43b866d1 ^
3473c63a ^

23d3a022 ^
3473c63a ^


58eb6ee2 ^
7284d503 ^

4a943d4e ^





















b38e5819 ^
fb1fcbc9 ^

b38e5819 ^
7284d503 ^

4a943d4e ^






















b38e5819 ^
fb1fcbc9 ^

b38e5819 ^
514f0e34 ^
7d07cd1d ^
a2d8c713 ^
4a943d4e ^













a2d8c713 ^
1211a3ab ^
a2d8c713 ^

1211a3ab ^
a2d8c713 ^

70f70118 ^
514f0e34 ^
7d07cd1d ^



514f0e34 ^
77d5b5d6 ^
a2d8c713 ^
619bd33e ^







c81fde0c ^
619bd33e ^

43b866d1 ^
3473c63a ^






43b866d1 ^
3473c63a ^



a2d8c713 ^
0d3f30c2 ^


05331766 ^
0d3f30c2 ^



9a81d746 ^
0d3f30c2 ^
49620728 ^
0d3f30c2 ^

c442a5ad ^
0d3f30c2 ^
514f0e34 ^
e06ff621 ^
0d3f30c2 ^
acce384b ^





9a81d746 ^
05331766 ^
0d3f30c2 ^
05331766 ^
0d3f30c2 ^
05331766 ^
0d3f30c2 ^


6c96a437 ^
0d3f30c2 ^
e4b03c6f ^
d0e29245 ^
0d3f30c2 ^
0d3f30c2 ^


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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331