Enter 2005; added all needed stub files to CVS.

committer: mfx <mfx> 1107804447 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2005-02-07 19:27:27 +00:00
parent 59668c5fc1
commit 3b9eff7f34
39 changed files with 3850 additions and 60 deletions

View File

@ -73,6 +73,7 @@ NASM += -I$(srcdir)/
APP_I386 = perl -w $(srcdir)/scripts/app_i386.pl
BIN2H = perl -w $(srcdir)/scripts/bin2h.pl
##BIN2H = python $(srcdir)/scripts/bin2h.py
BRANDELF = perl -w $(srcdir)/scripts/brandelf.pl
O2BIN = perl -w $(srcdir)/scripts/o2bin.pl
##STRIPELF = perl -w $(srcdir)/scripts/stripelf.pl
@ -98,7 +99,8 @@ CC_LINUX_I386_GCC295 += -malign-functions=0 -malign-jumps=0 -malign-loops=0
CC_LINUX_I386_GCC295 += -Werror
# gcc 3.4.3 (fold_*.bin: 1624 / 931 / 1207)
CC_LINUX_I386_GCC34 = gcc-3.4.3 -march=i386 -mtune=k6 -fno-exceptions -MMD
CC_LINUX_I386_GCC34 = gcc-3.4.3
CC_LINUX_I386_GCC34 += -m32 -march=i386 -mtune=k6 -fno-exceptions -MMD
CC_LINUX_I386_GCC34 += -Os -fno-omit-frame-pointer
CC_LINUX_I386_GCC34 += -momit-leaf-frame-pointer
CC_LINUX_I386_GCC34 += -fno-align-functions -fno-align-jumps -fno-align-labels -fno-align-loops
@ -118,7 +120,7 @@ CC_LINUX_I386 += -funsigned-char
### MIPS R3000
###
CPP_MR3K = gcc-2.72 -nostdinc -I$(UCL_UPX) -I$(srcdir) -E -x assembler-with-cpp -Wall -Wp,-P,-C,-traditional
CPP_MR3K = gcc-2.95.3 -nostdinc -I$(UCL_UPX) -I$(srcdir) -E -x assembler-with-cpp -Wall -Wp,-P,-C,-traditional
APP_MR3K = perl -w $(srcdir)/scripts/app_mr3k.pl
ASM_MR3K = asm5900 --nologo -q
@ -127,7 +129,7 @@ ASM_MR3K = asm5900 --nologo -q
### Motorola 68000
###
CPP_M68K = gcc-2.72 -nostdinc -I$(UCL_UPX) -I$(srcdir) -E -x assembler-with-cpp -Wall -Wp,-P,-C,-traditional
CPP_M68K = $(CPP_MR3K)
APP_M68K = perl -w $(srcdir)/scripts/app_m68k.pl
ifeq (1,1)
# a68k 68000-assembler
@ -303,6 +305,7 @@ l_ps1c.h: l_ps1.asm
upx_itoa.o: upx_itoa.asm
$(NASM) -f elf -o $@ $<
$(OBJCOPY_LINUX_I386) -R .comment -R .note $@
l_lx_elf86.h: l_lx_elf86.asx
$(NASM) -f bin -o $T.bin $<
@ -318,18 +321,23 @@ l_lx_sh86.h: l_lx_sh86.asx
l_lx_elf.o: l_lx_elf.c linux.hh
$(CC_LINUX_I386) -c $<
$(OBJCOPY_LINUX_I386) -R .comment -R .note $@
l_lx_exec.o: l_lx_exec.c linux.hh
$(CC_LINUX_I386) -c $<
$(OBJCOPY_LINUX_I386) -R .comment -R .note $@
l_lx_sep.o: l_lx_sep.c linux.hh
$(CC_LINUX_I386) -c $<
$(OBJCOPY_LINUX_I386) -R .comment -R .note $@
l_lx_sh.o: l_lx_sh.c linux.hh
$(CC_LINUX_I386) -c $<
$(OBJCOPY_LINUX_I386) -R .comment -R .note $@
fold_elf86.o: fold_elf86.asm
$(NASM) -f elf -o $@ $<
$(OBJCOPY_LINUX_I386) -R .comment -R .note $@
fold_elf86.h: l_lx_elf.o fold_elf86.o l_lx_elf86.lds
$(LD_LINUX_I386) -T $(srcdir)/l_lx_elf86.lds -Map $T.map -o $T.bin $T.o l_lx_elf.o
@ -341,6 +349,7 @@ fold_elf86.h: l_lx_elf.o fold_elf86.o l_lx_elf86.lds
fold_exec86.o: fold_exec86.asm
$(NASM) -f elf -o $@ $<
$(OBJCOPY_LINUX_I386) -R .comment -R .note $@
fold_exec86.h: l_lx_exec.o upx_itoa.o fold_exec86.o l_lx_exec86.lds
$(LD_LINUX_I386) -T $(srcdir)/l_lx_exec86.lds -Map $T.map -o $T.bin $T.o l_lx_exec.o upx_itoa.o
@ -352,6 +361,7 @@ fold_exec86.h: l_lx_exec.o upx_itoa.o fold_exec86.o l_lx_exec86.lds
fold_sh86.o: fold_sh86.asm
$(NASM) -f elf -o $@ $<
$(OBJCOPY_LINUX_I386) -R .comment -R .note $@
fold_sh86.h: l_lx_sh.o fold_sh86.o l_lx_sh86.lds
$(LD_LINUX_I386) -T $(srcdir)/l_lx_sh86.lds -Map $T.map -o $T.bin $T.o l_lx_sh.o

135
src/stub/fold_elf86.h Normal file
View File

@ -0,0 +1,135 @@
/* fold_elf86.h -- created from fold_elf86.bin, 1624 (0x658) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define LINUX_I386ELF_FOLD_ADLER32 0x9b9ac310
#define LINUX_I386ELF_FOLD_CRC32 0xc9a476f9
unsigned char linux_i386elf_fold[1624] = {
127, 69, 76, 70, 1, 1, 1, 0, 76,105,110,117,120, 0, 0, 0, /* 0x 0 */
2, 0, 3, 0, 1, 0, 0, 0,128, 16, 0, 1, 52, 0, 0, 0, /* 0x 10 */
0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 32, 0, 2, 0, 0, 0, /* 0x 20 */
0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 1, /* 0x 30 */
0, 16, 0, 1, 88, 6, 0, 0, 88, 6, 0, 0, 5, 0, 0, 0, /* 0x 40 */
0, 16, 0, 0, 1, 0, 0, 0, 88, 6, 0, 0, 88, 22, 0, 1, /* 0x 50 */
88, 22, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, /* 0x 60 */
0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 70 */
88, 88, 41,201,186,120, 2, 0, 0,137,230,137,231,232, 94, 0, /* 0x 80 */
0, 0,137,230,209,234, 25,192, 41,193,141, 36,196,133,210,117, /* 0x 90 */
243,137,231,232, 72, 0, 0, 0, 83,129,236, 0, 10, 0, 0,141, /* 0x a0 */
131,140, 0, 0, 0,139,115, 24, 41,198,139, 24,137,226,139, 72, /* 0x b0 */
4,131,193, 12, 96, 71,232,149, 4, 0, 0,129,196, 32, 10, 0, /* 0x c0 */
0, 91, 80, 79, 41,192, 60,175,175,117,252, 80, 80, 80, 80, 80, /* 0x d0 */
80, 80, 80, 80, 89,176, 91,181, 16, 3, 75, 72,183, 0,255, 39, /* 0x e0 */
173,171,133,192,117,250,173,171,133,192,117,250, 87,173,171,131, /* 0x f0 */
248, 32,115, 3, 15,179,194,133,192,173,171,117,240,131,239, 8, /* 0x 100 */
1,201, 64,243,171, 72,171,171, 95,195, 0, 0, 85, 87,137,207, /* 0x 110 */
86,137,198, 83, 57, 8,139,104, 4,115, 8,106,127, 91,106, 1, /* 0x 120 */
88,205,128,133,255,116, 11,137,249,138, 69, 0, 69,136, 2, 66, /* 0x 130 */
226,247, 91, 1,126, 4, 41, 62, 94, 95, 93,195, 83,141, 92, 36, /* 0x 140 */
8,106, 90, 88,205,128, 91,195, 85,137,229, 87, 86,137,199, 83, /* 0x 150 */
137,214,131,236, 24,139, 69, 8,131, 58, 0,137, 69,220, 15,132, /* 0x 160 */
189, 0, 0, 0,141, 85,228,137,248,185, 12, 0, 0, 0,232,153, /* 0x 170 */
255,255,255,131,125,228, 0,139, 69,232,117, 18, 61, 85, 80, 88, /* 0x 180 */
33,117, 15,131, 63, 0, 15,132,149, 0, 0, 0,235, 4,133,192, /* 0x 190 */
117, 8,106,127, 91,106, 1, 88,205,128,139, 77,232,139, 69,228, /* 0x 1a0 */
57,193,119,238, 59, 6,119,234, 57,193,115, 88, 15,182, 69,236, /* 0x 1b0 */
80,141, 69,224, 80,255,118, 4, 81,255,119, 4,255, 85,220,131, /* 0x 1c0 */
196, 20,133,192,117,204,139, 85,224, 59, 85,228,117,196,138, 69, /* 0x 1d0 */
237,132,192,116, 37,131,125, 12, 0,116, 31,129,250, 0, 2, 0, /* 0x 1e0 */
0,119, 4, 57, 22,117, 19, 15,182,192, 80, 15,182, 69,238, 80, /* 0x 1f0 */
82,255,118, 4,255, 85, 12,131,196, 16,139, 69,232, 1, 71, 4, /* 0x 200 */
41, 7,235, 10,139, 86, 4,137,248,232,254,254,255,255,139, 85, /* 0x 210 */
228,139, 6, 1, 86, 4, 41,208,133,192,137, 6,233, 61,255,255, /* 0x 220 */
255,141,101,244, 91, 94, 95,201,195,133,210,137,209,116, 6,198, /* 0x 230 */
0, 0, 64,226,250,195,133,192, 83,137,211,116, 29,168, 1,117, /* 0x 240 */
25,139, 16, 57,218,116, 7, 74,117, 11,133,219,116, 7,137, 24, /* 0x 250 */
137, 72, 4,235, 5,131,192, 8,235,231, 91,195, 85,137,229, 87, /* 0x 260 */
86, 83,131,236, 72,137, 85,224,139, 77,224,137, 69,228,139, 93, /* 0x 270 */
224,199, 69,208, 0, 0, 0, 0, 3, 73, 28,139, 69, 8,139, 85, /* 0x 280 */
12,137, 69,220, 49,192,102,131,123, 16, 3,137, 85,216,137, 77, /* 0x 290 */
212,137,202, 15,183, 75, 44, 15,149,192,131,206,255,193,224, 4, /* 0x 2a0 */
137,207,131,192, 34, 49,219, 79,137, 69,188,120, 34,131, 58, 1, /* 0x 2b0 */
117, 24,139, 66, 8, 57,240,115, 8,139,122, 16,137,198,137,125, /* 0x 2c0 */
208, 3, 66, 20, 57,195,115, 2,137,195,131,194, 32,226,222,137, /* 0x 2d0 */
247,106, 0,129,231, 0,240,255,255,106, 0, 41,251,255,117,188, /* 0x 2e0 */
129,195,255, 15, 0, 0,106, 7,129,227, 0,240,255,255,139, 85, /* 0x 2f0 */
208, 83,137,240, 37,255, 15, 0, 0, 87,141,180, 2,255, 15, 0, /* 0x 300 */
0,232, 54,254,255,255,137,194,131,196, 24, 1,218,129,230, 0, /* 0x 310 */
240,255,255,137, 85,240,137,194, 41,243, 1,242,137,217,137, 69, /* 0x 320 */
176,137,211,106, 91, 88,205,128,139,117,176,139, 69,224, 41,254, /* 0x 330 */
49,255,102,131,120, 44, 0, 15,132,218, 1, 0, 0,139, 85,212, /* 0x 340 */
139, 2,131,248, 6,117, 23,139, 74, 8,186, 3, 0, 0, 0,139, /* 0x 350 */
69,216, 1,241,232,221,254,255,255,233,165, 1, 0, 0, 72, 15, /* 0x 360 */
133,158, 1, 0, 0,139, 93,212,199, 69,200, 64, 98, 81,115,139, /* 0x 370 */
75, 24,139, 67, 8,131,225, 7,139, 83, 16,193,225, 2,137, 69, /* 0x 380 */
236,211,109,200,137,193, 3, 75, 20,137,195,129,227,255, 15, 0, /* 0x 390 */
0,137, 85,232, 1,218, 41,216,137, 85,196,139, 85,212, 1,240, /* 0x 3a0 */
1,241,137, 69,184,139, 66, 4,131,101,200, 7, 41,216,131,125, /* 0x 3b0 */
220, 1, 80,255,117,228, 25,192,137, 93,192,131,224,224,137, 77, /* 0x 3c0 */
180,131,192, 50,131,125,220, 0, 80,139, 69,196,106, 3,116, 3, /* 0x 3d0 */
131,192, 3, 80,255,117,184,232, 96,253,255,255,131,196, 24, 57, /* 0x 3e0 */
69,184, 15,133,193, 0, 0, 0,131,125,220, 0,116, 34,139, 77, /* 0x 3f0 */
212, 49,192,246, 65, 24, 1,116, 6,139, 69,228,131,192, 2, 80, /* 0x 400 */
139, 69,220,255,117,228,141, 85,232,232, 58,253,255,255, 88, 90, /* 0x 410 */
139, 85,192,139, 69,184,232, 14,254,255,255,139, 93,196,139, 69, /* 0x 420 */
184,247,219, 3, 69,196,129,227,255, 15, 0, 0,137,218,137, 93, /* 0x 430 */
192,232,243,253,255,255,131,125,220, 0,116, 91,139, 69,212,131, /* 0x 440 */
56, 1,117, 83,246, 64, 24, 1,116, 77,139, 93,212,137,194,139, /* 0x 450 */
64, 20, 59, 67, 16,139, 82, 8,141, 12, 16,117, 14,137,200,247, /* 0x 460 */
216, 37,255, 15, 0, 0,131,248, 3,119, 12,139, 69,212,141, 74, /* 0x 470 */
12,131,120, 4, 0,117, 15,139, 1, 61,205,128, 97,195,116, 6, /* 0x 480 */
199, 1,205,128, 97,195,133,201,116, 13,139, 69,216, 49,210,131, /* 0x 490 */
224,254,232,159,253,255,255,139, 93,184,139, 77,196,139, 85,200, /* 0x 4a0 */
106,125, 88,205,128,133,192,116, 8,106,127, 91,106, 1, 88,205, /* 0x 4b0 */
128,139, 69,196, 3, 69,192, 1, 69,184,139, 69,180, 57, 69,184, /* 0x 4c0 */
115, 31,106, 0, 43, 69,184,106, 0,106, 50,255,117,200, 80,255, /* 0x 4d0 */
117,184,232,101,252,255,255,131,196, 24, 57, 69,184,116, 36,235, /* 0x 4e0 */
200,131,125,220, 0,116, 28,131, 69,196, 3,129,101,196,255, 15, /* 0x 4f0 */
0, 0,131,125,196, 3,119, 11,139, 93,184,139, 77,196,106, 91, /* 0x 500 */
88,205,128,139, 85,224, 71,131, 69,212, 32, 15,183, 66, 44, 57, /* 0x 510 */
199, 15,140, 38,254,255,255,131,125,220, 0,117, 17,139, 93,228, /* 0x 520 */
106, 6, 88,205,128,133,192,116, 23,233,123,255,255,255,139,125, /* 0x 530 */
224,102,131,127, 16, 3,116, 8,139, 93,240,106, 45, 88,205,128, /* 0x 540 */
139, 69,224, 3,112, 24,141,101,244, 91,137,240, 94, 95,201,195, /* 0x 550 */
85,137,229, 87, 86, 83, 87, 87,139,125, 20,106, 0,139, 69, 16, /* 0x 560 */
141, 87, 52,139, 93, 8, 80,139,117, 32,137, 69,240,137, 85,236, /* 0x 570 */
141, 69, 32,141, 85, 24,232,205,251,255,255,139, 69, 12,186, 3, /* 0x 580 */
0, 0, 0, 41,117, 36,137, 69, 32,139, 69,236,139, 72, 8,137, /* 0x 590 */
216,131,193, 52,232,157,252,255,255, 15,183, 79, 42,137,216,186, /* 0x 5a0 */
4, 0, 0, 0,232,141,252,255,255, 15,183, 79, 44,137,216,186, /* 0x 5b0 */
5, 0, 0, 0,232,125,252,255,255,139, 79, 24,137,216,186, 9, /* 0x 5c0 */
0, 0, 0,232,110,252,255,255,141, 69, 32, 83,137,250, 80,139, /* 0x 5d0 */
69,240,232,133,252,255,255,102,139, 79, 44,131,196, 16, 49,210, /* 0x 5e0 */
102,133,201,137,195,116, 87,139, 69,236,131, 56, 3,117, 67, 49, /* 0x 5f0 */
201,139, 88, 8,137,202,106, 5, 88,205,128,133,192,137,198,120, /* 0x 600 */
20,102,186, 0, 2,137,195,137,249,106, 3, 88,205,128, 61, 0, /* 0x 610 */
2, 0, 0,116, 10,106,127, 91,106, 1, 88,205,128,235,246,106, /* 0x 620 */
0,137,240,106, 0,137,250,232, 48,252,255,255, 89, 94,137,195, /* 0x 630 */
235, 12, 66, 15,183,193,131, 69,236, 32, 57,194,124,169,141,101, /* 0x 640 */
244,137,216, 91, 94, 95,201,195 /* 0x 650 */
};

92
src/stub/fold_exec86.h Normal file
View File

@ -0,0 +1,92 @@
/* fold_exec86.h -- created from fold_exec86.bin, 931 (0x3a3) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define LINUX_I386EXEC_FOLD_ADLER32 0x598e8b17
#define LINUX_I386EXEC_FOLD_CRC32 0xe031336e
unsigned char linux_i386exec_fold[931] = {
127, 69, 76, 70, 1, 1, 1, 0, 76,105,110,117,120, 0, 0, 0, /* 0x 0 */
2, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, /* 0x 10 */
0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 32, 0, 1, 0, 0, 0, /* 0x 20 */
0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 16, 64, 0, /* 0x 30 */
0, 16, 64, 0,163, 3, 0, 0,164, 3, 0, 0, 7, 0, 0, 0, /* 0x 40 */
0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 50 */
88, 88, 88,137,225,141, 84,132, 4,139,115, 24,131,195, 96, 41, /* 0x 60 */
222,141,125, 2, 96,232,197, 0, 0, 0,244, 0, 83,137,195,139, /* 0x 70 */
76, 36, 8,136,208,131,224, 31, 60, 25,118, 3,131,232, 43,131, /* 0x 80 */
192, 65, 75,136, 3,137,208,193,232, 5,137,194,226,229, 91,195, /* 0x 90 */
83,141, 92, 36, 8,106, 90, 88,205,128, 91,195, 85, 49,201,137, /* 0x a0 */
229, 87, 86,137,202, 83,131,236, 32,139, 93, 8,106, 5, 88,205, /* 0x b0 */
128,133,192,137,199,120,108,199, 69,212, 47,112,114,111,199, 69, /* 0x c0 */
216, 99, 47, 0, 0,106, 20, 88,205,128,141, 85,218,141,117,212, /* 0x d0 */
232,155, 2, 0, 0,141, 80, 4,137,243,199, 0, 47,102,100, 47, /* 0x e0 */
137,248,232,137, 2, 0, 0,186, 1, 0, 0, 0,106, 33, 88,106, /* 0x f0 */
5, 89,205,128, 61, 85, 80, 88, 50,117, 33,139, 93, 8,106, 10, /* 0x 100 */
88,205,128,185, 2, 0, 0, 0,137,251,106, 55, 88,205,128,137, /* 0x 110 */
243,139, 77, 12,139, 85, 16,106, 11, 88,205,128,137,251,106, 6, /* 0x 120 */
88,205,128,131,196, 32,137,248, 91, 94, 95,201,194, 12, 0, 85, /* 0x 130 */
137,229, 87, 86, 83,131,236,112,141,125,228,139, 77, 24,139, 69, /* 0x 140 */
16,139, 85, 12,137,203,129,227, 0,240,255,255,137, 69,156,137, /* 0x 150 */
85,148,137,206,137, 77,152,137, 93,144,165,165,165,131,109,148, /* 0x 160 */
12,129,125,228, 85, 80, 88, 51,137,117,152, 15,133, 95, 1, 0, /* 0x 170 */
0,199, 69,196, 47,116,109,112,199, 69,200, 47,117,112,120,141, /* 0x 180 */
77,215,106, 20, 88,205,128,137,194,106, 4,137,200,141,117,211, /* 0x 190 */
232,215,254,255,255,141, 93,172,137,199,198, 69,215, 0, 51,125, /* 0x 1a0 */
228, 49,201,106, 78, 88,205,128, 51,125,172,139, 85,176,137,240, /* 0x 1b0 */
199, 4, 36, 7, 0, 0, 0,193,226, 12,141, 93,196, 49,250,232, /* 0x 1c0 */
168,254,255,255, 88,106, 10, 88,205,128,131,248,254,116, 8,133, /* 0x 1d0 */
192, 15,133,249, 0, 0, 0,185,194, 0, 0, 0,186,192, 1, 0, /* 0x 1e0 */
0,141, 93,196,106, 5, 88,205,128,137, 69,136,139, 77,232,137, /* 0x 1f0 */
195,106, 93, 88,205,128,133,192, 15,133,202, 0, 0, 0,106, 0, /* 0x 200 */
83,106, 1,106, 3, 81,106, 0,232,131,254,255,255,131,196, 24, /* 0x 210 */
61, 0,240,255,255,137, 69,132, 15,135,170, 0, 0, 0,139, 69, /* 0x 220 */
232,106, 0,106, 0, 5,255, 15, 0, 0,106, 50, 37, 0,240,255, /* 0x 230 */
255,106, 3, 3, 69,132,104, 0, 16, 0, 0, 80,232, 79,254,255, /* 0x 240 */
255,131,196, 24,141,125,180,139,117,152,165,165,165,139, 77,180, /* 0x 250 */
131,109,148, 12,133,201,137,117,152,139, 85,184,117, 20,129,250, /* 0x 260 */
85, 80, 88, 33,117, 98,131,125,232, 0, 15,132,136, 0, 0, 0, /* 0x 270 */
235, 86, 57,202,119, 82, 59, 85,236,119, 77, 57,202,115, 31,141, /* 0x 280 */
69,168, 80,255,117,132, 82,255,117,152,255, 85,156,131,196, 16, /* 0x 290 */
133,192,117, 52,139, 69,180, 57, 69,168,117, 44,235, 8,139,125, /* 0x 2a0 */
132,139,117,152,243,164,139, 77,180,139, 93,132,106, 91, 88,205, /* 0x 2b0 */
128,139, 69,184, 1,203, 41, 69,148, 41, 77,232, 1, 69,152,131, /* 0x 2c0 */
125,148, 0,137, 93,132,121, 18,141, 93,196,106, 10, 88,205,128, /* 0x 2d0 */
106,127, 91,106, 1, 88,205,128,235,246,139, 77,152,139, 93,144, /* 0x 2e0 */
129,225, 0,240,255,255, 43, 77,144,106, 91, 88,205,128, 1,203, /* 0x 2f0 */
137, 93,144,233, 76,255,255,255,139, 93,136,106, 6, 88,205,128, /* 0x 300 */
133,192,117,196,255,117, 28,255,117, 32,141,117,196, 86,232,137, /* 0x 310 */
253,255,255,133,192,120,177,106, 2, 88,205,128,133,192,117, 49, /* 0x 320 */
106, 2, 88,205,128,133,192,137,193,117, 31,199, 69,160, 85, 80, /* 0x 330 */
88, 52,184,162, 0, 0, 0,141, 93,160,199, 69,164, 0, 0, 0, /* 0x 340 */
0,205,128,137,243,106, 10, 88,205,128, 49,219,106, 1, 88,205, /* 0x 350 */
128, 49,201,131,203,255,137,202,106, 7, 88,205,128,141, 93,196, /* 0x 360 */
139, 77, 32,139, 85, 28,106, 11, 88,205,128,233, 88,255,255,255, /* 0x 370 */
87,137,215,106, 10,252, 89,232, 5, 0, 0, 0,136, 39,151, 95, /* 0x 380 */
195,153,247,241, 82,133,192,116, 5,232,243,255,255,255, 88, 4, /* 0x 390 */
48,170,195 /* 0x 3a0 */
};

109
src/stub/fold_sh86.h Normal file
View File

@ -0,0 +1,109 @@
/* fold_sh86.h -- created from fold_sh86.bin, 1207 (0x4b7) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define LINUX_I386SH_FOLD_ADLER32 0x3bb5f6de
#define LINUX_I386SH_FOLD_CRC32 0x513b2cd1
unsigned char linux_i386sh_fold[1207] = {
127, 69, 76, 70, 1, 1, 1, 0, 76,105,110,117,120, 0, 0, 0, /* 0x 0 */
2, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, /* 0x 10 */
0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 32, 0, 1, 0, 0, 0, /* 0x 20 */
0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 1, /* 0x 30 */
0, 0, 64, 1,183, 4, 0, 0,184, 4, 0, 0, 7, 0, 0, 0, /* 0x 40 */
0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 50 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 60 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 70 */
88, 88,137,230,129,236,224, 0, 0, 0,137,231,173,171,133,192, /* 0x 80 */
117,250,173,171,133,192,117,250, 87, 64,106, 54, 89,243,171, 72, /* 0x 90 */
171,171, 95,173,133,192,145,173,116, 10,137, 76,207,248,137, 68, /* 0x a0 */
207,252,235,239,129,236, 0, 10, 0, 0,147,141, 82, 24,139, 10, /* 0x b0 */
139, 90, 4,137,198, 96,232,120, 2, 0, 0, 89, 80, 97,129,196, /* 0x c0 */
0, 10, 0, 0, 89, 90, 82, 65, 86,131,238, 3,102,199, 6, 45, /* 0x d0 */
99, 65, 86, 65, 82, 81, 87,141,188, 36, 0,245,255,255, 96,137, /* 0x e0 */
227,137,252,185,192, 2, 0, 0, 49,192,243,171,137,220, 97,195, /* 0x f0 */
85, 87, 86,137,198, 83,139,108, 36, 20, 57, 40,139,120, 4,115, /* 0x 100 */
8,106,127, 91,106, 1, 88,205,128,133,237,116, 10,137,233,138, /* 0x 110 */
7, 71,136, 2, 66,226,248, 91, 1,110, 4, 41, 46, 94, 95, 93, /* 0x 120 */
195, 83,141, 92, 36, 8,106, 90, 88,205,128, 91,195,133,210,137, /* 0x 130 */
209,116, 6,198, 0, 0, 64,226,250,195, 85, 49,201,137,229, 87, /* 0x 140 */
86, 83,137,195,131,236, 44,137, 85,240,139, 69, 8,137,202,137, /* 0x 150 */
69,236,106, 5, 88,205,128,133,192,137, 69,232,121, 8,106,127, /* 0x 160 */
91,106, 1, 88,205,128,186, 0, 2, 0, 0,139, 93,232,139, 77, /* 0x 170 */
240,106, 3, 88,205,128, 61, 0, 2, 0, 0,117,225,139, 69,240, /* 0x 180 */
199, 69,224,255,255,255,255, 3, 73, 28,102,131,120, 16, 3,139, /* 0x 190 */
93,240,137, 77,228,137,202, 15,149,192, 15,183, 75, 44, 15,182, /* 0x 1a0 */
192, 49,246,193,224, 4,131,192, 34,137, 69,204,137,200, 72,120, /* 0x 1b0 */
32,131, 58, 1,117, 22,139, 66, 8, 59, 69,224,115, 3,137, 69, /* 0x 1c0 */
224,139, 90, 20, 1,195, 57,222,115, 2,137,222,131,194, 32,226, /* 0x 1d0 */
224,246, 69,204, 16,116, 7,137,243,106, 45, 88,205,128,139, 93, /* 0x 1e0 */
224,106, 0,106, 0,129,227, 0,240,255,255,255,117,204, 41,222, /* 0x 1f0 */
106, 7,141,134,255, 15, 0, 0, 37, 0,240,255,255, 80, 83,232, /* 0x 200 */
29,255,255,255,131,196, 24,137,198,139, 69,240, 41,222,199, 69, /* 0x 210 */
220, 0, 0, 0, 0,102,131,120, 44, 0, 15,132,247, 0, 0, 0, /* 0x 220 */
139, 85,228,139, 2,131,248, 6,117, 14,139, 66, 8,139, 77,236, /* 0x 230 */
137, 65, 20,233,200, 0, 0, 0, 72, 15,133,193, 0, 0, 0,139, /* 0x 240 */
93,228,199, 69,216, 64, 98, 81,115,139, 75, 24,139, 67, 8,131, /* 0x 250 */
225, 7,193,225, 2,137,194,211,109,216,137,193,129,225,255, 15, /* 0x 260 */
0, 0, 3, 83, 20,137, 77,208, 3, 75, 16, 43, 69,208, 1,242, /* 0x 270 */
131,101,216, 7,137, 77,212,141, 60, 48,139, 67, 4, 43, 69,208, /* 0x 280 */
137, 85,200, 80,255,117,232,106, 18,106, 3, 81, 87,232,143,254, /* 0x 290 */
255,255,131,196, 24, 57,199,117, 54,139, 85,208,137,248,232,138, /* 0x 2a0 */
254,255,255,139, 93,212,139, 85,212,247,219,129,227,255, 15, 0, /* 0x 2b0 */
0,141, 4, 23,137,218,137, 93,208,232,111,254,255,255,137,251, /* 0x 2c0 */
139, 77,212,139, 85,216,106,125, 88,205,128,133,192,116, 8,106, /* 0x 2d0 */
127, 91,106, 1, 88,205,128,139, 69,212, 3, 69,208, 1,199, 59, /* 0x 2e0 */
125,200,115, 28,106, 0,139, 69,200,106, 0,106, 50, 41,248,255, /* 0x 2f0 */
117,216, 80, 87,232, 40,254,255,255,131,196, 24, 57,199,117,207, /* 0x 300 */
139, 85,240,255, 69,220, 15,183, 66, 44,131, 69,228, 32, 57, 69, /* 0x 310 */
220, 15,140, 9,255,255,255,139, 93,232,106, 6, 88,205,128,133, /* 0x 320 */
192,117,172,139, 69,240, 3,112, 24,141,101,244, 91,137,240, 94, /* 0x 330 */
95,201,195, 85,137,229, 87, 86, 83,131,236, 40,141,125, 32,139, /* 0x 340 */
69, 8,141,117, 24,139, 85, 16,137, 69,212,139, 69, 20,137, 85, /* 0x 350 */
208,137, 69,204,139, 69, 36, 5, 85, 80, 88, 50,137, 69,240,139, /* 0x 360 */
69,240, 5, 85, 80, 88, 51,131,125, 32, 0,137, 69,236, 15,132, /* 0x 370 */
136, 0, 0, 0,141, 85,220,137,240,106, 12,232,112,253,255,255, /* 0x 380 */
131,125,220, 0, 88,139, 69,224,117, 14, 61, 85, 80, 88, 33,117, /* 0x 390 */
11,131, 62, 0,116,102,235, 4,133,192,117, 8,106,127, 91,106, /* 0x 3a0 */
1, 88,205,128,139, 77,224,139, 69,220, 57,193,119,238, 59, 7, /* 0x 3b0 */
119,234, 57,193,115, 39,141, 69,216, 80,255,119, 4, 81,255,118, /* 0x 3c0 */
4,255, 85,208,131,196, 16,133,192,117,209,139, 69,220, 57, 69, /* 0x 3d0 */
216,117,201,139, 69,224, 1, 70, 4, 41, 6,235, 12,139, 87, 4, /* 0x 3e0 */
137,240, 81,232, 8,253,255,255, 91,139, 85,220,139, 7, 1, 87, /* 0x 3f0 */
4, 41,208,133,192,137, 7,233,114,255,255,255,139, 69,236,139, /* 0x 400 */
85,204,138, 24,139, 69,236,198, 0, 0,255,117,212,139, 69,240, /* 0x 410 */
232, 37,253,255,255,139, 85,212,137,198,139, 69,236,136, 24,199, /* 0x 420 */
66, 16, 3, 0, 0, 0,199, 66, 24, 4, 0, 0, 0,139, 85,204, /* 0x 430 */
15,183, 66, 42,139, 85,212,137, 66, 28,199, 66, 32, 5, 0, 0, /* 0x 440 */
0,139, 85,204, 15,183, 66, 44,139, 85,212,137, 66, 36,139, 69, /* 0x 450 */
204,199, 66, 44, 0, 16, 0, 0,137,114, 68,199, 66, 40, 6, 0, /* 0x 460 */
0, 0,102,139, 88, 44,199, 66, 64, 9, 0, 0, 0,139, 85,204, /* 0x 470 */
89, 49,201,131,194, 52,102,133,219,116, 34,131, 58, 3,117, 18, /* 0x 480 */
139, 66, 8,106, 0,139, 85,204,232,173,252,255,255,137,198, 88, /* 0x 490 */
235, 11, 65, 15,183,195,131,194, 32, 57,193,124,222,141,101,244, /* 0x 4a0 */
137,240, 91, 94, 95,201,195 /* 0x 4b0 */
};

View File

@ -2,8 +2,8 @@
;
; This file is part of the UPX executable compressor.
;
; Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
; Copyright (C) 1996-2004 Laszlo Molnar
; Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
; Copyright (C) 1996-2005 Laszlo Molnar
; All Rights Reserved.
;
; UPX and the UCL library are free software; you can redistribute them

View File

@ -2,8 +2,8 @@
;
; This file is part of the UPX executable compressor.
;
; Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
; Copyright (C) 1996-2004 Laszlo Molnar
; Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
; Copyright (C) 1996-2005 Laszlo Molnar
; All Rights Reserved.
;
; UPX and the UCL library are free software; you can redistribute them
@ -33,6 +33,6 @@
db 10,0
db '$Id: UPX '
db 'UPXV'
db ' Copyright (C) 1996-2004 the UPX Team. All Rights Reserved. $'
db ' Copyright (C) 1996-2005 the UPX Team. All Rights Reserved. $'
db 10,0

View File

@ -2,8 +2,8 @@
;
; This file is part of the UPX executable compressor.
;
; Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
; Copyright (C) 1996-2004 Laszlo Molnar
; Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
; Copyright (C) 1996-2005 Laszlo Molnar
; All Rights Reserved.
;
; UPX and the UCL library are free software; you can redistribute them
@ -29,6 +29,6 @@
; ------------- COPYRIGHT -------------
db 10
db '$Id: UPX (C) 1996-2004 the UPX Team. All Rights Reserved. http://upx.sf.net $'
db '$Id: UPX (C) 1996-2005 the UPX Team. All Rights Reserved. http://upx.sf.net $'
db 10,0

86
src/stub/l_com.h Normal file
View File

@ -0,0 +1,86 @@
/* l_com.h -- created from l_com.bin, 846 (0x34e) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV2B_LOADER_ADLER32 0x1dc7d148
#define NRV2B_LOADER_CRC32 0x7d717411
unsigned char nrv2b_loader[846] = {
129,252, 83, 80,119, 2,205, 32,185, 67, 88,190, 83, 73,191, 68, /* 0x 0 */
73,187, 0,128,253,243,164,252,135,247,131,238,198, 25,237, 87, /* 0x 10 */
87,233, 74, 77, 85, 80, 88, 33,161,216,208,213, 0, 0, 0, 0, /* 0x 20 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 45,164,232, 0, 0,114,250, /* 0x 30 */
65,232, 0, 0,227, 0,227, 0,115, 0,131,233, 3,114, 6,136, /* 0x 40 */
204,172,247,208,149, 49,201,232, 0, 0, 17,201,117, 8, 65,232, /* 0x 50 */
0, 0,115,251, 65, 65, 65,129,253, 0,243,131,209, 1,141, 3, /* 0x 60 */
150,243,164,150,235, 0,232, 2, 0, 17,201, 1,219,117, 4,173, /* 0x 70 */
17,192,147,195, 94,185, 67, 84,172, 44,232, 60, 1,119,249,193, /* 0x 80 */
4, 8, 41, 52,139, 28,134,223, 41,243,137, 28,173,226, 0,176, /* 0x 90 */
232,176,233, 95,185, 67, 84,242,174,117, 0,117, 0,193, 5, 8, /* 0x a0 */
41, 61,139, 29,134,223, 41,251,137, 29,175,235, 0,195, 0, 0, /* 0x b0 */
67, 79, 77, 77, 65, 73, 78, 49, 0, 0, 0, 0, 67, 79, 77, 83, /* 0x c0 */
85, 66, 83, 73, 29, 0, 0, 0, 67, 79, 77, 83, 66, 66, 66, 80, /* 0x d0 */
29, 0, 0, 0, 67, 79, 77, 80, 83, 72, 68, 73, 31, 0, 0, 0, /* 0x e0 */
67, 79, 77, 67, 65, 76, 76, 84, 32, 0, 0, 0, 67, 79, 77, 77, /* 0x f0 */
65, 73, 78, 50, 33, 0, 0, 0, 85, 80, 88, 49, 72, 69, 65, 68, /* 0x 100 */
36, 0, 0, 0, 67, 79, 77, 67, 85, 84, 80, 79, 58, 0, 0, 0, /* 0x 110 */
78, 82, 86, 50, 66, 49, 54, 48, 58, 0, 0, 0, 0, 0, 0, 0, /* 0x 120 */
62, 0, 0, 0, 78, 82, 86, 68, 69, 67, 79, 50, 13, 0, 0, 0, /* 0x 130 */
0, 0, 0, 0, 68, 0, 0, 0, 78, 82, 86, 68, 69, 67, 79, 50, /* 0x 140 */
8, 0, 0, 0, 78, 82, 86, 68, 68, 79, 78, 69, 68, 0, 0, 0, /* 0x 150 */
0, 0, 0, 0, 70, 0, 0, 0, 78, 82, 86, 68, 69, 67, 79, 50, /* 0x 160 */
22, 0, 0, 0, 78, 82, 86, 68, 82, 69, 84, 85, 70, 0, 0, 0, /* 0x 170 */
0, 0, 0, 0, 72, 0, 0, 0, 78, 82, 86, 68, 69, 67, 79, 50, /* 0x 180 */
21, 0, 0, 0, 78, 82, 86, 68, 69, 67, 79, 49, 72, 0, 0, 0, /* 0x 190 */
0, 0, 0, 0, 74, 0, 0, 0, 78, 82, 86, 50, 66, 49, 54, 48, /* 0x 1a0 */
7, 0, 0, 0, 0, 0, 0, 0, 90, 0, 0, 0, 78, 82, 86, 68, /* 0x 1b0 */
69, 67, 79, 50, 8, 0, 0, 0, 0, 0, 0, 0, 98, 0, 0, 0, /* 0x 1c0 */
78, 82, 86, 68, 69, 67, 79, 50, 8, 0, 0, 0, 78, 82, 86, 76, /* 0x 1d0 */
69, 68, 48, 48,102, 0, 0, 0, 78, 82, 86, 71, 84, 68, 48, 48, /* 0x 1e0 */
103, 0, 0, 0, 78, 82, 86, 68, 69, 67, 79, 50,110, 0, 0, 0, /* 0x 1f0 */
0, 0, 0, 0,118, 0, 0, 0, 78, 82, 86, 50, 66, 49, 54, 48, /* 0x 200 */
1, 0, 0, 0, 78, 82, 86, 50, 66, 49, 54, 57,132, 0, 0, 0, /* 0x 210 */
67, 65, 76, 76, 84, 82, 49, 54,132, 0, 0, 0, 67, 84, 49, 54, /* 0x 220 */
73, 50, 56, 54,143, 0, 0, 0, 67, 84, 49, 54, 83, 85, 66, 48, /* 0x 230 */
146, 0, 0, 0, 67, 84, 49, 54, 73, 48, 56, 54,148, 0, 0, 0, /* 0x 240 */
67, 65, 76, 76, 84, 82, 73, 50,156, 0, 0, 0, 0, 0, 0, 0, /* 0x 250 */
159, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 54, 4, 0, 0, 0, /* 0x 260 */
67, 84, 49, 54, 68, 85, 77, 49,159, 0, 0, 0, 67, 84, 49, 54, /* 0x 270 */
69, 56, 48, 48,159, 0, 0, 0, 67, 84, 49, 54, 69, 57, 48, 48, /* 0x 280 */
161, 0, 0, 0, 67, 65, 76, 76, 84, 82, 73, 53,163, 0, 0, 0, /* 0x 290 */
67, 84, 49, 54, 74, 69, 78, 68,169, 0, 0, 0, 0, 0, 0, 0, /* 0x 2a0 */
171, 0, 0, 0, 78, 82, 86, 68, 69, 67, 79, 50, 21, 0, 0, 0, /* 0x 2b0 */
67, 84, 49, 54, 74, 85, 76, 50,171, 0, 0, 0, 0, 0, 0, 0, /* 0x 2c0 */
173, 0, 0, 0, 67, 65, 76, 76, 84, 82, 73, 54, 3, 0, 0, 0, /* 0x 2d0 */
67, 84, 49, 54, 68, 85, 77, 50,173, 0, 0, 0, 67, 84, 49, 54, /* 0x 2e0 */
73, 50, 56, 55,173, 0, 0, 0, 67, 84, 49, 54, 83, 85, 66, 49, /* 0x 2f0 */
176, 0, 0, 0, 67, 84, 49, 54, 73, 48, 56, 55,178, 0, 0, 0, /* 0x 300 */
67, 65, 76, 76, 84, 82, 73, 54,186, 0, 0, 0, 0, 0, 0, 0, /* 0x 310 */
189, 0, 0, 0, 67, 65, 76, 76, 84, 82, 73, 53, 4, 0, 0, 0, /* 0x 320 */
67, 79, 82, 69, 84, 85, 82, 78,189, 0, 0, 0, 67, 79, 77, 84, /* 0x 330 */
72, 69, 78, 68,190, 0, 0, 0,255,255,255,255,190, 0 /* 0x 340 */
};

228
src/stub/l_djgpp2.h Normal file
View File

@ -0,0 +1,228 @@
/* l_djgpp2.h -- created from l_djgpp2.bin, 3118 (0xc2e) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV_LOADER_ADLER32 0x7848ee39
#define NRV_LOADER_CRC32 0x3820573b
unsigned char nrv_loader[3118] = {
30, 7,190, 73, 78, 80, 80,191, 79, 85, 84, 80, 87,131,205,255, /* 0x 0 */
235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, 7,139, /* 0x 10 */
30,131,238,252, 17,219,114, 0, 49,192, 64,138, 7,114, 0,184, /* 0x 20 */
1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 30 */
192, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219, /* 0x 40 */
115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 49,201,131, /* 0x 50 */
232, 3,114, 13,193,224, 8,138, 6, 70,131,240,255,116, 0,137, /* 0x 60 */
197, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219, /* 0x 70 */
117, 7,139, 30,131,238,252, 17,219, 17,201,117, 0, 65, 1,219, /* 0x 80 */
117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219,117, 7,139, /* 0x 90 */
30,131,238,252, 17,219,115, 0, 1,219,115, 0,117, 9,139, 30, /* 0x a0 */
131,238,252, 17,219,115, 0, 65, 65,131,193, 2,129,253, 0,243, /* 0x b0 */
255,255,131,209, 1, 86,141, 52, 47,243,164, 94,233, 0, 0, 0, /* 0x c0 */
0,141, 20, 47,131,253,252,138, 4, 15,118, 0,138, 2, 66,136, /* 0x d0 */
7, 71, 73,117,247,233, 0, 0, 0, 0,139, 2,131,194, 4,137, /* 0x e0 */
7,131,199, 4,131,233, 4,119,241, 1,207,233, 0, 0, 0, 0, /* 0x f0 */
235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, 7,139, /* 0x 100 */
30,131,238,252, 17,219,114, 0, 49,192, 64,138, 7,114, 0,184, /* 0x 110 */
1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 120 */
192, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, 1,219, /* 0x 130 */
115, 11,117, 0,139, 30,131,238,252, 17,219,114, 0, 72, 1,219, /* 0x 140 */
117, 7,139, 30,131,238,252, 17,219, 17,192,235, 0, 49,201,131, /* 0x 150 */
232, 3,114, 17,193,224, 8,138, 6, 70,131,240,255,116, 0,209, /* 0x 160 */
248,137,197,235, 11, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 170 */
17,201, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201,117, /* 0x 180 */
0, 65, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1, /* 0x 190 */
219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, 0, /* 0x 1a0 */
117, 9,139, 30,131,238,252, 17,219,115, 0, 65, 65,131,193, 2, /* 0x 1b0 */
129,253, 0,251,255,255,131,209, 1, 86,141, 52, 47,243,164, 94, /* 0x 1c0 */
233, 0, 0, 0, 0,141, 20, 47,131,253,252,138, 4, 15,118, 0, /* 0x 1d0 */
138, 2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, 2, /* 0x 1e0 */
131,194, 4,137, 7,131,199, 4,131,233, 4,119,241, 1,207,233, /* 0x 1f0 */
0, 0, 0, 0,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1, /* 0x 200 */
219,117, 7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64,138, /* 0x 210 */
7,114, 0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238, /* 0x 220 */
252, 17,219, 17,192, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 230 */
114, 0, 1,219,115, 11,117, 0,139, 30,131,238,252, 17,219,114, /* 0x 240 */
0, 72, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,192,235, /* 0x 250 */
0, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201,235, 0, /* 0x 260 */
49,201,131,232, 3,114, 17,193,224, 8,138, 6, 70,131,240,255, /* 0x 270 */
116, 0,209,248,137,197,235, 11, 1,219,117, 7,139, 30,131,238, /* 0x 280 */
252, 17,219,114,204, 65, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 290 */
219,114,190, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, /* 0x 2a0 */
1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, /* 0x 2b0 */
0,117, 9,139, 30,131,238,252, 17,219,115, 0, 65, 65,131,193, /* 0x 2c0 */
2,129,253, 0,251,255,255,131,209, 2, 86,141, 52, 47,243,164, /* 0x 2d0 */
94,233, 0, 0, 0, 0,141, 20, 47,131,253,252,138, 4, 15,118, /* 0x 2e0 */
0,138, 2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, /* 0x 2f0 */
2,131,194, 4,137, 7,131,199, 4,131,233, 4,119,241, 1,207, /* 0x 300 */
233, 0, 0, 0, 0,185, 66, 83, 83, 76,243,171, 95,185, 84, 69, /* 0x 310 */
88, 76,138, 7, 71, 44,232, 60, 1,119,247,128, 63, 63,117, 0, /* 0x 320 */
139, 7,138, 95, 4,102,193,232, 8,134,196,193,192, 16,134,196, /* 0x 330 */
41,248,128,235,232,137, 7,131,199, 5,136,216,226, 0,185, 84, /* 0x 340 */
69, 88, 76,176,232,176,233,242,174,117, 0,128, 63, 63,117, 0, /* 0x 350 */
139, 7,102,193,232, 8,134,196,193,192, 16,134,196, 41,248,171, /* 0x 360 */
235, 0,104, 69, 78, 84, 82,195, 85, 80, 88, 33,161,216,208,213, /* 0x 370 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 380 */
0, 0, 0, 0, 0, 0, 0, 45, 68, 74, 50, 77, 65, 73, 78, 49, /* 0x 390 */
0, 0, 0, 0, 68, 74, 67, 65, 76, 76, 84, 49, 12, 0, 0, 0, /* 0x 3a0 */
68, 74, 50, 77, 65, 73, 78, 50, 13, 0, 0, 0, 78, 50, 66, 83, /* 0x 3b0 */
77, 65, 49, 48, 16, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, /* 0x 3c0 */
78, 50, 66, 68, 69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 66, 70, /* 0x 3d0 */
65, 83, 49, 48, 19, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, /* 0x 3e0 */
78, 50, 66, 68, 69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 66, 70, /* 0x 3f0 */
65, 83, 49, 49, 21, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 400 */
27, 0, 0, 0, 78, 50, 66, 83, 77, 65, 50, 48, 38, 0, 0, 0, /* 0x 410 */
0, 0, 0, 0, 40, 0, 0, 0, 78, 50, 66, 83, 77, 65, 49, 48, /* 0x 420 */
2, 0, 0, 0, 78, 50, 66, 70, 65, 83, 50, 48, 43, 0, 0, 0, /* 0x 430 */
0, 0, 0, 0, 47, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 49, /* 0x 440 */
0, 0, 0, 0, 78, 50, 66, 68, 69, 67, 50, 48, 52, 0, 0, 0, /* 0x 450 */
78, 50, 66, 83, 77, 65, 51, 48, 65, 0, 0, 0, 0, 0, 0, 0, /* 0x 460 */
78, 0, 0, 0, 78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, /* 0x 470 */
78, 50, 66, 70, 65, 83, 51, 48, 78, 0, 0, 0, 0, 0, 0, 0, /* 0x 480 */
82, 0, 0, 0, 78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, /* 0x 490 */
0, 0, 0, 0, 93, 0, 0, 0, 78, 50, 66, 68, 69, 67, 50, 48, /* 0x 4a0 */
0, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, 93, 0, 0, 0, /* 0x 4b0 */
0, 0, 0, 0,111, 0, 0, 0, 78, 50, 66, 68, 69, 67, 54, 48, /* 0x 4c0 */
0, 0, 0, 0, 0, 0, 0, 0,141, 0, 0, 0, 78, 50, 66, 68, /* 0x 4d0 */
69, 67, 53, 48, 0, 0, 0, 0, 78, 50, 66, 83, 77, 65, 52, 48, /* 0x 4e0 */
155, 0, 0, 0, 0, 0, 0, 0,168, 0, 0, 0, 78, 50, 66, 68, /* 0x 4f0 */
69, 67, 51, 48, 49, 0, 0, 0, 78, 50, 66, 70, 65, 83, 52, 48, /* 0x 500 */
168, 0, 0, 0, 0, 0, 0, 0,172, 0, 0, 0, 78, 50, 66, 68, /* 0x 510 */
69, 67, 51, 48, 49, 0, 0, 0, 0, 0, 0, 0,183, 0, 0, 0, /* 0x 520 */
78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, 78, 50, 66, 68, /* 0x 530 */
85, 77, 77, 49,183, 0, 0, 0, 78, 50, 66, 83, 77, 65, 53, 48, /* 0x 540 */
183, 0, 0, 0, 78, 50, 66, 70, 65, 83, 53, 48,185, 0, 0, 0, /* 0x 550 */
78, 50, 66, 68, 69, 67, 53, 48,188, 0, 0, 0, 78, 50, 66, 83, /* 0x 560 */
77, 65, 54, 48,197, 0, 0, 0, 0, 0, 0, 0,209, 0, 0, 0, /* 0x 570 */
78, 50, 66, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 70, /* 0x 580 */
65, 83, 54, 48,209, 0, 0, 0, 0, 0, 0, 0,220, 0, 0, 0, /* 0x 590 */
78, 50, 66, 70, 65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 5a0 */
234, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, 0, 0, 0, 0, /* 0x 5b0 */
78, 50, 66, 70, 65, 83, 54, 49,234, 0, 0, 0, 0, 0, 0, 0, /* 0x 5c0 */
0, 1, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, 0, 0, 0, 0, /* 0x 5d0 */
78, 50, 66, 68, 69, 67, 54, 48, 0, 1, 0, 0, 78, 82, 86, 50, /* 0x 5e0 */
66, 69, 78, 68, 0, 1, 0, 0, 78, 50, 68, 83, 77, 65, 49, 48, /* 0x 5f0 */
0, 1, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 78, 50, 68, 68, /* 0x 600 */
69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 68, 70, 65, 83, 49, 48, /* 0x 610 */
3, 1, 0, 0, 0, 0, 0, 0, 5, 1, 0, 0, 78, 50, 68, 68, /* 0x 620 */
69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 68, 70, 65, 83, 49, 49, /* 0x 630 */
5, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 11, 1, 0, 0, /* 0x 640 */
78, 50, 68, 83, 77, 65, 50, 48, 22, 1, 0, 0, 0, 0, 0, 0, /* 0x 650 */
24, 1, 0, 0, 78, 50, 68, 83, 77, 65, 49, 48, 2, 0, 0, 0, /* 0x 660 */
78, 50, 68, 70, 65, 83, 50, 48, 27, 1, 0, 0, 0, 0, 0, 0, /* 0x 670 */
31, 1, 0, 0, 78, 50, 68, 70, 65, 83, 49, 49, 0, 0, 0, 0, /* 0x 680 */
78, 50, 68, 68, 69, 67, 50, 48, 36, 1, 0, 0, 78, 50, 68, 83, /* 0x 690 */
77, 65, 51, 48, 49, 1, 0, 0, 0, 0, 0, 0, 62, 1, 0, 0, /* 0x 6a0 */
78, 50, 68, 68, 69, 67, 51, 48, 16, 0, 0, 0, 78, 50, 68, 70, /* 0x 6b0 */
65, 83, 51, 48, 62, 1, 0, 0, 0, 0, 0, 0, 68, 1, 0, 0, /* 0x 6c0 */
78, 50, 68, 68, 69, 67, 51, 48, 16, 0, 0, 0, 0, 0, 0, 0, /* 0x 6d0 */
77, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 16, 0, 0, 0, /* 0x 6e0 */
78, 50, 68, 68, 69, 67, 51, 48, 77, 1, 0, 0, 0, 0, 0, 0, /* 0x 6f0 */
93, 1, 0, 0, 78, 50, 68, 68, 69, 67, 50, 48, 0, 0, 0, 0, /* 0x 700 */
0, 0, 0, 0,111, 1, 0, 0, 78, 50, 68, 68, 69, 67, 54, 48, /* 0x 710 */
0, 0, 0, 0, 0, 0, 0, 0,145, 1, 0, 0, 78, 50, 68, 68, /* 0x 720 */
69, 67, 53, 48, 0, 0, 0, 0, 78, 50, 68, 83, 77, 65, 52, 48, /* 0x 730 */
159, 1, 0, 0, 0, 0, 0, 0,172, 1, 0, 0, 78, 50, 68, 68, /* 0x 740 */
69, 67, 51, 48, 69, 0, 0, 0, 78, 50, 68, 70, 65, 83, 52, 48, /* 0x 750 */
172, 1, 0, 0, 0, 0, 0, 0,176, 1, 0, 0, 78, 50, 68, 68, /* 0x 760 */
69, 67, 51, 48, 69, 0, 0, 0, 0, 0, 0, 0,187, 1, 0, 0, /* 0x 770 */
78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, 78, 50, 68, 68, /* 0x 780 */
85, 77, 77, 49,187, 1, 0, 0, 78, 50, 68, 83, 77, 65, 53, 48, /* 0x 790 */
187, 1, 0, 0, 78, 50, 68, 70, 65, 83, 53, 48,189, 1, 0, 0, /* 0x 7a0 */
78, 50, 68, 68, 69, 67, 53, 48,192, 1, 0, 0, 78, 50, 68, 83, /* 0x 7b0 */
77, 65, 54, 48,201, 1, 0, 0, 0, 0, 0, 0,213, 1, 0, 0, /* 0x 7c0 */
78, 50, 68, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 70, /* 0x 7d0 */
65, 83, 54, 48,213, 1, 0, 0, 0, 0, 0, 0,224, 1, 0, 0, /* 0x 7e0 */
78, 50, 68, 70, 65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 7f0 */
238, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 0, 0, 0, 0, /* 0x 800 */
78, 50, 68, 70, 65, 83, 54, 49,238, 1, 0, 0, 0, 0, 0, 0, /* 0x 810 */
4, 2, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 0, 0, 0, 0, /* 0x 820 */
78, 50, 68, 68, 69, 67, 54, 48, 4, 2, 0, 0, 78, 82, 86, 50, /* 0x 830 */
68, 69, 78, 68, 4, 2, 0, 0, 78, 50, 69, 83, 77, 65, 49, 48, /* 0x 840 */
4, 2, 0, 0, 0, 0, 0, 0, 6, 2, 0, 0, 78, 50, 69, 68, /* 0x 850 */
69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 69, 70, 65, 83, 49, 48, /* 0x 860 */
7, 2, 0, 0, 0, 0, 0, 0, 9, 2, 0, 0, 78, 50, 69, 68, /* 0x 870 */
69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 69, 70, 65, 83, 49, 49, /* 0x 880 */
9, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 15, 2, 0, 0, /* 0x 890 */
78, 50, 69, 83, 77, 65, 50, 48, 26, 2, 0, 0, 0, 0, 0, 0, /* 0x 8a0 */
28, 2, 0, 0, 78, 50, 69, 83, 77, 65, 49, 48, 2, 0, 0, 0, /* 0x 8b0 */
78, 50, 69, 70, 65, 83, 50, 48, 31, 2, 0, 0, 0, 0, 0, 0, /* 0x 8c0 */
35, 2, 0, 0, 78, 50, 69, 70, 65, 83, 49, 49, 0, 0, 0, 0, /* 0x 8d0 */
78, 50, 69, 68, 69, 67, 50, 48, 40, 2, 0, 0, 78, 50, 69, 83, /* 0x 8e0 */
77, 65, 51, 48, 53, 2, 0, 0, 0, 0, 0, 0, 66, 2, 0, 0, /* 0x 8f0 */
78, 50, 69, 68, 69, 67, 51, 48, 31, 0, 0, 0, 78, 50, 69, 70, /* 0x 900 */
65, 83, 51, 48, 66, 2, 0, 0, 0, 0, 0, 0, 72, 2, 0, 0, /* 0x 910 */
78, 50, 69, 68, 69, 67, 51, 48, 31, 0, 0, 0, 0, 0, 0, 0, /* 0x 920 */
81, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 31, 0, 0, 0, /* 0x 930 */
78, 50, 69, 68, 69, 67, 51, 48, 81, 2, 0, 0, 0, 0, 0, 0, /* 0x 940 */
97, 2, 0, 0, 78, 50, 69, 68, 69, 67, 50, 48, 0, 0, 0, 0, /* 0x 950 */
0, 0, 0, 0,112, 2, 0, 0, 78, 50, 69, 68, 69, 67, 53, 48, /* 0x 960 */
0, 0, 0, 0, 0, 0, 0, 0,130, 2, 0, 0, 78, 50, 69, 68, /* 0x 970 */
69, 67, 54, 48, 0, 0, 0, 0, 78, 50, 69, 83, 77, 65, 52, 48, /* 0x 980 */
176, 2, 0, 0, 0, 0, 0, 0,189, 2, 0, 0, 78, 50, 69, 68, /* 0x 990 */
69, 67, 51, 48, 82, 0, 0, 0, 78, 50, 69, 70, 65, 83, 52, 48, /* 0x 9a0 */
189, 2, 0, 0, 0, 0, 0, 0,193, 2, 0, 0, 78, 50, 69, 68, /* 0x 9b0 */
69, 67, 51, 48, 82, 0, 0, 0, 0, 0, 0, 0,204, 2, 0, 0, /* 0x 9c0 */
78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, 78, 50, 69, 68, /* 0x 9d0 */
85, 77, 77, 49,204, 2, 0, 0, 78, 50, 69, 83, 77, 65, 53, 48, /* 0x 9e0 */
204, 2, 0, 0, 78, 50, 69, 70, 65, 83, 53, 48,206, 2, 0, 0, /* 0x 9f0 */
78, 50, 69, 68, 69, 67, 53, 48,209, 2, 0, 0, 78, 50, 69, 83, /* 0x a00 */
77, 65, 54, 48,218, 2, 0, 0, 0, 0, 0, 0,230, 2, 0, 0, /* 0x a10 */
78, 50, 69, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 70, /* 0x a20 */
65, 83, 54, 48,230, 2, 0, 0, 0, 0, 0, 0,241, 2, 0, 0, /* 0x a30 */
78, 50, 69, 70, 65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x a40 */
255, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 0, 0, 0, 0, /* 0x a50 */
78, 50, 69, 70, 65, 83, 54, 49,255, 2, 0, 0, 0, 0, 0, 0, /* 0x a60 */
21, 3, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 0, 0, 0, 0, /* 0x a70 */
78, 50, 69, 68, 69, 67, 54, 48, 21, 3, 0, 0, 78, 82, 86, 50, /* 0x a80 */
69, 69, 78, 68, 21, 3, 0, 0, 68, 74, 50, 66, 83, 83, 48, 48, /* 0x a90 */
21, 3, 0, 0, 68, 74, 67, 65, 76, 76, 84, 50, 28, 3, 0, 0, /* 0x aa0 */
67, 65, 76, 76, 84, 82, 48, 48, 29, 3, 0, 0, 67, 84, 67, 76, /* 0x ab0 */
69, 86, 69, 49, 43, 3, 0, 0, 0, 0, 0, 0, 48, 3, 0, 0, /* 0x ac0 */
67, 65, 76, 76, 84, 82, 48, 48, 5, 0, 0, 0, 67, 65, 76, 76, /* 0x ad0 */
84, 82, 48, 49, 48, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 49, /* 0x ae0 */
53, 3, 0, 0, 67, 84, 66, 83, 72, 82, 48, 49, 53, 3, 0, 0, /* 0x af0 */
67, 84, 66, 82, 79, 82, 48, 49, 57, 3, 0, 0, 67, 84, 66, 83, /* 0x b00 */
87, 65, 48, 49, 59, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 50, /* 0x b10 */
64, 3, 0, 0, 0, 0, 0, 0, 78, 3, 0, 0, 67, 65, 76, 76, /* 0x b20 */
84, 82, 48, 48, 10, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 48, /* 0x b30 */
78, 3, 0, 0, 67, 65, 76, 76, 84, 82, 69, 56, 83, 3, 0, 0, /* 0x b40 */
67, 65, 76, 76, 84, 82, 69, 57, 85, 3, 0, 0, 67, 65, 76, 76, /* 0x b50 */
84, 82, 49, 49, 87, 3, 0, 0, 0, 0, 0, 0, 91, 3, 0, 0, /* 0x b60 */
67, 65, 76, 76, 84, 82, 49, 51, 5, 0, 0, 0, 67, 84, 67, 76, /* 0x b70 */
69, 86, 69, 50, 91, 3, 0, 0, 0, 0, 0, 0, 96, 3, 0, 0, /* 0x b80 */
67, 65, 76, 76, 84, 82, 49, 49, 0, 0, 0, 0, 67, 65, 76, 76, /* 0x b90 */
84, 82, 49, 50, 96, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 50, /* 0x ba0 */
98, 3, 0, 0, 67, 84, 66, 83, 72, 82, 49, 49, 98, 3, 0, 0, /* 0x bb0 */
67, 84, 66, 82, 79, 82, 49, 49,102, 3, 0, 0, 67, 84, 66, 83, /* 0x bc0 */
87, 65, 49, 49,104, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 51, /* 0x bd0 */
109, 3, 0, 0, 0, 0, 0, 0,114, 3, 0, 0, 67, 65, 76, 76, /* 0x be0 */
84, 82, 49, 48, 5, 0, 0, 0, 67, 84, 84, 72, 69, 69, 78, 68, /* 0x bf0 */
114, 3, 0, 0, 68, 74, 82, 69, 84, 85, 82, 78,114, 3, 0, 0, /* 0x c00 */
85, 80, 88, 49, 72, 69, 65, 68,120, 3, 0, 0, 68, 74, 84, 72, /* 0x c10 */
69, 69, 78, 68,152, 3, 0, 0,255,255,255,255,152, 3 /* 0x c20 */
};

166
src/stub/l_exe.h Normal file
View File

@ -0,0 +1,166 @@
/* l_exe.h -- created from l_exe.bin, 2118 (0x846) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV_LOADER_ADLER32 0xebe238fc
#define NRV_LOADER_CRC32 0x3d10173a
unsigned char nrv_loader[2118] = {
185, 67, 88,190, 83, 73,137,247, 30,169,181,128,140,200, 5, 68, /* 0x 0 */
83,142,216, 5, 69, 83,142,192,253,243,165,252, 46,128,108, 18, /* 0x 10 */
16,115,231,146,175,173, 14, 14, 14, 6, 31, 7, 22,189, 66, 80, /* 0x 20 */
187, 66, 88, 85,203, 85, 80, 88, 33,161,216,208,213, 0, 0, 0, /* 0x 30 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, /* 0x 40 */
164, 0,255,117, 3,232, 0, 0,114,246, 65,140,192, 1,255,115, /* 0x 50 */
5,128,196, 8,142,192,209,239,232, 0, 0,227, 0,115,249, 73, /* 0x 60 */
73,116, 0, 1,201, 1,201, 1,201, 1,201,193,225, 4,137,205, /* 0x 70 */
138, 28, 70,246,211, 49,201,232, 0, 0, 17,201,117, 8, 65,232, /* 0x 80 */
0, 0,115,251, 65, 65,129,253,209, 0,131,217,254, 41,232,114, /* 0x 90 */
14,142,216,141, 1, 40,252,150,243,164,150,142,218,235, 0,209, /* 0x a0 */
224,209,224,209,224,209,224, 80, 49,192,142,216, 88,193,224, 4, /* 0x b0 */
106, 0, 31, 1,216, 1,248,235, 0, 0,255,117, 3,232, 6, 0, /* 0x c0 */
17,201, 0,255,117, 0,138, 60, 17,246,115, 5,128,198, 8,142, /* 0x d0 */
218,209,238, 70, 16,255,195,164, 0,255,117, 3,232, 0, 0,114, /* 0x e0 */
246, 65,140,192, 1,255,115, 5,128,196, 8,142,192,209,239,232, /* 0x f0 */
0, 0,114, 10, 73,232, 0, 0, 17,201,121,243,235, 0, 73, 73, /* 0x 100 */
116, 0, 1,201, 1,201, 1,201,193,225, 3,137,205,138, 28, 70, /* 0x 110 */
246,211, 49,201,208,235,235, 3,232, 0, 0, 17,201,232, 0, 0, /* 0x 120 */
17,201,117, 8, 65,232, 0, 0,115,251, 65, 65,131,253, 81,131, /* 0x 130 */
217,254, 41,232,114, 14,142,216,141, 1, 40,252,150,243,164,150, /* 0x 140 */
142,218,235, 0,209,224,209,224,209,224,209,224, 80, 49,192,142, /* 0x 150 */
216, 88,193,224, 4,106, 0, 31, 1,216, 1,248,235, 0, 0,255, /* 0x 160 */
117, 3,232, 6, 0, 17,201, 0,255,117, 0,138, 60, 17,246,115, /* 0x 170 */
5,128,198, 8,142,218,209,238, 70, 16,255,195,164, 0,255,117, /* 0x 180 */
3,232, 0, 0,114,246, 65,140,192, 1,255,115, 5,128,196, 8, /* 0x 190 */
142,192,209,239,232, 0, 0,114, 10, 73,232, 0, 0, 17,201,121, /* 0x 1a0 */
243,235, 0, 73, 73,116, 0, 1,201, 1,201, 1,201,193,225, 3, /* 0x 1b0 */
137,205,138, 28, 70,246,211, 49,201,208,235,115, 12,232, 0, 0, /* 0x 1c0 */
17,201,235, 18,232, 0, 0,114,244, 65,232, 0, 0,114,238,232, /* 0x 1d0 */
0, 0,115,251, 65, 65,131,253, 81,131,217,253, 41,232,114, 14, /* 0x 1e0 */
142,216,141, 1, 40,252,150,243,164,150,142,218,235, 0,209,224, /* 0x 1f0 */
209,224,209,224,209,224, 80, 49,192,142,216, 88,193,224, 4,106, /* 0x 200 */
0, 31, 1,216, 1,248,235, 0, 0,255,117, 3,232, 6, 0, 17, /* 0x 210 */
201, 0,255,117, 0,138, 60, 17,246,115, 5,128,198, 8,142,218, /* 0x 220 */
209,238, 70, 16,255,195, 93,140,192,128,236, 6,142,216, 6, 31, /* 0x 230 */
141,181, 82, 83,173, 91,145,173,146,173,151,173, 1,195,142,195, /* 0x 240 */
49,192, 1,199, 38, 1, 45,172, 72,116, 0, 64,117,244, 71, 71, /* 0x 250 */
38,128, 61,154,117,249, 38, 57, 85, 3,119,243,176, 3,235, 0, /* 0x 260 */
129,199,254, 0,114, 0,226, 0, 7, 6, 31,141,134, 83, 83,142, /* 0x 270 */
208,188, 83, 80,234, 73, 80, 67, 83,129,197, 67, 83, 85,184, 73, /* 0x 280 */
80, 80,203, 0, 69, 88, 69, 69, 78, 84, 82, 89, 0, 0, 0, 0, /* 0x 290 */
69, 88, 69, 82, 69, 76, 80, 85, 38, 0, 0, 0, 69, 88, 69, 77, /* 0x 2a0 */
65, 73, 78, 52, 39, 0, 0, 0, 85, 80, 88, 49, 72, 69, 65, 68, /* 0x 2b0 */
53, 0, 0, 0, 69, 88, 69, 67, 85, 84, 80, 79, 80, 0, 0, 0, /* 0x 2c0 */
78, 82, 86, 50, 66, 49, 54, 83, 80, 0, 0, 0, 0, 0, 0, 0, /* 0x 2d0 */
88, 0, 0, 0, 78, 82, 86, 50, 66, 69, 88, 51, 19, 0, 0, 0, /* 0x 2e0 */
78, 50, 66, 54, 52, 75, 48, 49, 93, 0, 0, 0, 78, 82, 86, 50, /* 0x 2f0 */
66, 69, 88, 49,104, 0, 0, 0, 0, 0, 0, 0,107, 0, 0, 0, /* 0x 300 */
78, 82, 86, 50, 66, 69, 88, 51, 6, 0, 0, 0, 0, 0, 0, 0, /* 0x 310 */
109, 0, 0, 0, 78, 82, 86, 50, 66, 69, 88, 57, 4, 0, 0, 0, /* 0x 320 */
0, 0, 0, 0,115, 0, 0, 0, 78, 82, 86, 50, 66, 69, 88, 50, /* 0x 330 */
9, 0, 0, 0, 78, 50, 66, 88, 56, 54, 48, 49,115, 0, 0, 0, /* 0x 340 */
78, 50, 66, 50, 56, 54, 48, 49,123, 0, 0, 0, 78, 82, 86, 50, /* 0x 350 */
66, 69, 88, 50,126, 0, 0, 0, 0, 0, 0, 0,138, 0, 0, 0, /* 0x 360 */
78, 82, 86, 50, 66, 69, 88, 51, 6, 0, 0, 0, 0, 0, 0, 0, /* 0x 370 */
146, 0, 0, 0, 78, 82, 86, 50, 66, 69, 88, 51, 6, 0, 0, 0, /* 0x 380 */
0, 0, 0, 0,175, 0, 0, 0, 78, 82, 86, 50, 66, 49, 54, 83, /* 0x 390 */
1, 0, 0, 0, 78, 50, 66, 88, 56, 54, 48, 50,175, 0, 0, 0, /* 0x 3a0 */
78, 50, 66, 50, 56, 54, 48, 50,189, 0, 0, 0, 78, 82, 86, 50, /* 0x 3b0 */
66, 69, 88, 51,195, 0, 0, 0, 0, 0, 0, 0,201, 0, 0, 0, /* 0x 3c0 */
78, 82, 86, 50, 66, 69, 88, 50, 39, 0, 0, 0, 0, 0, 0, 0, /* 0x 3d0 */
214, 0, 0, 0, 78, 82, 86, 50, 66, 69, 88, 57, 3, 0, 0, 0, /* 0x 3e0 */
78, 50, 66, 54, 52, 75, 48, 50,216, 0, 0, 0, 78, 82, 86, 50, /* 0x 3f0 */
66, 69, 88, 57,227, 0, 0, 0, 78, 82, 86, 50, 66, 49, 54, 69, /* 0x 400 */
231, 0, 0, 0, 78, 82, 86, 50, 68, 49, 54, 83,231, 0, 0, 0, /* 0x 410 */
0, 0, 0, 0,239, 0, 0, 0, 78, 82, 86, 50, 68, 69, 88, 51, /* 0x 420 */
19, 0, 0, 0, 78, 50, 68, 54, 52, 75, 48, 49,244, 0, 0, 0, /* 0x 430 */
78, 82, 86, 50, 68, 69, 88, 49,255, 0, 0, 0, 0, 0, 0, 0, /* 0x 440 */
2, 1, 0, 0, 78, 82, 86, 50, 68, 69, 88, 51, 6, 0, 0, 0, /* 0x 450 */
0, 0, 0, 0, 8, 1, 0, 0, 78, 82, 86, 50, 68, 69, 88, 51, /* 0x 460 */
15, 0, 0, 0, 0, 0, 0, 0, 14, 1, 0, 0, 78, 82, 86, 50, /* 0x 470 */
68, 69, 88, 57, 4, 0, 0, 0, 0, 0, 0, 0, 18, 1, 0, 0, /* 0x 480 */
78, 82, 86, 50, 68, 69, 88, 50, 13, 0, 0, 0, 78, 50, 68, 88, /* 0x 490 */
56, 54, 48, 49, 18, 1, 0, 0, 78, 50, 68, 50, 56, 54, 48, 49, /* 0x 4a0 */
24, 1, 0, 0, 78, 82, 86, 50, 68, 69, 88, 50, 27, 1, 0, 0, /* 0x 4b0 */
0, 0, 0, 0, 43, 1, 0, 0, 78, 82, 86, 50, 68, 69, 88, 51, /* 0x 4c0 */
15, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 78, 82, 86, 50, /* 0x 4d0 */
68, 69, 88, 51, 15, 0, 0, 0, 0, 0, 0, 0, 56, 1, 0, 0, /* 0x 4e0 */
78, 82, 86, 50, 68, 69, 88, 51, 6, 0, 0, 0, 0, 0, 0, 0, /* 0x 4f0 */
84, 1, 0, 0, 78, 82, 86, 50, 68, 49, 54, 83, 1, 0, 0, 0, /* 0x 500 */
78, 50, 68, 88, 56, 54, 48, 50, 84, 1, 0, 0, 78, 50, 68, 50, /* 0x 510 */
56, 54, 48, 50, 98, 1, 0, 0, 78, 82, 86, 50, 68, 69, 88, 51, /* 0x 520 */
104, 1, 0, 0, 0, 0, 0, 0,110, 1, 0, 0, 78, 82, 86, 50, /* 0x 530 */
68, 69, 88, 50, 47, 0, 0, 0, 0, 0, 0, 0,123, 1, 0, 0, /* 0x 540 */
78, 82, 86, 50, 68, 69, 88, 57, 3, 0, 0, 0, 78, 50, 68, 54, /* 0x 550 */
52, 75, 48, 50,125, 1, 0, 0, 78, 82, 86, 50, 68, 69, 88, 57, /* 0x 560 */
136, 1, 0, 0, 78, 82, 86, 50, 68, 49, 54, 69,140, 1, 0, 0, /* 0x 570 */
78, 82, 86, 50, 69, 49, 54, 83,140, 1, 0, 0, 0, 0, 0, 0, /* 0x 580 */
148, 1, 0, 0, 78, 82, 86, 50, 69, 69, 88, 51, 19, 0, 0, 0, /* 0x 590 */
78, 50, 69, 54, 52, 75, 48, 49,153, 1, 0, 0, 78, 82, 86, 50, /* 0x 5a0 */
69, 69, 88, 49,164, 1, 0, 0, 0, 0, 0, 0,167, 1, 0, 0, /* 0x 5b0 */
78, 82, 86, 50, 69, 69, 88, 51, 6, 0, 0, 0, 0, 0, 0, 0, /* 0x 5c0 */
173, 1, 0, 0, 78, 82, 86, 50, 69, 69, 88, 51, 15, 0, 0, 0, /* 0x 5d0 */
0, 0, 0, 0,179, 1, 0, 0, 78, 82, 86, 50, 69, 69, 88, 57, /* 0x 5e0 */
4, 0, 0, 0, 0, 0, 0, 0,183, 1, 0, 0, 78, 82, 86, 50, /* 0x 5f0 */
69, 69, 88, 50, 20, 0, 0, 0, 78, 50, 69, 88, 56, 54, 48, 49, /* 0x 600 */
183, 1, 0, 0, 78, 50, 69, 50, 56, 54, 48, 49,189, 1, 0, 0, /* 0x 610 */
78, 82, 86, 50, 69, 69, 88, 50,192, 1, 0, 0, 0, 0, 0, 0, /* 0x 620 */
208, 1, 0, 0, 78, 82, 86, 50, 69, 69, 88, 51, 15, 0, 0, 0, /* 0x 630 */
0, 0, 0, 0,215, 1, 0, 0, 78, 82, 86, 50, 69, 69, 88, 51, /* 0x 640 */
15, 0, 0, 0, 0, 0, 0, 0,221, 1, 0, 0, 78, 82, 86, 50, /* 0x 650 */
69, 69, 88, 51, 15, 0, 0, 0, 0, 0, 0, 0,226, 1, 0, 0, /* 0x 660 */
78, 82, 86, 50, 69, 69, 88, 51, 6, 0, 0, 0, 0, 0, 0, 0, /* 0x 670 */
254, 1, 0, 0, 78, 82, 86, 50, 69, 49, 54, 83, 1, 0, 0, 0, /* 0x 680 */
78, 50, 69, 88, 56, 54, 48, 50,254, 1, 0, 0, 78, 50, 69, 50, /* 0x 690 */
56, 54, 48, 50, 12, 2, 0, 0, 78, 82, 86, 50, 69, 69, 88, 51, /* 0x 6a0 */
18, 2, 0, 0, 0, 0, 0, 0, 24, 2, 0, 0, 78, 82, 86, 50, /* 0x 6b0 */
69, 69, 88, 50, 52, 0, 0, 0, 0, 0, 0, 0, 37, 2, 0, 0, /* 0x 6c0 */
78, 82, 86, 50, 69, 69, 88, 57, 3, 0, 0, 0, 78, 50, 69, 54, /* 0x 6d0 */
52, 75, 48, 50, 39, 2, 0, 0, 78, 82, 86, 50, 69, 69, 88, 57, /* 0x 6e0 */
50, 2, 0, 0, 78, 82, 86, 50, 69, 49, 54, 69, 54, 2, 0, 0, /* 0x 6f0 */
69, 88, 69, 77, 65, 73, 78, 53, 54, 2, 0, 0, 69, 88, 69, 82, /* 0x 700 */
69, 76, 79, 67, 55, 2, 0, 0, 69, 88, 69, 65, 68, 74, 85, 83, /* 0x 710 */
55, 2, 0, 0, 69, 88, 69, 78, 79, 65, 68, 74, 62, 2, 0, 0, /* 0x 720 */
69, 88, 69, 82, 69, 76, 79, 49, 64, 2, 0, 0, 0, 0, 0, 0, /* 0x 730 */
91, 2, 0, 0, 69, 88, 69, 82, 69, 76, 79, 50, 0, 0, 0, 0, /* 0x 740 */
69, 88, 69, 82, 69, 76, 57, 65, 94, 2, 0, 0, 0, 0, 0, 0, /* 0x 750 */
112, 2, 0, 0, 69, 88, 69, 82, 69, 76, 79, 49, 18, 0, 0, 0, /* 0x 760 */
69, 88, 69, 82, 69, 76, 79, 50,112, 2, 0, 0, 69, 88, 69, 82, /* 0x 770 */
69, 66, 73, 71,116, 2, 0, 0, 0, 0, 0, 0,118, 2, 0, 0, /* 0x 780 */
69, 88, 69, 82, 69, 76, 79, 49, 9, 0, 0, 0, 69, 88, 69, 82, /* 0x 790 */
69, 76, 79, 51,118, 2, 0, 0, 0, 0, 0, 0,120, 2, 0, 0, /* 0x 7a0 */
69, 88, 69, 82, 69, 76, 79, 49, 23, 0, 0, 0, 69, 88, 69, 77, /* 0x 7b0 */
65, 73, 78, 56,120, 2, 0, 0, 69, 88, 69, 83, 84, 65, 67, 75, /* 0x 7c0 */
123, 2, 0, 0, 69, 88, 69, 68, 85, 77, 77, 83,129, 2, 0, 0, /* 0x 7d0 */
69, 88, 69, 83, 84, 65, 83, 80,129, 2, 0, 0, 69, 88, 69, 68, /* 0x 7e0 */
85, 77, 77, 80,132, 2, 0, 0, 69, 88, 69, 74, 85, 77, 80, 70, /* 0x 7f0 */
132, 2, 0, 0, 69, 88, 69, 82, 69, 84, 85, 82,137, 2, 0, 0, /* 0x 800 */
69, 88, 69, 82, 67, 83, 80, 79,137, 2, 0, 0, 69, 88, 69, 82, /* 0x 810 */
69, 84, 73, 80,141, 2, 0, 0, 69, 88, 69, 68, 85, 77, 77, 90, /* 0x 820 */
147, 2, 0, 0, 69, 88, 69, 84, 72, 69, 78, 68,147, 2, 0, 0, /* 0x 830 */
255,255,255,255,147, 2 /* 0x 840 */
};

348
src/stub/l_lx_elf86.h Normal file
View File

@ -0,0 +1,348 @@
/* l_lx_elf86.h -- created from l_lx_elf86.bin, 5030 (0x13a6) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define LINUX_I386ELF_LOADER_ADLER32 0x24b5b666
#define LINUX_I386ELF_LOADER_CRC32 0x3db5af12
unsigned char linux_i386elf_loader[5030] = {
232, 0, 0, 0, 0, 96,106, 63,139,116, 36, 40,139,124, 36, 48, /* 0x 0 */
131,205,255,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219, /* 0x 10 */
117, 7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64,138, 7, /* 0x 20 */
114, 0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, /* 0x 30 */
17,219, 17,192, 1,219,117, 7,139, 30,131,238,252, 17,219,115, /* 0x 40 */
0, 1,219,115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, /* 0x 50 */
49,201,131,232, 3,114, 13,193,224, 8,138, 6, 70,131,240,255, /* 0x 60 */
116, 0,137,197, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 70 */
201, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201,117, 0, /* 0x 80 */
65, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219, /* 0x 90 */
117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, 0,117, /* 0x a0 */
9,139, 30,131,238,252, 17,219,115, 0, 65, 65,131,193, 2,129, /* 0x b0 */
253, 0,243,255,255,131,209, 1, 86,141, 52, 47,243,164, 94,233, /* 0x c0 */
0, 0, 0, 0,141, 20, 47,131,253,252,138, 4, 15,118, 0,138, /* 0x d0 */
2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, 2,131, /* 0x e0 */
194, 4,137, 7,131,199, 4,131,233, 4,119,241, 1,207,233, 0, /* 0x f0 */
0, 0, 0,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219, /* 0x 100 */
117, 7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64,138, 7, /* 0x 110 */
114, 0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, /* 0x 120 */
17,219, 17,192, 1,219,117, 7,139, 30,131,238,252, 17,219,114, /* 0x 130 */
0, 1,219,115, 11,117, 0,139, 30,131,238,252, 17,219,114, 0, /* 0x 140 */
72, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,192,235, 0, /* 0x 150 */
49,201,131,232, 3,114, 17,193,224, 8,138, 6, 70,131,240,255, /* 0x 160 */
116, 0,209,248,137,197,235, 11, 1,219,117, 7,139, 30,131,238, /* 0x 170 */
252, 17,219, 17,201, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 180 */
17,201,117, 0, 65, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 190 */
17,201, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1, /* 0x 1a0 */
219,115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 65, 65, /* 0x 1b0 */
131,193, 2,129,253, 0,251,255,255,131,209, 1, 86,141, 52, 47, /* 0x 1c0 */
243,164, 94,233, 0, 0, 0, 0,141, 20, 47,131,253,252,138, 4, /* 0x 1d0 */
15,118, 0,138, 2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, /* 0x 1e0 */
0,139, 2,131,194, 4,137, 7,131,199, 4,131,233, 4,119,241, /* 0x 1f0 */
1,207,233, 0, 0, 0, 0,235, 0,164,235, 0,138, 6, 70,136, /* 0x 200 */
7, 71, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, 49, /* 0x 210 */
192, 64,138, 7,114, 0,184, 1, 0, 0, 0, 1,219,117, 7,139, /* 0x 220 */
30,131,238,252, 17,219, 17,192, 1,219,117, 7,139, 30,131,238, /* 0x 230 */
252, 17,219,114, 0, 1,219,115, 11,117, 0,139, 30,131,238,252, /* 0x 240 */
17,219,114, 0, 72, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 250 */
17,192,235, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 260 */
201,235, 0, 49,201,131,232, 3,114, 17,193,224, 8,138, 6, 70, /* 0x 270 */
131,240,255,116, 0,209,248,137,197,235, 11, 1,219,117, 7,139, /* 0x 280 */
30,131,238,252, 17,219,114,204, 65, 1,219,117, 7,139, 30,131, /* 0x 290 */
238,252, 17,219,114,190, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 2a0 */
219, 17,201, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, /* 0x 2b0 */
1,219,115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 65, /* 0x 2c0 */
65,131,193, 2,129,253, 0,251,255,255,131,209, 2, 86,141, 52, /* 0x 2d0 */
47,243,164, 94,233, 0, 0, 0, 0,141, 20, 47,131,253,252,138, /* 0x 2e0 */
4, 15,118, 0,138, 2, 66,136, 7, 71, 73,117,247,233, 0, 0, /* 0x 2f0 */
0, 0,139, 2,131,194, 4,137, 7,131,199, 4,131,233, 4,119, /* 0x 300 */
241, 1,207,233, 0, 0, 0, 0,185, 84, 69, 88, 76,138, 7, 71, /* 0x 310 */
44,232, 60, 1,119,247,128, 63, 63,117, 0,139, 7,138, 95, 4, /* 0x 320 */
102,193,232, 8,134,196,193,192, 16,134,196, 41,248,128,235,232, /* 0x 330 */
137, 7,131,199, 5,136,216,226, 0,185, 84, 69, 88, 76,176,232, /* 0x 340 */
176,233,242,174,117, 0,128, 63, 63,117, 0,139, 7,102,193,232, /* 0x 350 */
8,134,196,193,192, 16,134,196, 41,248,171,235, 0,139, 84, 36, /* 0x 360 */
40, 3, 84, 36, 44, 57,214,116, 1, 72, 43,124, 36, 48,139, 84, /* 0x 370 */
36, 52,137, 58, 90,137, 68, 36, 28, 97,195,235, 0, 90, 88, 89, /* 0x 380 */
151, 96, 49,219,187, 78, 77, 82, 85,106, 15, 88,138,100, 36, 32, /* 0x 390 */
106, 15, 91,138,124, 36, 32,138, 84, 36, 32,233, 0, 0, 0, 0, /* 0x 3a0 */
15,183, 47, 43,110, 12, 41,221,117, 0,131,237, 1,115, 0,136, /* 0x 3b0 */
95,255, 73,136, 7, 71,139, 7,156,102,193,232, 8,193,192, 16, /* 0x 3c0 */
134,196,157,115, 0,176, 0, 15,200,115, 0,209,232,115, 0,254, /* 0x 3d0 */
203, 75, 35, 30,125, 2, 3, 30,137, 4,156,235, 0,141, 20, 24, /* 0x 3e0 */
15,182,210, 35, 22, 59, 22,114, 2, 43, 22,139, 4,148,254,203, /* 0x 3f0 */
75, 35, 30,125, 2, 3, 30,139, 44,156,133,237,117, 0, 80,139, /* 0x 400 */
70, 4,254,200, 72, 35, 6,125, 2, 3, 6, 49,237,137, 70, 4, /* 0x 410 */
135,108,132, 4, 88,137, 44,148,137, 4,156, 41,248,131,233, 4, /* 0x 420 */
3, 70, 16, 1,240,137, 7,131,199, 4,235, 0,235, 0, 80,176, /* 0x 430 */
233,176,232, 80,106, 0, 83,137,230, 94,137,218,178,233,178,232, /* 0x 440 */
67,106, 0,254,203, 75,117, 0, 15,183, 7,131,199, 1, 60,128, /* 0x 450 */
114, 4, 60,143,118, 0, 41,208, 43, 70, 8,131,232, 2,116, 0, /* 0x 460 */
131,232, 1,114, 0,115, 0,122, 0,123, 0,248,235, 0,131,233, /* 0x 470 */
1,127, 0,137,231,185, 4, 1, 0, 0,139, 14,131,193, 5,139, /* 0x 480 */
14,131,193, 4, 49,192,243,171,137,252, 86, 97,151, 81, 80, 82, /* 0x 490 */
195,137,254,235, 0,138, 7,131,199, 1, 60,128,114, 10, 60,143, /* 0x 4a0 */
119, 6,128,127,254, 15,116, 0, 44,232, 60, 1,119, 0, 56, 23, /* 0x 4b0 */
117, 0,139, 7,102,193,232, 8,193,192, 16,134,196, 41,248, 1, /* 0x 4c0 */
240,137, 7,131,199, 4,131,233, 4,138, 7,131,199, 1,226, 0, /* 0x 4d0 */
131,233, 1,127, 0, 97,195, 94,252,173, 80, 84,184, 0, 0, 0, /* 0x 4e0 */
1, 80, 49,201, 81, 81,181, 16,106, 50,106, 7, 81, 80,137,227, /* 0x 4f0 */
106, 90, 88,205,128,147,183, 16,131,196, 24,173, 80,173, 86,255, /* 0x 500 */
213, 88, 88,195, 93,232,205,255,255,255, 0, 0, 76, 69, 88, 69, /* 0x 510 */
67, 48, 48, 48, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, /* 0x 520 */
76, 69, 88, 69, 67, 48, 50, 48, 45, 0, 0, 0, 76, 69, 88, 69, /* 0x 530 */
67, 48, 48, 57, 5, 0, 0, 0, 76, 69, 88, 69, 67, 48, 49, 48, /* 0x 540 */
5, 0, 0, 0, 78, 50, 66, 83, 77, 65, 49, 48, 19, 0, 0, 0, /* 0x 550 */
0, 0, 0, 0, 21, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 560 */
4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 48, 22, 0, 0, 0, /* 0x 570 */
0, 0, 0, 0, 24, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 580 */
4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 49, 24, 0, 0, 0, /* 0x 590 */
78, 50, 66, 68, 69, 67, 49, 48, 30, 0, 0, 0, 78, 50, 66, 83, /* 0x 5a0 */
77, 65, 50, 48, 41, 0, 0, 0, 0, 0, 0, 0, 43, 0, 0, 0, /* 0x 5b0 */
78, 50, 66, 83, 77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 66, 70, /* 0x 5c0 */
65, 83, 50, 48, 46, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, /* 0x 5d0 */
78, 50, 66, 70, 65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 66, 68, /* 0x 5e0 */
69, 67, 50, 48, 55, 0, 0, 0, 78, 50, 66, 83, 77, 65, 51, 48, /* 0x 5f0 */
68, 0, 0, 0, 0, 0, 0, 0, 81, 0, 0, 0, 78, 50, 66, 68, /* 0x 600 */
69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 51, 48, /* 0x 610 */
81, 0, 0, 0, 0, 0, 0, 0, 85, 0, 0, 0, 78, 50, 66, 68, /* 0x 620 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 0, /* 0x 630 */
78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 68, /* 0x 640 */
69, 67, 51, 48, 96, 0, 0, 0, 0, 0, 0, 0,114, 0, 0, 0, /* 0x 650 */
78, 50, 66, 68, 69, 67, 54, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 660 */
144, 0, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48, 0, 0, 0, 0, /* 0x 670 */
78, 50, 66, 83, 77, 65, 52, 48,158, 0, 0, 0, 0, 0, 0, 0, /* 0x 680 */
171, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, /* 0x 690 */
78, 50, 66, 70, 65, 83, 52, 48,171, 0, 0, 0, 0, 0, 0, 0, /* 0x 6a0 */
175, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, /* 0x 6b0 */
0, 0, 0, 0,186, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, /* 0x 6c0 */
49, 0, 0, 0, 78, 50, 66, 68, 85, 77, 77, 49,186, 0, 0, 0, /* 0x 6d0 */
78, 50, 66, 83, 77, 65, 53, 48,186, 0, 0, 0, 78, 50, 66, 70, /* 0x 6e0 */
65, 83, 53, 48,188, 0, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48, /* 0x 6f0 */
191, 0, 0, 0, 78, 50, 66, 83, 77, 65, 54, 48,200, 0, 0, 0, /* 0x 700 */
0, 0, 0, 0,212, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 710 */
0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 48,212, 0, 0, 0, /* 0x 720 */
0, 0, 0, 0,223, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 49, /* 0x 730 */
0, 0, 0, 0, 0, 0, 0, 0,237, 0, 0, 0, 78, 50, 66, 68, /* 0x 740 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 49, /* 0x 750 */
237, 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 0, 78, 50, 66, 68, /* 0x 760 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 68, 69, 67, 54, 48, /* 0x 770 */
3, 1, 0, 0, 78, 82, 86, 50, 66, 69, 78, 68, 3, 1, 0, 0, /* 0x 780 */
78, 50, 68, 83, 77, 65, 49, 48, 3, 1, 0, 0, 0, 0, 0, 0, /* 0x 790 */
5, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 7a0 */
78, 50, 68, 70, 65, 83, 49, 48, 6, 1, 0, 0, 0, 0, 0, 0, /* 0x 7b0 */
8, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 7c0 */
78, 50, 68, 70, 65, 83, 49, 49, 8, 1, 0, 0, 78, 50, 68, 68, /* 0x 7d0 */
69, 67, 49, 48, 14, 1, 0, 0, 78, 50, 68, 83, 77, 65, 50, 48, /* 0x 7e0 */
25, 1, 0, 0, 0, 0, 0, 0, 27, 1, 0, 0, 78, 50, 68, 83, /* 0x 7f0 */
77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 68, 70, 65, 83, 50, 48, /* 0x 800 */
30, 1, 0, 0, 0, 0, 0, 0, 34, 1, 0, 0, 78, 50, 68, 70, /* 0x 810 */
65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 68, 68, 69, 67, 50, 48, /* 0x 820 */
39, 1, 0, 0, 78, 50, 68, 83, 77, 65, 51, 48, 52, 1, 0, 0, /* 0x 830 */
0, 0, 0, 0, 65, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 840 */
16, 0, 0, 0, 78, 50, 68, 70, 65, 83, 51, 48, 65, 1, 0, 0, /* 0x 850 */
0, 0, 0, 0, 71, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 860 */
16, 0, 0, 0, 0, 0, 0, 0, 80, 1, 0, 0, 78, 50, 68, 68, /* 0x 870 */
69, 67, 51, 48, 16, 0, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 880 */
80, 1, 0, 0, 0, 0, 0, 0, 96, 1, 0, 0, 78, 50, 68, 68, /* 0x 890 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0,114, 1, 0, 0, /* 0x 8a0 */
78, 50, 68, 68, 69, 67, 54, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 8b0 */
148, 1, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48, 0, 0, 0, 0, /* 0x 8c0 */
78, 50, 68, 83, 77, 65, 52, 48,162, 1, 0, 0, 0, 0, 0, 0, /* 0x 8d0 */
175, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, /* 0x 8e0 */
78, 50, 68, 70, 65, 83, 52, 48,175, 1, 0, 0, 0, 0, 0, 0, /* 0x 8f0 */
179, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, /* 0x 900 */
0, 0, 0, 0,190, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 910 */
69, 0, 0, 0, 78, 50, 68, 68, 85, 77, 77, 49,190, 1, 0, 0, /* 0x 920 */
78, 50, 68, 83, 77, 65, 53, 48,190, 1, 0, 0, 78, 50, 68, 70, /* 0x 930 */
65, 83, 53, 48,192, 1, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48, /* 0x 940 */
195, 1, 0, 0, 78, 50, 68, 83, 77, 65, 54, 48,204, 1, 0, 0, /* 0x 950 */
0, 0, 0, 0,216, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 960 */
0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 48,216, 1, 0, 0, /* 0x 970 */
0, 0, 0, 0,227, 1, 0, 0, 78, 50, 68, 70, 65, 83, 54, 49, /* 0x 980 */
0, 0, 0, 0, 0, 0, 0, 0,241, 1, 0, 0, 78, 50, 68, 68, /* 0x 990 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 49, /* 0x 9a0 */
241, 1, 0, 0, 0, 0, 0, 0, 7, 2, 0, 0, 78, 50, 68, 68, /* 0x 9b0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 68, 69, 67, 54, 48, /* 0x 9c0 */
7, 2, 0, 0, 78, 82, 86, 50, 68, 69, 78, 68, 7, 2, 0, 0, /* 0x 9d0 */
78, 50, 69, 83, 77, 65, 49, 48, 7, 2, 0, 0, 0, 0, 0, 0, /* 0x 9e0 */
9, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 9f0 */
78, 50, 69, 70, 65, 83, 49, 48, 10, 2, 0, 0, 0, 0, 0, 0, /* 0x a00 */
12, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x a10 */
78, 50, 69, 70, 65, 83, 49, 49, 12, 2, 0, 0, 78, 50, 69, 68, /* 0x a20 */
69, 67, 49, 48, 18, 2, 0, 0, 78, 50, 69, 83, 77, 65, 50, 48, /* 0x a30 */
29, 2, 0, 0, 0, 0, 0, 0, 31, 2, 0, 0, 78, 50, 69, 83, /* 0x a40 */
77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 69, 70, 65, 83, 50, 48, /* 0x a50 */
34, 2, 0, 0, 0, 0, 0, 0, 38, 2, 0, 0, 78, 50, 69, 70, /* 0x a60 */
65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 69, 68, 69, 67, 50, 48, /* 0x a70 */
43, 2, 0, 0, 78, 50, 69, 83, 77, 65, 51, 48, 56, 2, 0, 0, /* 0x a80 */
0, 0, 0, 0, 69, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x a90 */
31, 0, 0, 0, 78, 50, 69, 70, 65, 83, 51, 48, 69, 2, 0, 0, /* 0x aa0 */
0, 0, 0, 0, 75, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x ab0 */
31, 0, 0, 0, 0, 0, 0, 0, 84, 2, 0, 0, 78, 50, 69, 68, /* 0x ac0 */
69, 67, 51, 48, 31, 0, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x ad0 */
84, 2, 0, 0, 0, 0, 0, 0,100, 2, 0, 0, 78, 50, 69, 68, /* 0x ae0 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0,115, 2, 0, 0, /* 0x af0 */
78, 50, 69, 68, 69, 67, 53, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x b00 */
133, 2, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, 0, 0, 0, 0, /* 0x b10 */
78, 50, 69, 83, 77, 65, 52, 48,179, 2, 0, 0, 0, 0, 0, 0, /* 0x b20 */
192, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, /* 0x b30 */
78, 50, 69, 70, 65, 83, 52, 48,192, 2, 0, 0, 0, 0, 0, 0, /* 0x b40 */
196, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, /* 0x b50 */
0, 0, 0, 0,207, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x b60 */
82, 0, 0, 0, 78, 50, 69, 68, 85, 77, 77, 49,207, 2, 0, 0, /* 0x b70 */
78, 50, 69, 83, 77, 65, 53, 48,207, 2, 0, 0, 78, 50, 69, 70, /* 0x b80 */
65, 83, 53, 48,209, 2, 0, 0, 78, 50, 69, 68, 69, 67, 53, 48, /* 0x b90 */
212, 2, 0, 0, 78, 50, 69, 83, 77, 65, 54, 48,221, 2, 0, 0, /* 0x ba0 */
0, 0, 0, 0,233, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x bb0 */
0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 48,233, 2, 0, 0, /* 0x bc0 */
0, 0, 0, 0,244, 2, 0, 0, 78, 50, 69, 70, 65, 83, 54, 49, /* 0x bd0 */
0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 0, 0, 78, 50, 69, 68, /* 0x be0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 49, /* 0x bf0 */
2, 3, 0, 0, 0, 0, 0, 0, 24, 3, 0, 0, 78, 50, 69, 68, /* 0x c00 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, /* 0x c10 */
24, 3, 0, 0, 78, 82, 86, 50, 69, 69, 78, 68, 24, 3, 0, 0, /* 0x c20 */
67, 65, 76, 76, 84, 82, 48, 48, 24, 3, 0, 0, 67, 84, 67, 76, /* 0x c30 */
69, 86, 69, 49, 38, 3, 0, 0, 0, 0, 0, 0, 43, 3, 0, 0, /* 0x c40 */
67, 65, 76, 76, 84, 82, 48, 48, 5, 0, 0, 0, 67, 65, 76, 76, /* 0x c50 */
84, 82, 48, 49, 43, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 49, /* 0x c60 */
48, 3, 0, 0, 67, 84, 66, 83, 72, 82, 48, 49, 48, 3, 0, 0, /* 0x c70 */
67, 84, 66, 82, 79, 82, 48, 49, 52, 3, 0, 0, 67, 84, 66, 83, /* 0x c80 */
87, 65, 48, 49, 54, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 50, /* 0x c90 */
59, 3, 0, 0, 0, 0, 0, 0, 73, 3, 0, 0, 67, 65, 76, 76, /* 0x ca0 */
84, 82, 48, 48, 10, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 48, /* 0x cb0 */
73, 3, 0, 0, 67, 65, 76, 76, 84, 82, 69, 56, 78, 3, 0, 0, /* 0x cc0 */
67, 65, 76, 76, 84, 82, 69, 57, 80, 3, 0, 0, 67, 65, 76, 76, /* 0x cd0 */
84, 82, 49, 49, 82, 3, 0, 0, 0, 0, 0, 0, 86, 3, 0, 0, /* 0x ce0 */
67, 65, 76, 76, 84, 82, 49, 51, 5, 0, 0, 0, 67, 84, 67, 76, /* 0x cf0 */
69, 86, 69, 50, 86, 3, 0, 0, 0, 0, 0, 0, 91, 3, 0, 0, /* 0x d00 */
67, 65, 76, 76, 84, 82, 49, 49, 0, 0, 0, 0, 67, 65, 76, 76, /* 0x d10 */
84, 82, 49, 50, 91, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 50, /* 0x d20 */
93, 3, 0, 0, 67, 84, 66, 83, 72, 82, 49, 49, 93, 3, 0, 0, /* 0x d30 */
67, 84, 66, 82, 79, 82, 49, 49, 97, 3, 0, 0, 67, 84, 66, 83, /* 0x d40 */
87, 65, 49, 49, 99, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 51, /* 0x d50 */
104, 3, 0, 0, 0, 0, 0, 0,109, 3, 0, 0, 67, 65, 76, 76, /* 0x d60 */
84, 82, 49, 48, 5, 0, 0, 0, 67, 84, 84, 72, 69, 69, 78, 68, /* 0x d70 */
109, 3, 0, 0, 76, 69, 88, 69, 67, 48, 49, 53,109, 3, 0, 0, /* 0x d80 */
76, 88, 85, 78, 70, 48, 48, 48,139, 3, 0, 0, 0, 0, 0, 0, /* 0x d90 */
141, 3, 0, 0, 76, 88, 85, 78, 70, 48, 49, 48, 5, 0, 0, 0, /* 0x da0 */
76, 88, 85, 78, 70, 48, 48, 50,141, 3, 0, 0, 77, 82, 85, 66, /* 0x db0 */
89, 84, 69, 48,146, 3, 0, 0, 76, 88, 77, 82, 85, 48, 48, 53, /* 0x dc0 */
148, 3, 0, 0, 76, 88, 77, 82, 85, 48, 48, 54,153, 3, 0, 0, /* 0x dd0 */
76, 88, 77, 82, 85, 48, 48, 55,160, 3, 0, 0, 76, 88, 85, 78, /* 0x de0 */
70, 48, 48, 56,167, 3, 0, 0, 76, 88, 85, 78, 70, 48, 49, 48, /* 0x df0 */
171, 3, 0, 0, 0, 0, 0, 0,176, 3, 0, 0, 76, 88, 85, 78, /* 0x e00 */
70, 48, 52, 50, 0, 0, 0, 0, 76, 88, 74, 67, 67, 48, 49, 48, /* 0x e10 */
176, 3, 0, 0, 76, 88, 77, 82, 85, 48, 52, 53,179, 3, 0, 0, /* 0x e20 */
76, 88, 77, 82, 85, 48, 52, 54,182, 3, 0, 0, 76, 88, 74, 67, /* 0x e30 */
67, 48, 50, 48,184, 3, 0, 0, 0, 0, 0, 0,186, 3, 0, 0, /* 0x e40 */
76, 88, 85, 78, 70, 48, 51, 52, 0, 0, 0, 0, 76, 88, 74, 67, /* 0x e50 */
67, 48, 50, 49,186, 3, 0, 0, 0, 0, 0, 0,191, 3, 0, 0, /* 0x e60 */
76, 88, 85, 78, 70, 48, 51, 52, 0, 0, 0, 0, 76, 88, 74, 67, /* 0x e70 */
67, 48, 50, 51,191, 3, 0, 0, 76, 88, 85, 78, 70, 48, 51, 55, /* 0x e80 */
198, 3, 0, 0, 76, 88, 85, 78, 70, 51, 56, 54,200, 3, 0, 0, /* 0x e90 */
76, 88, 85, 78, 70, 51, 56, 55,201, 3, 0, 0, 76, 88, 85, 78, /* 0x ea0 */
70, 51, 56, 56,210, 3, 0, 0, 0, 0, 0, 0,213, 3, 0, 0, /* 0x eb0 */
76, 88, 85, 78, 70, 48, 52, 48, 0, 0, 0, 0, 76, 88, 85, 78, /* 0x ec0 */
70, 52, 56, 54,213, 3, 0, 0, 76, 88, 85, 78, 70, 52, 56, 55, /* 0x ed0 */
217, 3, 0, 0, 0, 0, 0, 0,219, 3, 0, 0, 76, 88, 85, 78, /* 0x ee0 */
70, 48, 52, 48, 0, 0, 0, 0, 76, 88, 77, 82, 85, 48, 54, 53, /* 0x ef0 */
219, 3, 0, 0, 0, 0, 0, 0,223, 3, 0, 0, 76, 88, 77, 82, /* 0x f00 */
85, 48, 55, 48, 5, 0, 0, 0, 77, 82, 85, 66, 89, 84, 69, 51, /* 0x f10 */
223, 3, 0, 0, 77, 82, 85, 65, 82, 66, 51, 48,225, 3, 0, 0, /* 0x f20 */
77, 82, 85, 66, 73, 84, 83, 51,226, 3, 0, 0, 77, 82, 85, 65, /* 0x f30 */
82, 66, 52, 48,228, 3, 0, 0, 76, 88, 77, 82, 85, 48, 55, 48, /* 0x f40 */
232, 3, 0, 0, 0, 0, 0, 0,237, 3, 0, 0, 76, 88, 85, 78, /* 0x f50 */
70, 48, 52, 48, 0, 0, 0, 0, 77, 82, 85, 66, 89, 84, 69, 52, /* 0x f60 */
240, 3, 0, 0, 77, 82, 85, 66, 73, 84, 83, 52,243, 3, 0, 0, /* 0x f70 */
77, 82, 85, 65, 82, 66, 53, 48,245, 3, 0, 0, 76, 88, 77, 82, /* 0x f80 */
85, 48, 56, 48,251, 3, 0, 0, 77, 82, 85, 66, 89, 84, 69, 53, /* 0x f90 */
254, 3, 0, 0, 77, 82, 85, 65, 82, 66, 54, 48, 0, 4, 0, 0, /* 0x fa0 */
77, 82, 85, 66, 73, 84, 83, 53, 1, 4, 0, 0, 77, 82, 85, 65, /* 0x fb0 */
82, 66, 55, 48, 3, 4, 0, 0, 76, 88, 77, 82, 85, 48, 57, 48, /* 0x fc0 */
7, 4, 0, 0, 0, 0, 0, 0, 14, 4, 0, 0, 76, 88, 77, 82, /* 0x fd0 */
85, 49, 48, 48, 10, 0, 0, 0, 77, 82, 85, 66, 89, 84, 69, 54, /* 0x fe0 */
18, 4, 0, 0, 77, 82, 85, 65, 82, 66, 56, 48, 20, 4, 0, 0, /* 0x ff0 */
77, 82, 85, 66, 73, 84, 83, 54, 21, 4, 0, 0, 77, 82, 85, 65, /* 0x1000 */
82, 66, 57, 48, 23, 4, 0, 0, 76, 88, 77, 82, 85, 49, 48, 48, /* 0x1010 */
27, 4, 0, 0, 76, 88, 85, 78, 70, 48, 52, 48, 43, 4, 0, 0, /* 0x1020 */
76, 88, 77, 82, 85, 49, 49, 48, 48, 4, 0, 0, 76, 88, 77, 82, /* 0x1030 */
85, 49, 49, 49, 51, 4, 0, 0, 76, 88, 85, 78, 70, 48, 52, 49, /* 0x1040 */
53, 4, 0, 0, 0, 0, 0, 0, 60, 4, 0, 0, 76, 88, 85, 78, /* 0x1050 */
70, 48, 51, 52, 0, 0, 0, 0, 76, 88, 85, 78, 70, 48, 52, 50, /* 0x1060 */
60, 4, 0, 0, 76, 69, 88, 69, 67, 48, 49, 54, 60, 4, 0, 0, /* 0x1070 */
0, 0, 0, 0, 62, 4, 0, 0, 76, 88, 85, 78, 70, 48, 52, 50, /* 0x1080 */
0, 0, 0, 0, 76, 88, 77, 82, 85, 48, 49, 48, 62, 4, 0, 0, /* 0x1090 */
76, 88, 74, 77, 80, 65, 48, 48, 63, 4, 0, 0, 76, 88, 67, 65, /* 0x10a0 */
76, 76, 66, 48, 65, 4, 0, 0, 76, 88, 85, 78, 70, 48, 50, 49, /* 0x10b0 */
67, 4, 0, 0, 76, 88, 77, 82, 85, 48, 50, 50, 73, 4, 0, 0, /* 0x10c0 */
76, 88, 74, 77, 80, 65, 48, 49, 76, 4, 0, 0, 76, 88, 67, 65, /* 0x10d0 */
76, 76, 66, 49, 78, 4, 0, 0, 77, 82, 85, 66, 73, 84, 83, 49, /* 0x10e0 */
80, 4, 0, 0, 76, 88, 77, 82, 85, 48, 51, 48, 81, 4, 0, 0, /* 0x10f0 */
77, 82, 85, 66, 89, 84, 69, 49, 83, 4, 0, 0, 77, 82, 85, 65, /* 0x1100 */
82, 66, 49, 48, 85, 4, 0, 0, 76, 88, 77, 82, 85, 48, 52, 48, /* 0x1110 */
86, 4, 0, 0, 0, 0, 0, 0, 88, 4, 0, 0, 76, 88, 77, 82, /* 0x1120 */
85, 48, 51, 48, 0, 0, 0, 0, 76, 88, 85, 78, 70, 48, 51, 48, /* 0x1130 */
88, 4, 0, 0, 76, 88, 74, 67, 67, 48, 48, 48, 94, 4, 0, 0, /* 0x1140 */
0, 0, 0, 0,102, 4, 0, 0, 76, 88, 74, 67, 67, 48, 49, 48, /* 0x1150 */
0, 0, 0, 0, 76, 88, 67, 74, 48, 77, 82, 85,102, 4, 0, 0, /* 0x1160 */
76, 88, 67, 74, 49, 77, 82, 85,104, 4, 0, 0, 76, 88, 67, 65, /* 0x1170 */
76, 74, 77, 80,107, 4, 0, 0, 76, 88, 67, 65, 76, 76, 48, 48, /* 0x1180 */
110, 4, 0, 0, 0, 0, 0, 0,112, 4, 0, 0, 76, 88, 85, 78, /* 0x1190 */
70, 48, 51, 55, 0, 0, 0, 0, 76, 88, 67, 65, 76, 76, 48, 49, /* 0x11a0 */
112, 4, 0, 0, 76, 88, 67, 74, 50, 77, 82, 85,115, 4, 0, 0, /* 0x11b0 */
0, 0, 0, 0,117, 4, 0, 0, 76, 88, 85, 78, 70, 48, 51, 55, /* 0x11c0 */
0, 0, 0, 0, 76, 88, 67, 74, 52, 77, 82, 85,117, 4, 0, 0, /* 0x11d0 */
0, 0, 0, 0,119, 4, 0, 0, 76, 88, 85, 78, 70, 48, 51, 52, /* 0x11e0 */
0, 0, 0, 0, 76, 88, 67, 74, 54, 77, 82, 85,119, 4, 0, 0, /* 0x11f0 */
0, 0, 0, 0,121, 4, 0, 0, 76, 88, 67, 74, 56, 77, 82, 85, /* 0x1200 */
1, 0, 0, 0, 76, 88, 67, 74, 55, 77, 82, 85,121, 4, 0, 0, /* 0x1210 */
0, 0, 0, 0,123, 4, 0, 0, 76, 88, 67, 74, 56, 77, 82, 85, /* 0x1220 */
1, 0, 0, 0, 76, 88, 67, 74, 56, 77, 82, 85,123, 4, 0, 0, /* 0x1230 */
0, 0, 0, 0,126, 4, 0, 0, 76, 88, 85, 78, 70, 48, 51, 55, /* 0x1240 */
0, 0, 0, 0, 76, 88, 85, 78, 70, 48, 51, 52,126, 4, 0, 0, /* 0x1250 */
0, 0, 0, 0,131, 4, 0, 0, 76, 88, 85, 78, 70, 48, 51, 48, /* 0x1260 */
0, 0, 0, 0, 76, 88, 77, 82, 85, 48, 53, 53,131, 4, 0, 0, /* 0x1270 */
77, 82, 85, 66, 89, 84, 69, 50,133, 4, 0, 0, 77, 82, 85, 66, /* 0x1280 */
73, 84, 83, 50,138, 4, 0, 0, 77, 82, 85, 65, 82, 66, 50, 48, /* 0x1290 */
143, 4, 0, 0, 76, 88, 77, 82, 85, 48, 53, 55,148, 4, 0, 0, /* 0x12a0 */
76, 88, 77, 82, 85, 48, 53, 56,154, 4, 0, 0, 76, 88, 85, 78, /* 0x12b0 */
70, 48, 51, 53,155, 4, 0, 0, 67, 75, 76, 76, 84, 82, 48, 48, /* 0x12c0 */
161, 4, 0, 0, 0, 0, 0, 0,165, 4, 0, 0, 67, 75, 76, 76, /* 0x12d0 */
84, 82, 50, 48, 30, 0, 0, 0, 67, 75, 76, 76, 84, 82, 49, 48, /* 0x12e0 */
170, 4, 0, 0, 0, 0, 0, 0,184, 4, 0, 0, 67, 75, 76, 76, /* 0x12f0 */
84, 82, 50, 48, 6, 0, 0, 0, 67, 75, 76, 76, 84, 82, 50, 48, /* 0x1300 */
184, 4, 0, 0, 0, 0, 0, 0,190, 4, 0, 0, 67, 75, 76, 76, /* 0x1310 */
84, 82, 52, 48, 0, 0, 0, 0, 0, 0, 0, 0,194, 4, 0, 0, /* 0x1320 */
67, 75, 76, 76, 84, 82, 52, 48, 0, 0, 0, 0, 67, 75, 76, 76, /* 0x1330 */
84, 82, 51, 48,217, 4, 0, 0, 0, 0, 0, 0,224, 4, 0, 0, /* 0x1340 */
67, 75, 76, 76, 84, 82, 49, 48, 14, 0, 0, 0, 67, 75, 76, 76, /* 0x1350 */
84, 82, 52, 48,224, 4, 0, 0, 0, 0, 0, 0,229, 4, 0, 0, /* 0x1360 */
67, 75, 76, 76, 84, 82, 48, 48, 4, 0, 0, 0, 76, 69, 88, 69, /* 0x1370 */
67, 48, 49, 55,229, 4, 0, 0, 76, 69, 88, 69, 67, 48, 50, 48, /* 0x1380 */
231, 4, 0, 0, 88, 84, 72, 69, 69, 78, 68, 88, 26, 5, 0, 0, /* 0x1390 */
255,255,255,255, 26, 5 /* 0x13a0 */
};

350
src/stub/l_lx_exec86.h Normal file
View File

@ -0,0 +1,350 @@
/* l_lx_exec86.h -- created from l_lx_exec86.bin, 5066 (0x13ca) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define LINUX_I386EXEC_LOADER_ADLER32 0xa3c2c7ad
#define LINUX_I386EXEC_LOADER_CRC32 0x17ee05c7
unsigned char linux_i386exec_loader[5066] = {
232, 0, 0, 0, 0,184, 78, 77, 82, 85, 96,106, 63,139,116, 36, /* 0x 0 */
40,139,124, 36, 48,131,205,255,235, 0,164,235, 0,138, 6, 70, /* 0x 10 */
136, 7, 71, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, /* 0x 20 */
49,192, 64,138, 7,114, 0,184, 1, 0, 0, 0, 1,219,117, 7, /* 0x 30 */
139, 30,131,238,252, 17,219, 17,192, 1,219,117, 7,139, 30,131, /* 0x 40 */
238,252, 17,219,115, 0, 1,219,115, 0,117, 9,139, 30,131,238, /* 0x 50 */
252, 17,219,115, 0, 49,201,131,232, 3,114, 13,193,224, 8,138, /* 0x 60 */
6, 70,131,240,255,116, 0,137,197, 1,219,117, 7,139, 30,131, /* 0x 70 */
238,252, 17,219, 17,201, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 80 */
219, 17,201,117, 0, 65, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 90 */
219, 17,201, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, /* 0x a0 */
1,219,115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 65, /* 0x b0 */
65,131,193, 2,129,253, 0,243,255,255,131,209, 1, 86,141, 52, /* 0x c0 */
47,243,164, 94,233, 0, 0, 0, 0,141, 20, 47,131,253,252,138, /* 0x d0 */
4, 15,118, 0,138, 2, 66,136, 7, 71, 73,117,247,233, 0, 0, /* 0x e0 */
0, 0,139, 2,131,194, 4,137, 7,131,199, 4,131,233, 4,119, /* 0x f0 */
241, 1,207,233, 0, 0, 0, 0,235, 0,164,235, 0,138, 6, 70, /* 0x 100 */
136, 7, 71, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, /* 0x 110 */
49,192, 64,138, 7,114, 0,184, 1, 0, 0, 0, 1,219,117, 7, /* 0x 120 */
139, 30,131,238,252, 17,219, 17,192, 1,219,117, 7,139, 30,131, /* 0x 130 */
238,252, 17,219,114, 0, 1,219,115, 11,117, 0,139, 30,131,238, /* 0x 140 */
252, 17,219,114, 0, 72, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 150 */
219, 17,192,235, 0, 49,201,131,232, 3,114, 17,193,224, 8,138, /* 0x 160 */
6, 70,131,240,255,116, 0,209,248,137,197,235, 11, 1,219,117, /* 0x 170 */
7,139, 30,131,238,252, 17,219, 17,201, 1,219,117, 7,139, 30, /* 0x 180 */
131,238,252, 17,219, 17,201,117, 0, 65, 1,219,117, 7,139, 30, /* 0x 190 */
131,238,252, 17,219, 17,201, 1,219,117, 7,139, 30,131,238,252, /* 0x 1a0 */
17,219,115, 0, 1,219,115, 0,117, 9,139, 30,131,238,252, 17, /* 0x 1b0 */
219,115, 0, 65, 65,131,193, 2,129,253, 0,251,255,255,131,209, /* 0x 1c0 */
1, 86,141, 52, 47,243,164, 94,233, 0, 0, 0, 0,141, 20, 47, /* 0x 1d0 */
131,253,252,138, 4, 15,118, 0,138, 2, 66,136, 7, 71, 73,117, /* 0x 1e0 */
247,233, 0, 0, 0, 0,139, 2,131,194, 4,137, 7,131,199, 4, /* 0x 1f0 */
131,233, 4,119,241, 1,207,233, 0, 0, 0, 0,235, 0,164,235, /* 0x 200 */
0,138, 6, 70,136, 7, 71, 1,219,117, 7,139, 30,131,238,252, /* 0x 210 */
17,219,114, 0, 49,192, 64,138, 7,114, 0,184, 1, 0, 0, 0, /* 0x 220 */
1,219,117, 7,139, 30,131,238,252, 17,219, 17,192, 1,219,117, /* 0x 230 */
7,139, 30,131,238,252, 17,219,114, 0, 1,219,115, 11,117, 0, /* 0x 240 */
139, 30,131,238,252, 17,219,114, 0, 72, 1,219,117, 7,139, 30, /* 0x 250 */
131,238,252, 17,219, 17,192,235, 0, 1,219,117, 7,139, 30,131, /* 0x 260 */
238,252, 17,219, 17,201,235, 0, 49,201,131,232, 3,114, 17,193, /* 0x 270 */
224, 8,138, 6, 70,131,240,255,116, 0,209,248,137,197,235, 11, /* 0x 280 */
1,219,117, 7,139, 30,131,238,252, 17,219,114,204, 65, 1,219, /* 0x 290 */
117, 7,139, 30,131,238,252, 17,219,114,190, 1,219,117, 7,139, /* 0x 2a0 */
30,131,238,252, 17,219, 17,201, 1,219,117, 7,139, 30,131,238, /* 0x 2b0 */
252, 17,219,115, 0, 1,219,115, 0,117, 9,139, 30,131,238,252, /* 0x 2c0 */
17,219,115, 0, 65, 65,131,193, 2,129,253, 0,251,255,255,131, /* 0x 2d0 */
209, 2, 86,141, 52, 47,243,164, 94,233, 0, 0, 0, 0,141, 20, /* 0x 2e0 */
47,131,253,252,138, 4, 15,118, 0,138, 2, 66,136, 7, 71, 73, /* 0x 2f0 */
117,247,233, 0, 0, 0, 0,139, 2,131,194, 4,137, 7,131,199, /* 0x 300 */
4,131,233, 4,119,241, 1,207,233, 0, 0, 0, 0,185, 84, 69, /* 0x 310 */
88, 76,138, 7, 71, 44,232, 60, 1,119,247,128, 63, 63,117, 0, /* 0x 320 */
139, 7,138, 95, 4,102,193,232, 8,134,196,193,192, 16,134,196, /* 0x 330 */
41,248,128,235,232,137, 7,131,199, 5,136,216,226, 0,185, 84, /* 0x 340 */
69, 88, 76,176,232,176,233,242,174,117, 0,128, 63, 63,117, 0, /* 0x 350 */
139, 7,102,193,232, 8,134,196,193,192, 16,134,196, 41,248,171, /* 0x 360 */
235, 0,139, 84, 36, 40, 3, 84, 36, 44, 57,242,116, 1, 72,135, /* 0x 370 */
68, 36, 32,139, 84, 36, 52,137,249,139,124, 36, 48, 41,249,137, /* 0x 380 */
10, 90, 87,106, 15, 91,136,215,147,235, 0, 90, 88, 89,151, 96, /* 0x 390 */
49,219,187, 78, 77, 82, 85,106, 15, 88,138,100, 36, 32,106, 15, /* 0x 3a0 */
91,138,124, 36, 32,138, 84, 36, 32,233, 0, 0, 0, 0, 15,183, /* 0x 3b0 */
47, 43,110, 12, 41,221,117, 0,131,237, 1,115, 0,136, 95,255, /* 0x 3c0 */
73,136, 7, 71,139, 7,156,102,193,232, 8,193,192, 16,134,196, /* 0x 3d0 */
157,115, 0,176, 0, 15,200,115, 0,209,232,115, 0,254,203, 75, /* 0x 3e0 */
35, 30,125, 2, 3, 30,137, 4,156,235, 0,141, 20, 24, 15,182, /* 0x 3f0 */
210, 35, 22, 59, 22,114, 2, 43, 22,139, 4,148,254,203, 75, 35, /* 0x 400 */
30,125, 2, 3, 30,139, 44,156,133,237,117, 0, 80,139, 70, 4, /* 0x 410 */
254,200, 72, 35, 6,125, 2, 3, 6, 49,237,137, 70, 4,135,108, /* 0x 420 */
132, 4, 88,137, 44,148,137, 4,156, 41,248,131,233, 4, 3, 70, /* 0x 430 */
16, 1,240,137, 7,131,199, 4,235, 0,235, 0, 80,176,233,176, /* 0x 440 */
232, 80,106, 0, 83,137,230, 94,137,218,178,233,178,232, 67,106, /* 0x 450 */
0,254,203, 75,117, 0, 15,183, 7,131,199, 1, 60,128,114, 4, /* 0x 460 */
60,143,118, 0, 41,208, 43, 70, 8,131,232, 2,116, 0,131,232, /* 0x 470 */
1,114, 0,115, 0,122, 0,123, 0,248,235, 0,131,233, 1,127, /* 0x 480 */
0,137,231,185, 4, 1, 0, 0,139, 14,131,193, 5,139, 14,131, /* 0x 490 */
193, 4, 49,192,243,171,137,252, 86, 97,151, 81, 80, 82,195,137, /* 0x 4a0 */
254,235, 0,138, 7,131,199, 1, 60,128,114, 10, 60,143,119, 6, /* 0x 4b0 */
128,127,254, 15,116, 0, 44,232, 60, 1,119, 0, 56, 23,117, 0, /* 0x 4c0 */
139, 7,102,193,232, 8,193,192, 16,134,196, 41,248, 1,240,137, /* 0x 4d0 */
7,131,199, 4,131,233, 4,138, 7,131,199, 1,226, 0,131,233, /* 0x 4e0 */
1,127, 0, 97,195, 94,252,173, 80, 84,184, 0, 0, 64, 0, 80, /* 0x 4f0 */
49,201, 81, 81,181, 16,106, 50,106, 7, 81, 80,137,227,106, 90, /* 0x 500 */
88,205,128,147,183, 16,131,196, 24,173, 80,173, 86,255,213, 88, /* 0x 510 */
88,195, 93,232,205,255,255,255, 76, 69, 88, 69, 67, 48, 48, 48, /* 0x 520 */
0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 76, 69, 88, 69, /* 0x 530 */
67, 48, 50, 48, 45, 0, 0, 0, 76, 69, 88, 69, 67, 48, 48, 57, /* 0x 540 */
5, 0, 0, 0, 76, 69, 88, 69, 67, 48, 49, 48, 10, 0, 0, 0, /* 0x 550 */
78, 50, 66, 83, 77, 65, 49, 48, 24, 0, 0, 0, 0, 0, 0, 0, /* 0x 560 */
26, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 570 */
78, 50, 66, 70, 65, 83, 49, 48, 27, 0, 0, 0, 0, 0, 0, 0, /* 0x 580 */
29, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 590 */
78, 50, 66, 70, 65, 83, 49, 49, 29, 0, 0, 0, 78, 50, 66, 68, /* 0x 5a0 */
69, 67, 49, 48, 35, 0, 0, 0, 78, 50, 66, 83, 77, 65, 50, 48, /* 0x 5b0 */
46, 0, 0, 0, 0, 0, 0, 0, 48, 0, 0, 0, 78, 50, 66, 83, /* 0x 5c0 */
77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 66, 70, 65, 83, 50, 48, /* 0x 5d0 */
51, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 78, 50, 66, 70, /* 0x 5e0 */
65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 66, 68, 69, 67, 50, 48, /* 0x 5f0 */
60, 0, 0, 0, 78, 50, 66, 83, 77, 65, 51, 48, 73, 0, 0, 0, /* 0x 600 */
0, 0, 0, 0, 86, 0, 0, 0, 78, 50, 66, 68, 69, 67, 50, 48, /* 0x 610 */
0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 51, 48, 86, 0, 0, 0, /* 0x 620 */
0, 0, 0, 0, 90, 0, 0, 0, 78, 50, 66, 68, 69, 67, 50, 48, /* 0x 630 */
0, 0, 0, 0, 0, 0, 0, 0,101, 0, 0, 0, 78, 50, 66, 68, /* 0x 640 */
69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, /* 0x 650 */
101, 0, 0, 0, 0, 0, 0, 0,119, 0, 0, 0, 78, 50, 66, 68, /* 0x 660 */
69, 67, 54, 48, 0, 0, 0, 0, 0, 0, 0, 0,149, 0, 0, 0, /* 0x 670 */
78, 50, 66, 68, 69, 67, 53, 48, 0, 0, 0, 0, 78, 50, 66, 83, /* 0x 680 */
77, 65, 52, 48,163, 0, 0, 0, 0, 0, 0, 0,176, 0, 0, 0, /* 0x 690 */
78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, 78, 50, 66, 70, /* 0x 6a0 */
65, 83, 52, 48,176, 0, 0, 0, 0, 0, 0, 0,180, 0, 0, 0, /* 0x 6b0 */
78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, 0, 0, 0, 0, /* 0x 6c0 */
191, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, /* 0x 6d0 */
78, 50, 66, 68, 85, 77, 77, 49,191, 0, 0, 0, 78, 50, 66, 83, /* 0x 6e0 */
77, 65, 53, 48,191, 0, 0, 0, 78, 50, 66, 70, 65, 83, 53, 48, /* 0x 6f0 */
193, 0, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48,196, 0, 0, 0, /* 0x 700 */
78, 50, 66, 83, 77, 65, 54, 48,205, 0, 0, 0, 0, 0, 0, 0, /* 0x 710 */
217, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, 0, 0, 0, 0, /* 0x 720 */
78, 50, 66, 70, 65, 83, 54, 48,217, 0, 0, 0, 0, 0, 0, 0, /* 0x 730 */
228, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 49, 0, 0, 0, 0, /* 0x 740 */
0, 0, 0, 0,242, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 750 */
0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 49,242, 0, 0, 0, /* 0x 760 */
0, 0, 0, 0, 8, 1, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 770 */
0, 0, 0, 0, 78, 50, 66, 68, 69, 67, 54, 48, 8, 1, 0, 0, /* 0x 780 */
78, 82, 86, 50, 66, 69, 78, 68, 8, 1, 0, 0, 78, 50, 68, 83, /* 0x 790 */
77, 65, 49, 48, 8, 1, 0, 0, 0, 0, 0, 0, 10, 1, 0, 0, /* 0x 7a0 */
78, 50, 68, 68, 69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 68, 70, /* 0x 7b0 */
65, 83, 49, 48, 11, 1, 0, 0, 0, 0, 0, 0, 13, 1, 0, 0, /* 0x 7c0 */
78, 50, 68, 68, 69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 68, 70, /* 0x 7d0 */
65, 83, 49, 49, 13, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 7e0 */
19, 1, 0, 0, 78, 50, 68, 83, 77, 65, 50, 48, 30, 1, 0, 0, /* 0x 7f0 */
0, 0, 0, 0, 32, 1, 0, 0, 78, 50, 68, 83, 77, 65, 49, 48, /* 0x 800 */
2, 0, 0, 0, 78, 50, 68, 70, 65, 83, 50, 48, 35, 1, 0, 0, /* 0x 810 */
0, 0, 0, 0, 39, 1, 0, 0, 78, 50, 68, 70, 65, 83, 49, 49, /* 0x 820 */
0, 0, 0, 0, 78, 50, 68, 68, 69, 67, 50, 48, 44, 1, 0, 0, /* 0x 830 */
78, 50, 68, 83, 77, 65, 51, 48, 57, 1, 0, 0, 0, 0, 0, 0, /* 0x 840 */
70, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 16, 0, 0, 0, /* 0x 850 */
78, 50, 68, 70, 65, 83, 51, 48, 70, 1, 0, 0, 0, 0, 0, 0, /* 0x 860 */
76, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 16, 0, 0, 0, /* 0x 870 */
0, 0, 0, 0, 85, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 880 */
16, 0, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 85, 1, 0, 0, /* 0x 890 */
0, 0, 0, 0,101, 1, 0, 0, 78, 50, 68, 68, 69, 67, 50, 48, /* 0x 8a0 */
0, 0, 0, 0, 0, 0, 0, 0,119, 1, 0, 0, 78, 50, 68, 68, /* 0x 8b0 */
69, 67, 54, 48, 0, 0, 0, 0, 0, 0, 0, 0,153, 1, 0, 0, /* 0x 8c0 */
78, 50, 68, 68, 69, 67, 53, 48, 0, 0, 0, 0, 78, 50, 68, 83, /* 0x 8d0 */
77, 65, 52, 48,167, 1, 0, 0, 0, 0, 0, 0,180, 1, 0, 0, /* 0x 8e0 */
78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, 78, 50, 68, 70, /* 0x 8f0 */
65, 83, 52, 48,180, 1, 0, 0, 0, 0, 0, 0,184, 1, 0, 0, /* 0x 900 */
78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, 0, 0, 0, 0, /* 0x 910 */
195, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, /* 0x 920 */
78, 50, 68, 68, 85, 77, 77, 49,195, 1, 0, 0, 78, 50, 68, 83, /* 0x 930 */
77, 65, 53, 48,195, 1, 0, 0, 78, 50, 68, 70, 65, 83, 53, 48, /* 0x 940 */
197, 1, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48,200, 1, 0, 0, /* 0x 950 */
78, 50, 68, 83, 77, 65, 54, 48,209, 1, 0, 0, 0, 0, 0, 0, /* 0x 960 */
221, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 0, 0, 0, 0, /* 0x 970 */
78, 50, 68, 70, 65, 83, 54, 48,221, 1, 0, 0, 0, 0, 0, 0, /* 0x 980 */
232, 1, 0, 0, 78, 50, 68, 70, 65, 83, 54, 49, 0, 0, 0, 0, /* 0x 990 */
0, 0, 0, 0,246, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 9a0 */
0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 49,246, 1, 0, 0, /* 0x 9b0 */
0, 0, 0, 0, 12, 2, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 9c0 */
0, 0, 0, 0, 78, 50, 68, 68, 69, 67, 54, 48, 12, 2, 0, 0, /* 0x 9d0 */
78, 82, 86, 50, 68, 69, 78, 68, 12, 2, 0, 0, 78, 50, 69, 83, /* 0x 9e0 */
77, 65, 49, 48, 12, 2, 0, 0, 0, 0, 0, 0, 14, 2, 0, 0, /* 0x 9f0 */
78, 50, 69, 68, 69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 69, 70, /* 0x a00 */
65, 83, 49, 48, 15, 2, 0, 0, 0, 0, 0, 0, 17, 2, 0, 0, /* 0x a10 */
78, 50, 69, 68, 69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 69, 70, /* 0x a20 */
65, 83, 49, 49, 17, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x a30 */
23, 2, 0, 0, 78, 50, 69, 83, 77, 65, 50, 48, 34, 2, 0, 0, /* 0x a40 */
0, 0, 0, 0, 36, 2, 0, 0, 78, 50, 69, 83, 77, 65, 49, 48, /* 0x a50 */
2, 0, 0, 0, 78, 50, 69, 70, 65, 83, 50, 48, 39, 2, 0, 0, /* 0x a60 */
0, 0, 0, 0, 43, 2, 0, 0, 78, 50, 69, 70, 65, 83, 49, 49, /* 0x a70 */
0, 0, 0, 0, 78, 50, 69, 68, 69, 67, 50, 48, 48, 2, 0, 0, /* 0x a80 */
78, 50, 69, 83, 77, 65, 51, 48, 61, 2, 0, 0, 0, 0, 0, 0, /* 0x a90 */
74, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 31, 0, 0, 0, /* 0x aa0 */
78, 50, 69, 70, 65, 83, 51, 48, 74, 2, 0, 0, 0, 0, 0, 0, /* 0x ab0 */
80, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 31, 0, 0, 0, /* 0x ac0 */
0, 0, 0, 0, 89, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x ad0 */
31, 0, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 89, 2, 0, 0, /* 0x ae0 */
0, 0, 0, 0,105, 2, 0, 0, 78, 50, 69, 68, 69, 67, 50, 48, /* 0x af0 */
0, 0, 0, 0, 0, 0, 0, 0,120, 2, 0, 0, 78, 50, 69, 68, /* 0x b00 */
69, 67, 53, 48, 0, 0, 0, 0, 0, 0, 0, 0,138, 2, 0, 0, /* 0x b10 */
78, 50, 69, 68, 69, 67, 54, 48, 0, 0, 0, 0, 78, 50, 69, 83, /* 0x b20 */
77, 65, 52, 48,184, 2, 0, 0, 0, 0, 0, 0,197, 2, 0, 0, /* 0x b30 */
78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, 78, 50, 69, 70, /* 0x b40 */
65, 83, 52, 48,197, 2, 0, 0, 0, 0, 0, 0,201, 2, 0, 0, /* 0x b50 */
78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, 0, 0, 0, 0, /* 0x b60 */
212, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, /* 0x b70 */
78, 50, 69, 68, 85, 77, 77, 49,212, 2, 0, 0, 78, 50, 69, 83, /* 0x b80 */
77, 65, 53, 48,212, 2, 0, 0, 78, 50, 69, 70, 65, 83, 53, 48, /* 0x b90 */
214, 2, 0, 0, 78, 50, 69, 68, 69, 67, 53, 48,217, 2, 0, 0, /* 0x ba0 */
78, 50, 69, 83, 77, 65, 54, 48,226, 2, 0, 0, 0, 0, 0, 0, /* 0x bb0 */
238, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 0, 0, 0, 0, /* 0x bc0 */
78, 50, 69, 70, 65, 83, 54, 48,238, 2, 0, 0, 0, 0, 0, 0, /* 0x bd0 */
249, 2, 0, 0, 78, 50, 69, 70, 65, 83, 54, 49, 0, 0, 0, 0, /* 0x be0 */
0, 0, 0, 0, 7, 3, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x bf0 */
0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 49, 7, 3, 0, 0, /* 0x c00 */
0, 0, 0, 0, 29, 3, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x c10 */
0, 0, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, 29, 3, 0, 0, /* 0x c20 */
78, 82, 86, 50, 69, 69, 78, 68, 29, 3, 0, 0, 67, 65, 76, 76, /* 0x c30 */
84, 82, 48, 48, 29, 3, 0, 0, 67, 84, 67, 76, 69, 86, 69, 49, /* 0x c40 */
43, 3, 0, 0, 0, 0, 0, 0, 48, 3, 0, 0, 67, 65, 76, 76, /* 0x c50 */
84, 82, 48, 48, 5, 0, 0, 0, 67, 65, 76, 76, 84, 82, 48, 49, /* 0x c60 */
48, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 49, 53, 3, 0, 0, /* 0x c70 */
67, 84, 66, 83, 72, 82, 48, 49, 53, 3, 0, 0, 67, 84, 66, 82, /* 0x c80 */
79, 82, 48, 49, 57, 3, 0, 0, 67, 84, 66, 83, 87, 65, 48, 49, /* 0x c90 */
59, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 50, 64, 3, 0, 0, /* 0x ca0 */
0, 0, 0, 0, 78, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 48, /* 0x cb0 */
10, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 48, 78, 3, 0, 0, /* 0x cc0 */
67, 65, 76, 76, 84, 82, 69, 56, 83, 3, 0, 0, 67, 65, 76, 76, /* 0x cd0 */
84, 82, 69, 57, 85, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 49, /* 0x ce0 */
87, 3, 0, 0, 0, 0, 0, 0, 91, 3, 0, 0, 67, 65, 76, 76, /* 0x cf0 */
84, 82, 49, 51, 5, 0, 0, 0, 67, 84, 67, 76, 69, 86, 69, 50, /* 0x d00 */
91, 3, 0, 0, 0, 0, 0, 0, 96, 3, 0, 0, 67, 65, 76, 76, /* 0x d10 */
84, 82, 49, 49, 0, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 50, /* 0x d20 */
96, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 50, 98, 3, 0, 0, /* 0x d30 */
67, 84, 66, 83, 72, 82, 49, 49, 98, 3, 0, 0, 67, 84, 66, 82, /* 0x d40 */
79, 82, 49, 49,102, 3, 0, 0, 67, 84, 66, 83, 87, 65, 49, 49, /* 0x d50 */
104, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 51,109, 3, 0, 0, /* 0x d60 */
0, 0, 0, 0,114, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 48, /* 0x d70 */
5, 0, 0, 0, 67, 84, 84, 72, 69, 69, 78, 68,114, 3, 0, 0, /* 0x d80 */
76, 69, 88, 69, 67, 48, 49, 53,114, 3, 0, 0, 76, 69, 88, 69, /* 0x d90 */
67, 49, 49, 48,146, 3, 0, 0, 76, 69, 88, 69, 67, 49, 48, 48, /* 0x da0 */
152, 3, 0, 0, 76, 88, 85, 78, 70, 48, 48, 48,153, 3, 0, 0, /* 0x db0 */
0, 0, 0, 0,155, 3, 0, 0, 76, 88, 85, 78, 70, 48, 49, 48, /* 0x dc0 */
5, 0, 0, 0, 76, 88, 85, 78, 70, 48, 48, 50,155, 3, 0, 0, /* 0x dd0 */
77, 82, 85, 66, 89, 84, 69, 48,160, 3, 0, 0, 76, 88, 77, 82, /* 0x de0 */
85, 48, 48, 53,162, 3, 0, 0, 76, 88, 77, 82, 85, 48, 48, 54, /* 0x df0 */
167, 3, 0, 0, 76, 88, 77, 82, 85, 48, 48, 55,174, 3, 0, 0, /* 0x e00 */
76, 88, 85, 78, 70, 48, 48, 56,181, 3, 0, 0, 76, 88, 85, 78, /* 0x e10 */
70, 48, 49, 48,185, 3, 0, 0, 0, 0, 0, 0,190, 3, 0, 0, /* 0x e20 */
76, 88, 85, 78, 70, 48, 52, 50, 0, 0, 0, 0, 76, 88, 74, 67, /* 0x e30 */
67, 48, 49, 48,190, 3, 0, 0, 76, 88, 77, 82, 85, 48, 52, 53, /* 0x e40 */
193, 3, 0, 0, 76, 88, 77, 82, 85, 48, 52, 54,196, 3, 0, 0, /* 0x e50 */
76, 88, 74, 67, 67, 48, 50, 48,198, 3, 0, 0, 0, 0, 0, 0, /* 0x e60 */
200, 3, 0, 0, 76, 88, 85, 78, 70, 48, 51, 52, 0, 0, 0, 0, /* 0x e70 */
76, 88, 74, 67, 67, 48, 50, 49,200, 3, 0, 0, 0, 0, 0, 0, /* 0x e80 */
205, 3, 0, 0, 76, 88, 85, 78, 70, 48, 51, 52, 0, 0, 0, 0, /* 0x e90 */
76, 88, 74, 67, 67, 48, 50, 51,205, 3, 0, 0, 76, 88, 85, 78, /* 0x ea0 */
70, 48, 51, 55,212, 3, 0, 0, 76, 88, 85, 78, 70, 51, 56, 54, /* 0x eb0 */
214, 3, 0, 0, 76, 88, 85, 78, 70, 51, 56, 55,215, 3, 0, 0, /* 0x ec0 */
76, 88, 85, 78, 70, 51, 56, 56,224, 3, 0, 0, 0, 0, 0, 0, /* 0x ed0 */
227, 3, 0, 0, 76, 88, 85, 78, 70, 48, 52, 48, 0, 0, 0, 0, /* 0x ee0 */
76, 88, 85, 78, 70, 52, 56, 54,227, 3, 0, 0, 76, 88, 85, 78, /* 0x ef0 */
70, 52, 56, 55,231, 3, 0, 0, 0, 0, 0, 0,233, 3, 0, 0, /* 0x f00 */
76, 88, 85, 78, 70, 48, 52, 48, 0, 0, 0, 0, 76, 88, 77, 82, /* 0x f10 */
85, 48, 54, 53,233, 3, 0, 0, 0, 0, 0, 0,237, 3, 0, 0, /* 0x f20 */
76, 88, 77, 82, 85, 48, 55, 48, 5, 0, 0, 0, 77, 82, 85, 66, /* 0x f30 */
89, 84, 69, 51,237, 3, 0, 0, 77, 82, 85, 65, 82, 66, 51, 48, /* 0x f40 */
239, 3, 0, 0, 77, 82, 85, 66, 73, 84, 83, 51,240, 3, 0, 0, /* 0x f50 */
77, 82, 85, 65, 82, 66, 52, 48,242, 3, 0, 0, 76, 88, 77, 82, /* 0x f60 */
85, 48, 55, 48,246, 3, 0, 0, 0, 0, 0, 0,251, 3, 0, 0, /* 0x f70 */
76, 88, 85, 78, 70, 48, 52, 48, 0, 0, 0, 0, 77, 82, 85, 66, /* 0x f80 */
89, 84, 69, 52,254, 3, 0, 0, 77, 82, 85, 66, 73, 84, 83, 52, /* 0x f90 */
1, 4, 0, 0, 77, 82, 85, 65, 82, 66, 53, 48, 3, 4, 0, 0, /* 0x fa0 */
76, 88, 77, 82, 85, 48, 56, 48, 9, 4, 0, 0, 77, 82, 85, 66, /* 0x fb0 */
89, 84, 69, 53, 12, 4, 0, 0, 77, 82, 85, 65, 82, 66, 54, 48, /* 0x fc0 */
14, 4, 0, 0, 77, 82, 85, 66, 73, 84, 83, 53, 15, 4, 0, 0, /* 0x fd0 */
77, 82, 85, 65, 82, 66, 55, 48, 17, 4, 0, 0, 76, 88, 77, 82, /* 0x fe0 */
85, 48, 57, 48, 21, 4, 0, 0, 0, 0, 0, 0, 28, 4, 0, 0, /* 0x ff0 */
76, 88, 77, 82, 85, 49, 48, 48, 10, 0, 0, 0, 77, 82, 85, 66, /* 0x1000 */
89, 84, 69, 54, 32, 4, 0, 0, 77, 82, 85, 65, 82, 66, 56, 48, /* 0x1010 */
34, 4, 0, 0, 77, 82, 85, 66, 73, 84, 83, 54, 35, 4, 0, 0, /* 0x1020 */
77, 82, 85, 65, 82, 66, 57, 48, 37, 4, 0, 0, 76, 88, 77, 82, /* 0x1030 */
85, 49, 48, 48, 41, 4, 0, 0, 76, 88, 85, 78, 70, 48, 52, 48, /* 0x1040 */
57, 4, 0, 0, 76, 88, 77, 82, 85, 49, 49, 48, 62, 4, 0, 0, /* 0x1050 */
76, 88, 77, 82, 85, 49, 49, 49, 65, 4, 0, 0, 76, 88, 85, 78, /* 0x1060 */
70, 48, 52, 49, 67, 4, 0, 0, 0, 0, 0, 0, 74, 4, 0, 0, /* 0x1070 */
76, 88, 85, 78, 70, 48, 51, 52, 0, 0, 0, 0, 76, 88, 85, 78, /* 0x1080 */
70, 48, 52, 50, 74, 4, 0, 0, 76, 69, 88, 69, 67, 48, 49, 54, /* 0x1090 */
74, 4, 0, 0, 0, 0, 0, 0, 76, 4, 0, 0, 76, 88, 85, 78, /* 0x10a0 */
70, 48, 52, 50, 0, 0, 0, 0, 76, 88, 77, 82, 85, 48, 49, 48, /* 0x10b0 */
76, 4, 0, 0, 76, 88, 74, 77, 80, 65, 48, 48, 77, 4, 0, 0, /* 0x10c0 */
76, 88, 67, 65, 76, 76, 66, 48, 79, 4, 0, 0, 76, 88, 85, 78, /* 0x10d0 */
70, 48, 50, 49, 81, 4, 0, 0, 76, 88, 77, 82, 85, 48, 50, 50, /* 0x10e0 */
87, 4, 0, 0, 76, 88, 74, 77, 80, 65, 48, 49, 90, 4, 0, 0, /* 0x10f0 */
76, 88, 67, 65, 76, 76, 66, 49, 92, 4, 0, 0, 77, 82, 85, 66, /* 0x1100 */
73, 84, 83, 49, 94, 4, 0, 0, 76, 88, 77, 82, 85, 48, 51, 48, /* 0x1110 */
95, 4, 0, 0, 77, 82, 85, 66, 89, 84, 69, 49, 97, 4, 0, 0, /* 0x1120 */
77, 82, 85, 65, 82, 66, 49, 48, 99, 4, 0, 0, 76, 88, 77, 82, /* 0x1130 */
85, 48, 52, 48,100, 4, 0, 0, 0, 0, 0, 0,102, 4, 0, 0, /* 0x1140 */
76, 88, 77, 82, 85, 48, 51, 48, 0, 0, 0, 0, 76, 88, 85, 78, /* 0x1150 */
70, 48, 51, 48,102, 4, 0, 0, 76, 88, 74, 67, 67, 48, 48, 48, /* 0x1160 */
108, 4, 0, 0, 0, 0, 0, 0,116, 4, 0, 0, 76, 88, 74, 67, /* 0x1170 */
67, 48, 49, 48, 0, 0, 0, 0, 76, 88, 67, 74, 48, 77, 82, 85, /* 0x1180 */
116, 4, 0, 0, 76, 88, 67, 74, 49, 77, 82, 85,118, 4, 0, 0, /* 0x1190 */
76, 88, 67, 65, 76, 74, 77, 80,121, 4, 0, 0, 76, 88, 67, 65, /* 0x11a0 */
76, 76, 48, 48,124, 4, 0, 0, 0, 0, 0, 0,126, 4, 0, 0, /* 0x11b0 */
76, 88, 85, 78, 70, 48, 51, 55, 0, 0, 0, 0, 76, 88, 67, 65, /* 0x11c0 */
76, 76, 48, 49,126, 4, 0, 0, 76, 88, 67, 74, 50, 77, 82, 85, /* 0x11d0 */
129, 4, 0, 0, 0, 0, 0, 0,131, 4, 0, 0, 76, 88, 85, 78, /* 0x11e0 */
70, 48, 51, 55, 0, 0, 0, 0, 76, 88, 67, 74, 52, 77, 82, 85, /* 0x11f0 */
131, 4, 0, 0, 0, 0, 0, 0,133, 4, 0, 0, 76, 88, 85, 78, /* 0x1200 */
70, 48, 51, 52, 0, 0, 0, 0, 76, 88, 67, 74, 54, 77, 82, 85, /* 0x1210 */
133, 4, 0, 0, 0, 0, 0, 0,135, 4, 0, 0, 76, 88, 67, 74, /* 0x1220 */
56, 77, 82, 85, 1, 0, 0, 0, 76, 88, 67, 74, 55, 77, 82, 85, /* 0x1230 */
135, 4, 0, 0, 0, 0, 0, 0,137, 4, 0, 0, 76, 88, 67, 74, /* 0x1240 */
56, 77, 82, 85, 1, 0, 0, 0, 76, 88, 67, 74, 56, 77, 82, 85, /* 0x1250 */
137, 4, 0, 0, 0, 0, 0, 0,140, 4, 0, 0, 76, 88, 85, 78, /* 0x1260 */
70, 48, 51, 55, 0, 0, 0, 0, 76, 88, 85, 78, 70, 48, 51, 52, /* 0x1270 */
140, 4, 0, 0, 0, 0, 0, 0,145, 4, 0, 0, 76, 88, 85, 78, /* 0x1280 */
70, 48, 51, 48, 0, 0, 0, 0, 76, 88, 77, 82, 85, 48, 53, 53, /* 0x1290 */
145, 4, 0, 0, 77, 82, 85, 66, 89, 84, 69, 50,147, 4, 0, 0, /* 0x12a0 */
77, 82, 85, 66, 73, 84, 83, 50,152, 4, 0, 0, 77, 82, 85, 65, /* 0x12b0 */
82, 66, 50, 48,157, 4, 0, 0, 76, 88, 77, 82, 85, 48, 53, 55, /* 0x12c0 */
162, 4, 0, 0, 76, 88, 77, 82, 85, 48, 53, 56,168, 4, 0, 0, /* 0x12d0 */
76, 88, 85, 78, 70, 48, 51, 53,169, 4, 0, 0, 67, 75, 76, 76, /* 0x12e0 */
84, 82, 48, 48,175, 4, 0, 0, 0, 0, 0, 0,179, 4, 0, 0, /* 0x12f0 */
67, 75, 76, 76, 84, 82, 50, 48, 30, 0, 0, 0, 67, 75, 76, 76, /* 0x1300 */
84, 82, 49, 48,184, 4, 0, 0, 0, 0, 0, 0,198, 4, 0, 0, /* 0x1310 */
67, 75, 76, 76, 84, 82, 50, 48, 6, 0, 0, 0, 67, 75, 76, 76, /* 0x1320 */
84, 82, 50, 48,198, 4, 0, 0, 0, 0, 0, 0,204, 4, 0, 0, /* 0x1330 */
67, 75, 76, 76, 84, 82, 52, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x1340 */
208, 4, 0, 0, 67, 75, 76, 76, 84, 82, 52, 48, 0, 0, 0, 0, /* 0x1350 */
67, 75, 76, 76, 84, 82, 51, 48,231, 4, 0, 0, 0, 0, 0, 0, /* 0x1360 */
238, 4, 0, 0, 67, 75, 76, 76, 84, 82, 49, 48, 14, 0, 0, 0, /* 0x1370 */
67, 75, 76, 76, 84, 82, 52, 48,238, 4, 0, 0, 0, 0, 0, 0, /* 0x1380 */
243, 4, 0, 0, 67, 75, 76, 76, 84, 82, 48, 48, 4, 0, 0, 0, /* 0x1390 */
76, 69, 88, 69, 67, 48, 49, 55,243, 4, 0, 0, 76, 69, 88, 69, /* 0x13a0 */
67, 48, 50, 48,245, 4, 0, 0, 88, 84, 72, 69, 69, 78, 68, 88, /* 0x13b0 */
40, 5, 0, 0,255,255,255,255, 40, 5 /* 0x13c0 */
};

231
src/stub/l_lx_sh86.h Normal file
View File

@ -0,0 +1,231 @@
/* l_lx_sh86.h -- created from l_lx_sh86.bin, 3154 (0xc52) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define LINUX_I386SH_LOADER_ADLER32 0x3d30019f
#define LINUX_I386SH_LOADER_CRC32 0xc8744d92
unsigned char linux_i386sh_loader[3154] = {
232, 0, 0, 0, 0, 96,139,116, 36, 36,139,124, 36, 44,131,205, /* 0x 0 */
255,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, 7, /* 0x 10 */
139, 30,131,238,252, 17,219,114, 0, 49,192, 64,138, 7,114, 0, /* 0x 20 */
184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 30 */
17,192, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1, /* 0x 40 */
219,115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 49,201, /* 0x 50 */
131,232, 3,114, 13,193,224, 8,138, 6, 70,131,240,255,116, 0, /* 0x 60 */
137,197, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1, /* 0x 70 */
219,117, 7,139, 30,131,238,252, 17,219, 17,201,117, 0, 65, 1, /* 0x 80 */
219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219,117, 7, /* 0x 90 */
139, 30,131,238,252, 17,219,115, 0, 1,219,115, 0,117, 9,139, /* 0x a0 */
30,131,238,252, 17,219,115, 0, 65, 65,131,193, 2,129,253, 0, /* 0x b0 */
243,255,255,131,209, 1, 86,141, 52, 47,243,164, 94,233, 0, 0, /* 0x c0 */
0, 0,141, 20, 47,131,253,252,138, 4, 15,118, 0,138, 2, 66, /* 0x d0 */
136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, 2,131,194, 4, /* 0x e0 */
137, 7,131,199, 4,131,233, 4,119,241, 1,207,233, 0, 0, 0, /* 0x f0 */
0,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, 7, /* 0x 100 */
139, 30,131,238,252, 17,219,114, 0, 49,192, 64,138, 7,114, 0, /* 0x 110 */
184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 120 */
17,192, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, 1, /* 0x 130 */
219,115, 11,117, 0,139, 30,131,238,252, 17,219,114, 0, 72, 1, /* 0x 140 */
219,117, 7,139, 30,131,238,252, 17,219, 17,192,235, 0, 49,201, /* 0x 150 */
131,232, 3,114, 17,193,224, 8,138, 6, 70,131,240,255,116, 0, /* 0x 160 */
209,248,137,197,235, 11, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 170 */
219, 17,201, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, /* 0x 180 */
117, 0, 65, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, /* 0x 190 */
1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, /* 0x 1a0 */
0,117, 9,139, 30,131,238,252, 17,219,115, 0, 65, 65,131,193, /* 0x 1b0 */
2,129,253, 0,251,255,255,131,209, 1, 86,141, 52, 47,243,164, /* 0x 1c0 */
94,233, 0, 0, 0, 0,141, 20, 47,131,253,252,138, 4, 15,118, /* 0x 1d0 */
0,138, 2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, /* 0x 1e0 */
2,131,194, 4,137, 7,131,199, 4,131,233, 4,119,241, 1,207, /* 0x 1f0 */
233, 0, 0, 0, 0,235, 0,164,235, 0,138, 6, 70,136, 7, 71, /* 0x 200 */
1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64, /* 0x 210 */
138, 7,114, 0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131, /* 0x 220 */
238,252, 17,219, 17,192, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 230 */
219,114, 0, 1,219,115, 11,117, 0,139, 30,131,238,252, 17,219, /* 0x 240 */
114, 0, 72, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,192, /* 0x 250 */
235, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201,235, /* 0x 260 */
0, 49,201,131,232, 3,114, 17,193,224, 8,138, 6, 70,131,240, /* 0x 270 */
255,116, 0,209,248,137,197,235, 11, 1,219,117, 7,139, 30,131, /* 0x 280 */
238,252, 17,219,114,204, 65, 1,219,117, 7,139, 30,131,238,252, /* 0x 290 */
17,219,114,190, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 2a0 */
201, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219, /* 0x 2b0 */
115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 65, 65,131, /* 0x 2c0 */
193, 2,129,253, 0,251,255,255,131,209, 2, 86,141, 52, 47,243, /* 0x 2d0 */
164, 94,233, 0, 0, 0, 0,141, 20, 47,131,253,252,138, 4, 15, /* 0x 2e0 */
118, 0,138, 2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0, /* 0x 2f0 */
139, 2,131,194, 4,137, 7,131,199, 4,131,233, 4,119,241, 1, /* 0x 300 */
207,233, 0, 0, 0, 0,185, 84, 69, 88, 76,138, 7, 71, 44,232, /* 0x 310 */
60, 1,119,247,128, 63, 63,117, 0,139, 7,138, 95, 4,102,193, /* 0x 320 */
232, 8,134,196,193,192, 16,134,196, 41,248,128,235,232,137, 7, /* 0x 330 */
131,199, 5,136,216,226, 0,185, 84, 69, 88, 76,176,232,176,233, /* 0x 340 */
242,174,117, 0,128, 63, 63,117, 0,139, 7,102,193,232, 8,134, /* 0x 350 */
196,193,192, 16,134,196, 41,248,171,235, 0,139, 84, 36, 36, 3, /* 0x 360 */
84, 36, 40, 57,214,116, 1, 72, 43,124, 36, 44,139, 84, 36, 48, /* 0x 370 */
137, 58,137, 68, 36, 28, 97,195, 94,252,173, 80, 84,186, 0, 0, /* 0x 380 */
64, 1,139, 66, 72, 1,208,131,194,116, 80,139, 74, 16,129,193, /* 0x 390 */
6, 16, 0, 0, 80, 80,106, 50,106, 7, 81, 80,137,227,106, 90, /* 0x 3a0 */
88,205,128,141,152, 3, 16, 0, 0,131,196, 24,173, 80,173, 86, /* 0x 3b0 */
255,213, 88, 88,195, 93,232,189,255,255,255, 0, 76, 69, 88, 69, /* 0x 3c0 */
67, 48, 48, 48, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, /* 0x 3d0 */
76, 69, 88, 69, 67, 48, 50, 48, 61, 0, 0, 0, 76, 69, 88, 69, /* 0x 3e0 */
67, 48, 49, 48, 5, 0, 0, 0, 78, 50, 66, 83, 77, 65, 49, 48, /* 0x 3f0 */
17, 0, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 78, 50, 66, 68, /* 0x 400 */
69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 48, /* 0x 410 */
20, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 78, 50, 66, 68, /* 0x 420 */
69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 49, /* 0x 430 */
22, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, 28, 0, 0, 0, /* 0x 440 */
78, 50, 66, 83, 77, 65, 50, 48, 39, 0, 0, 0, 0, 0, 0, 0, /* 0x 450 */
41, 0, 0, 0, 78, 50, 66, 83, 77, 65, 49, 48, 2, 0, 0, 0, /* 0x 460 */
78, 50, 66, 70, 65, 83, 50, 48, 44, 0, 0, 0, 0, 0, 0, 0, /* 0x 470 */
48, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 49, 0, 0, 0, 0, /* 0x 480 */
78, 50, 66, 68, 69, 67, 50, 48, 53, 0, 0, 0, 78, 50, 66, 83, /* 0x 490 */
77, 65, 51, 48, 66, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, /* 0x 4a0 */
78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 70, /* 0x 4b0 */
65, 83, 51, 48, 79, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, /* 0x 4c0 */
78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 4d0 */
94, 0, 0, 0, 78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, /* 0x 4e0 */
78, 50, 66, 68, 69, 67, 51, 48, 94, 0, 0, 0, 0, 0, 0, 0, /* 0x 4f0 */
112, 0, 0, 0, 78, 50, 66, 68, 69, 67, 54, 48, 0, 0, 0, 0, /* 0x 500 */
0, 0, 0, 0,142, 0, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48, /* 0x 510 */
0, 0, 0, 0, 78, 50, 66, 83, 77, 65, 52, 48,156, 0, 0, 0, /* 0x 520 */
0, 0, 0, 0,169, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, /* 0x 530 */
49, 0, 0, 0, 78, 50, 66, 70, 65, 83, 52, 48,169, 0, 0, 0, /* 0x 540 */
0, 0, 0, 0,173, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, /* 0x 550 */
49, 0, 0, 0, 0, 0, 0, 0,184, 0, 0, 0, 78, 50, 66, 68, /* 0x 560 */
69, 67, 51, 48, 49, 0, 0, 0, 78, 50, 66, 68, 85, 77, 77, 49, /* 0x 570 */
184, 0, 0, 0, 78, 50, 66, 83, 77, 65, 53, 48,184, 0, 0, 0, /* 0x 580 */
78, 50, 66, 70, 65, 83, 53, 48,186, 0, 0, 0, 78, 50, 66, 68, /* 0x 590 */
69, 67, 53, 48,189, 0, 0, 0, 78, 50, 66, 83, 77, 65, 54, 48, /* 0x 5a0 */
198, 0, 0, 0, 0, 0, 0, 0,210, 0, 0, 0, 78, 50, 66, 68, /* 0x 5b0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 48, /* 0x 5c0 */
210, 0, 0, 0, 0, 0, 0, 0,221, 0, 0, 0, 78, 50, 66, 70, /* 0x 5d0 */
65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0,235, 0, 0, 0, /* 0x 5e0 */
78, 50, 66, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 70, /* 0x 5f0 */
65, 83, 54, 49,235, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, /* 0x 600 */
78, 50, 66, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 68, /* 0x 610 */
69, 67, 54, 48, 1, 1, 0, 0, 78, 82, 86, 50, 66, 69, 78, 68, /* 0x 620 */
1, 1, 0, 0, 78, 50, 68, 83, 77, 65, 49, 48, 1, 1, 0, 0, /* 0x 630 */
0, 0, 0, 0, 3, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 640 */
4, 0, 0, 0, 78, 50, 68, 70, 65, 83, 49, 48, 4, 1, 0, 0, /* 0x 650 */
0, 0, 0, 0, 6, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 660 */
4, 0, 0, 0, 78, 50, 68, 70, 65, 83, 49, 49, 6, 1, 0, 0, /* 0x 670 */
78, 50, 68, 68, 69, 67, 49, 48, 12, 1, 0, 0, 78, 50, 68, 83, /* 0x 680 */
77, 65, 50, 48, 23, 1, 0, 0, 0, 0, 0, 0, 25, 1, 0, 0, /* 0x 690 */
78, 50, 68, 83, 77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 68, 70, /* 0x 6a0 */
65, 83, 50, 48, 28, 1, 0, 0, 0, 0, 0, 0, 32, 1, 0, 0, /* 0x 6b0 */
78, 50, 68, 70, 65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 68, 68, /* 0x 6c0 */
69, 67, 50, 48, 37, 1, 0, 0, 78, 50, 68, 83, 77, 65, 51, 48, /* 0x 6d0 */
50, 1, 0, 0, 0, 0, 0, 0, 63, 1, 0, 0, 78, 50, 68, 68, /* 0x 6e0 */
69, 67, 51, 48, 16, 0, 0, 0, 78, 50, 68, 70, 65, 83, 51, 48, /* 0x 6f0 */
63, 1, 0, 0, 0, 0, 0, 0, 69, 1, 0, 0, 78, 50, 68, 68, /* 0x 700 */
69, 67, 51, 48, 16, 0, 0, 0, 0, 0, 0, 0, 78, 1, 0, 0, /* 0x 710 */
78, 50, 68, 68, 69, 67, 51, 48, 16, 0, 0, 0, 78, 50, 68, 68, /* 0x 720 */
69, 67, 51, 48, 78, 1, 0, 0, 0, 0, 0, 0, 94, 1, 0, 0, /* 0x 730 */
78, 50, 68, 68, 69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 740 */
112, 1, 0, 0, 78, 50, 68, 68, 69, 67, 54, 48, 0, 0, 0, 0, /* 0x 750 */
0, 0, 0, 0,146, 1, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48, /* 0x 760 */
0, 0, 0, 0, 78, 50, 68, 83, 77, 65, 52, 48,160, 1, 0, 0, /* 0x 770 */
0, 0, 0, 0,173, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 780 */
69, 0, 0, 0, 78, 50, 68, 70, 65, 83, 52, 48,173, 1, 0, 0, /* 0x 790 */
0, 0, 0, 0,177, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 7a0 */
69, 0, 0, 0, 0, 0, 0, 0,188, 1, 0, 0, 78, 50, 68, 68, /* 0x 7b0 */
69, 67, 51, 48, 69, 0, 0, 0, 78, 50, 68, 68, 85, 77, 77, 49, /* 0x 7c0 */
188, 1, 0, 0, 78, 50, 68, 83, 77, 65, 53, 48,188, 1, 0, 0, /* 0x 7d0 */
78, 50, 68, 70, 65, 83, 53, 48,190, 1, 0, 0, 78, 50, 68, 68, /* 0x 7e0 */
69, 67, 53, 48,193, 1, 0, 0, 78, 50, 68, 83, 77, 65, 54, 48, /* 0x 7f0 */
202, 1, 0, 0, 0, 0, 0, 0,214, 1, 0, 0, 78, 50, 68, 68, /* 0x 800 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 48, /* 0x 810 */
214, 1, 0, 0, 0, 0, 0, 0,225, 1, 0, 0, 78, 50, 68, 70, /* 0x 820 */
65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0,239, 1, 0, 0, /* 0x 830 */
78, 50, 68, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 70, /* 0x 840 */
65, 83, 54, 49,239, 1, 0, 0, 0, 0, 0, 0, 5, 2, 0, 0, /* 0x 850 */
78, 50, 68, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 68, /* 0x 860 */
69, 67, 54, 48, 5, 2, 0, 0, 78, 82, 86, 50, 68, 69, 78, 68, /* 0x 870 */
5, 2, 0, 0, 78, 50, 69, 83, 77, 65, 49, 48, 5, 2, 0, 0, /* 0x 880 */
0, 0, 0, 0, 7, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x 890 */
4, 0, 0, 0, 78, 50, 69, 70, 65, 83, 49, 48, 8, 2, 0, 0, /* 0x 8a0 */
0, 0, 0, 0, 10, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x 8b0 */
4, 0, 0, 0, 78, 50, 69, 70, 65, 83, 49, 49, 10, 2, 0, 0, /* 0x 8c0 */
78, 50, 69, 68, 69, 67, 49, 48, 16, 2, 0, 0, 78, 50, 69, 83, /* 0x 8d0 */
77, 65, 50, 48, 27, 2, 0, 0, 0, 0, 0, 0, 29, 2, 0, 0, /* 0x 8e0 */
78, 50, 69, 83, 77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 69, 70, /* 0x 8f0 */
65, 83, 50, 48, 32, 2, 0, 0, 0, 0, 0, 0, 36, 2, 0, 0, /* 0x 900 */
78, 50, 69, 70, 65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 69, 68, /* 0x 910 */
69, 67, 50, 48, 41, 2, 0, 0, 78, 50, 69, 83, 77, 65, 51, 48, /* 0x 920 */
54, 2, 0, 0, 0, 0, 0, 0, 67, 2, 0, 0, 78, 50, 69, 68, /* 0x 930 */
69, 67, 51, 48, 31, 0, 0, 0, 78, 50, 69, 70, 65, 83, 51, 48, /* 0x 940 */
67, 2, 0, 0, 0, 0, 0, 0, 73, 2, 0, 0, 78, 50, 69, 68, /* 0x 950 */
69, 67, 51, 48, 31, 0, 0, 0, 0, 0, 0, 0, 82, 2, 0, 0, /* 0x 960 */
78, 50, 69, 68, 69, 67, 51, 48, 31, 0, 0, 0, 78, 50, 69, 68, /* 0x 970 */
69, 67, 51, 48, 82, 2, 0, 0, 0, 0, 0, 0, 98, 2, 0, 0, /* 0x 980 */
78, 50, 69, 68, 69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 990 */
113, 2, 0, 0, 78, 50, 69, 68, 69, 67, 53, 48, 0, 0, 0, 0, /* 0x 9a0 */
0, 0, 0, 0,131, 2, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, /* 0x 9b0 */
0, 0, 0, 0, 78, 50, 69, 83, 77, 65, 52, 48,177, 2, 0, 0, /* 0x 9c0 */
0, 0, 0, 0,190, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x 9d0 */
82, 0, 0, 0, 78, 50, 69, 70, 65, 83, 52, 48,190, 2, 0, 0, /* 0x 9e0 */
0, 0, 0, 0,194, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x 9f0 */
82, 0, 0, 0, 0, 0, 0, 0,205, 2, 0, 0, 78, 50, 69, 68, /* 0x a00 */
69, 67, 51, 48, 82, 0, 0, 0, 78, 50, 69, 68, 85, 77, 77, 49, /* 0x a10 */
205, 2, 0, 0, 78, 50, 69, 83, 77, 65, 53, 48,205, 2, 0, 0, /* 0x a20 */
78, 50, 69, 70, 65, 83, 53, 48,207, 2, 0, 0, 78, 50, 69, 68, /* 0x a30 */
69, 67, 53, 48,210, 2, 0, 0, 78, 50, 69, 83, 77, 65, 54, 48, /* 0x a40 */
219, 2, 0, 0, 0, 0, 0, 0,231, 2, 0, 0, 78, 50, 69, 68, /* 0x a50 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 48, /* 0x a60 */
231, 2, 0, 0, 0, 0, 0, 0,242, 2, 0, 0, 78, 50, 69, 70, /* 0x a70 */
65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, /* 0x a80 */
78, 50, 69, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 70, /* 0x a90 */
65, 83, 54, 49, 0, 3, 0, 0, 0, 0, 0, 0, 22, 3, 0, 0, /* 0x aa0 */
78, 50, 69, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 68, /* 0x ab0 */
69, 67, 54, 48, 22, 3, 0, 0, 78, 82, 86, 50, 69, 69, 78, 68, /* 0x ac0 */
22, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 48, 22, 3, 0, 0, /* 0x ad0 */
67, 84, 67, 76, 69, 86, 69, 49, 36, 3, 0, 0, 0, 0, 0, 0, /* 0x ae0 */
41, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 48, 5, 0, 0, 0, /* 0x af0 */
67, 65, 76, 76, 84, 82, 48, 49, 41, 3, 0, 0, 67, 84, 68, 85, /* 0x b00 */
77, 77, 89, 49, 46, 3, 0, 0, 67, 84, 66, 83, 72, 82, 48, 49, /* 0x b10 */
46, 3, 0, 0, 67, 84, 66, 82, 79, 82, 48, 49, 50, 3, 0, 0, /* 0x b20 */
67, 84, 66, 83, 87, 65, 48, 49, 52, 3, 0, 0, 67, 65, 76, 76, /* 0x b30 */
84, 82, 48, 50, 57, 3, 0, 0, 0, 0, 0, 0, 71, 3, 0, 0, /* 0x b40 */
67, 65, 76, 76, 84, 82, 48, 48, 10, 0, 0, 0, 67, 65, 76, 76, /* 0x b50 */
84, 82, 49, 48, 71, 3, 0, 0, 67, 65, 76, 76, 84, 82, 69, 56, /* 0x b60 */
76, 3, 0, 0, 67, 65, 76, 76, 84, 82, 69, 57, 78, 3, 0, 0, /* 0x b70 */
67, 65, 76, 76, 84, 82, 49, 49, 80, 3, 0, 0, 0, 0, 0, 0, /* 0x b80 */
84, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 51, 5, 0, 0, 0, /* 0x b90 */
67, 84, 67, 76, 69, 86, 69, 50, 84, 3, 0, 0, 0, 0, 0, 0, /* 0x ba0 */
89, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 49, 0, 0, 0, 0, /* 0x bb0 */
67, 65, 76, 76, 84, 82, 49, 50, 89, 3, 0, 0, 67, 84, 68, 85, /* 0x bc0 */
77, 77, 89, 50, 91, 3, 0, 0, 67, 84, 66, 83, 72, 82, 49, 49, /* 0x bd0 */
91, 3, 0, 0, 67, 84, 66, 82, 79, 82, 49, 49, 95, 3, 0, 0, /* 0x be0 */
67, 84, 66, 83, 87, 65, 49, 49, 97, 3, 0, 0, 67, 65, 76, 76, /* 0x bf0 */
84, 82, 49, 51,102, 3, 0, 0, 0, 0, 0, 0,107, 3, 0, 0, /* 0x c00 */
67, 65, 76, 76, 84, 82, 49, 48, 5, 0, 0, 0, 67, 84, 84, 72, /* 0x c10 */
69, 69, 78, 68,107, 3, 0, 0, 76, 69, 88, 69, 67, 48, 49, 53, /* 0x c20 */
107, 3, 0, 0, 76, 69, 88, 69, 67, 48, 50, 48,136, 3, 0, 0, /* 0x c30 */
88, 84, 72, 69, 69, 78, 68, 88,203, 3, 0, 0,255,255,255,255, /* 0x c40 */
203, 3 /* 0x c50 */
};

View File

@ -2,8 +2,8 @@
This file is part of the UPX executable compressor.
Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2004 Laszlo Molnar
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them

View File

@ -2,8 +2,8 @@
This file is part of the UPX executable compressor.
Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2004 Laszlo Molnar
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them

91
src/stub/l_sys.h Normal file
View File

@ -0,0 +1,91 @@
/* l_sys.h -- created from l_sys.bin, 926 (0x39e) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV2B_LOADER_ADLER32 0x1ea7e80e
#define NRV2B_LOADER_CRC32 0xc6ee1163
unsigned char nrv2b_loader[926] = {
255,255,255,255, 0, 0, 10, 0, 0, 0, 96, 80, 83, 81, 82, 86, /* 0x 0 */
87, 85,190, 83, 73,191, 68, 73,137,241, 6, 30, 7,253,243,164, /* 0x 10 */
252,187, 0,128,135,247,131,238,187, 25,237, 87,233, 74, 77, 85, /* 0x 20 */
80, 88, 33,161,216,208,213, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 30 */
0, 0, 0, 0, 45,164,232, 0, 0,114,250, 65,232, 0, 0,227, /* 0x 40 */
0,227, 0,115, 0,131,233, 3,114, 6,136,204,172,247,208,149, /* 0x 50 */
49,201,232, 0, 0, 17,201,117, 8, 65,232, 0, 0,115,251, 65, /* 0x 60 */
65, 65,129,253, 0,243,131,209, 1,141, 3,150,243,164,150,235, /* 0x 70 */
0,232, 2, 0, 17,201, 1,219,117, 4,173, 17,192,147,195, 94, /* 0x 80 */
185, 67, 84,172, 44,232, 60, 1,119,249,193, 4, 8, 41, 52,139, /* 0x 90 */
28,134,223, 41,243,137, 28,173,226, 0,176,232,176,233, 95,185, /* 0x a0 */
67, 84,242,174,117, 0,117, 0,193, 5, 8, 41, 61,139, 29,134, /* 0x b0 */
223, 41,251,137, 29,175,235, 0, 7, 97, 93, 95, 94, 90, 89, 91, /* 0x c0 */
88,233, 74, 79, 83, 89, 83, 77, 65, 73, 78, 49, 0, 0, 0, 0, /* 0x d0 */
83, 89, 83, 73, 50, 56, 54, 49, 10, 0, 0, 0, 83, 89, 83, 73, /* 0x e0 */
48, 56, 54, 49, 11, 0, 0, 0, 83, 89, 83, 77, 65, 73, 78, 50, /* 0x f0 */
18, 0, 0, 0, 83, 89, 83, 83, 85, 66, 83, 73, 41, 0, 0, 0, /* 0x 100 */
83, 89, 83, 83, 66, 66, 66, 80, 41, 0, 0, 0, 83, 89, 83, 67, /* 0x 110 */
65, 76, 76, 84, 43, 0, 0, 0, 83, 89, 83, 77, 65, 73, 78, 51, /* 0x 120 */
44, 0, 0, 0, 85, 80, 88, 49, 72, 69, 65, 68, 47, 0, 0, 0, /* 0x 130 */
83, 89, 83, 67, 85, 84, 80, 79, 69, 0, 0, 0, 78, 82, 86, 50, /* 0x 140 */
66, 49, 54, 48, 69, 0, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, /* 0x 150 */
78, 82, 86, 68, 69, 67, 79, 50, 13, 0, 0, 0, 0, 0, 0, 0, /* 0x 160 */
79, 0, 0, 0, 78, 82, 86, 68, 69, 67, 79, 50, 8, 0, 0, 0, /* 0x 170 */
78, 82, 86, 68, 68, 79, 78, 69, 79, 0, 0, 0, 0, 0, 0, 0, /* 0x 180 */
81, 0, 0, 0, 78, 82, 86, 68, 69, 67, 79, 50, 22, 0, 0, 0, /* 0x 190 */
78, 82, 86, 68, 82, 69, 84, 85, 81, 0, 0, 0, 0, 0, 0, 0, /* 0x 1a0 */
83, 0, 0, 0, 78, 82, 86, 68, 69, 67, 79, 50, 21, 0, 0, 0, /* 0x 1b0 */
78, 82, 86, 68, 69, 67, 79, 49, 83, 0, 0, 0, 0, 0, 0, 0, /* 0x 1c0 */
85, 0, 0, 0, 78, 82, 86, 50, 66, 49, 54, 48, 7, 0, 0, 0, /* 0x 1d0 */
0, 0, 0, 0,101, 0, 0, 0, 78, 82, 86, 68, 69, 67, 79, 50, /* 0x 1e0 */
8, 0, 0, 0, 0, 0, 0, 0,109, 0, 0, 0, 78, 82, 86, 68, /* 0x 1f0 */
69, 67, 79, 50, 8, 0, 0, 0, 78, 82, 86, 76, 69, 68, 48, 48, /* 0x 200 */
113, 0, 0, 0, 78, 82, 86, 71, 84, 68, 48, 48,114, 0, 0, 0, /* 0x 210 */
78, 82, 86, 68, 69, 67, 79, 50,121, 0, 0, 0, 0, 0, 0, 0, /* 0x 220 */
129, 0, 0, 0, 78, 82, 86, 50, 66, 49, 54, 48, 1, 0, 0, 0, /* 0x 230 */
78, 82, 86, 50, 66, 49, 54, 57,143, 0, 0, 0, 67, 65, 76, 76, /* 0x 240 */
84, 82, 49, 54,143, 0, 0, 0, 67, 84, 49, 54, 73, 50, 56, 54, /* 0x 250 */
154, 0, 0, 0, 67, 84, 49, 54, 83, 85, 66, 48,157, 0, 0, 0, /* 0x 260 */
67, 84, 49, 54, 73, 48, 56, 54,159, 0, 0, 0, 67, 65, 76, 76, /* 0x 270 */
84, 82, 73, 50,167, 0, 0, 0, 0, 0, 0, 0,170, 0, 0, 0, /* 0x 280 */
67, 65, 76, 76, 84, 82, 49, 54, 4, 0, 0, 0, 67, 84, 49, 54, /* 0x 290 */
68, 85, 77, 49,170, 0, 0, 0, 67, 84, 49, 54, 69, 56, 48, 48, /* 0x 2a0 */
170, 0, 0, 0, 67, 84, 49, 54, 69, 57, 48, 48,172, 0, 0, 0, /* 0x 2b0 */
67, 65, 76, 76, 84, 82, 73, 53,174, 0, 0, 0, 67, 84, 49, 54, /* 0x 2c0 */
74, 69, 78, 68,180, 0, 0, 0, 0, 0, 0, 0,182, 0, 0, 0, /* 0x 2d0 */
78, 82, 86, 68, 69, 67, 79, 50, 21, 0, 0, 0, 67, 84, 49, 54, /* 0x 2e0 */
74, 85, 76, 50,182, 0, 0, 0, 0, 0, 0, 0,184, 0, 0, 0, /* 0x 2f0 */
67, 65, 76, 76, 84, 82, 73, 54, 3, 0, 0, 0, 67, 84, 49, 54, /* 0x 300 */
68, 85, 77, 50,184, 0, 0, 0, 67, 84, 49, 54, 73, 50, 56, 55, /* 0x 310 */
184, 0, 0, 0, 67, 84, 49, 54, 83, 85, 66, 49,187, 0, 0, 0, /* 0x 320 */
67, 84, 49, 54, 73, 48, 56, 55,189, 0, 0, 0, 67, 65, 76, 76, /* 0x 330 */
84, 82, 73, 54,197, 0, 0, 0, 0, 0, 0, 0,200, 0, 0, 0, /* 0x 340 */
67, 65, 76, 76, 84, 82, 73, 53, 4, 0, 0, 0, 83, 89, 83, 77, /* 0x 350 */
65, 73, 78, 53,200, 0, 0, 0, 83, 89, 83, 73, 50, 56, 54, 50, /* 0x 360 */
201, 0, 0, 0, 83, 89, 83, 73, 48, 56, 54, 50,202, 0, 0, 0, /* 0x 370 */
83, 89, 83, 74, 85, 77, 80, 49,209, 0, 0, 0, 83, 89, 83, 84, /* 0x 380 */
72, 69, 78, 68,212, 0, 0, 0,255,255,255,255,212, 0 /* 0x 390 */
};

75
src/stub/l_t_n2b.h Normal file
View File

@ -0,0 +1,75 @@
/* l_t_n2b.h -- created from l_t_n2b.bin, 668 (0x29c) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV2B_LOADER_ADLER32 0xb05aee80
#define NRV2B_LOADER_CRC32 0x148f8dcd
unsigned char nrv2b_loader[668] = {
32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */
127,254, 36, 64, 80,138, 44, 90, 40, 14, 36,188,117,112, 49, 49, /* 0x 10 */
221,218, 36,206, 36,188,117,112, 49, 50,221,218, 40, 82, 36,206, /* 0x 20 */
36,188,117,112, 49, 51, 38, 68,215,252,117,112, 50, 49, 32, 60, /* 0x 30 */
117,112, 50, 50, 73,236,255, 96, 76,236, 39,238, 0,120, 72,227, /* 0x 40 */
119,228, 76,236, 39,238, 0, 80, 72,227,119,228, 76,236, 39,238, /* 0x 50 */
0, 40, 72,227,119,228, 76,212, 39,238, 72,227,119,228,117, 49, /* 0x 60 */
102,210,117, 50, 39, 36, 81,200,255,252, 69,250, 0,188, 47, 4, /* 0x 70 */
122, 73, 63, 34, 83,133,100,250, 63,124, 78,113, 0,130, 97, 32, /* 0x 80 */
40, 68,112,128,126,255,124,152,235, 78, 36, 68,213,252,117,112, /* 0x 90 */
51, 49, 78,210, 44,195, 44,195, 44,195, 44,195,117, 52,102,244, /* 0x a0 */
72,120,255,255, 66,167, 47, 60, 1, 84, 0, 22, 78, 65, 79,239, /* 0x b0 */
0, 12, 74,128,103, 96, 72,122, 0, 16, 63, 60, 0, 38, 78, 78, /* 0x c0 */
92,143, 96, 82, 46, 73, 78,208, 47, 56, 0, 16, 47, 56, 0, 44, /* 0x d0 */
47, 56, 0,244, 34, 79, 65,250,255,236, 33,200, 0, 16, 33,200, /* 0x e0 */
0, 44, 33,200, 0,244, 78,113, 65,250, 0, 6,244,248, 96, 22, /* 0x f0 */
65,250, 0, 20, 78,122, 0, 2, 34, 0, 0, 65, 8, 8, 78,123, /* 0x 100 */
16, 2, 78,123, 0, 2, 33,223, 0,244, 33,223, 0, 44, 33,223, /* 0x 110 */
0, 16, 78,113, 78,117, 78,117, 79,239, 0,152, 76,223,127,254, /* 0x 120 */
32, 8,103, 2,159,207, 78,249, 10, 0, 36, 73,110,102,111, 58, /* 0x 130 */
32, 84,104,105,115, 32,102,105,108,101, 32,105,115, 32,112, 97, /* 0x 140 */
99,107,101,100, 32,119,105,116,104, 32,116,104,101, 32, 85, 80, /* 0x 150 */
88, 32,101,120,101, 99,117,116, 97, 98,108,101, 32,112, 97, 99, /* 0x 160 */
107,101,114, 32,104,116,116,112, 58, 47, 47,117,112,120, 46,115, /* 0x 170 */
102, 46,110,101,116, 32, 36, 10, 0, 36, 73,100, 58, 32, 85, 80, /* 0x 180 */
88, 32, 85, 80, 88, 86, 32, 67,111,112,121,114,105,103,104,116, /* 0x 190 */
32, 40, 67, 41, 32, 49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116, /* 0x 1a0 */
104,101, 32, 85, 80, 88, 32, 84,101, 97,109, 46, 32, 65,108,108, /* 0x 1b0 */
32, 82,105,103,104,116,115, 32, 82,101,115,101,114,118,101,100, /* 0x 1c0 */
46, 32, 36, 10, 0, 0, 0, 0, 85, 80, 88, 33,161,216,208,213, /* 0x 1d0 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 1e0 */
0, 0, 0, 0, 0, 0, 0, 45, 24,219,208, 0,100, 8,102,248, /* 0x 1f0 */
16, 27,209, 0,101,242,114, 1,118, 0,208, 0,102, 4, 16, 27, /* 0x 200 */
209, 0,211,129,208, 0,100,242,102, 6, 16, 27,209, 0,100,234, /* 0x 210 */
87,129,101, 10,225,137, 18, 27, 70,129,103, 72, 42, 1,208, 0, /* 0x 220 */
102, 4, 16, 27,209, 0,215, 67,208, 0,102, 4, 16, 27,209, 0, /* 0x 230 */
215, 67, 74, 67,102, 26, 82, 67,208, 0,102, 4, 16, 27,209, 0, /* 0x 240 */
215, 67,208, 0,100,242,102, 6, 16, 27,209, 0,100,234, 84, 67, /* 0x 250 */
69,244, 88, 0, 34, 5,146,134,215, 71, 24,218, 24,218, 81,203, /* 0x 260 */
255,252, 96,134, 44, 60,117,112, 52, 49,117, 51, 32, 78, 34, 68, /* 0x 270 */
211,216,211,195,217,145, 22, 24,103, 10,182, 5,102,244, 67,233, /* 0x 280 */
0,254, 96,242, 78,215, 1,248, 0,158, 0, 2 /* 0x 290 */
};

67
src/stub/l_t_n2bs.h Normal file
View File

@ -0,0 +1,67 @@
/* l_t_n2bs.h -- created from l_t_n2bs.bin, 530 (0x212) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV2B_LOADER_SMALL_ADLER32 0xdbbdb30f
#define NRV2B_LOADER_SMALL_CRC32 0xa0c13a80
unsigned char nrv2b_loader_small[530] = {
32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */
127,254, 36, 64, 80,138, 44, 90, 40, 14, 36,188,117,112, 49, 49, /* 0x 10 */
221,218, 36,206, 36,188,117,112, 49, 50,221,218, 40, 82, 36,206, /* 0x 20 */
36,188,117,112, 49, 51, 38, 68,215,252,117,112, 50, 49, 32, 60, /* 0x 30 */
117,112, 50, 50, 39, 36,117, 49,102,250, 69,250, 0,182, 47, 4, /* 0x 40 */
122, 70, 63, 34, 83,133,100,250, 63,124, 78,113, 0,124, 97, 26, /* 0x 50 */
40, 68,112,128,126,255,124,152,235, 78, 36, 68,213,252,117,112, /* 0x 60 */
51, 49, 78,210, 44,195,117, 52,102,250, 72,120,255,255, 66,167, /* 0x 70 */
47, 60, 1, 84, 0, 22, 78, 65, 79,239, 0, 12, 74,128,103, 96, /* 0x 80 */
72,122, 0, 16, 63, 60, 0, 38, 78, 78, 92,143, 96, 82, 46, 73, /* 0x 90 */
78,208, 47, 56, 0, 16, 47, 56, 0, 44, 47, 56, 0,244, 34, 79, /* 0x a0 */
65,250,255,236, 33,200, 0, 16, 33,200, 0, 44, 33,200, 0,244, /* 0x b0 */
78,113, 65,250, 0, 6,244,248, 96, 22, 65,250, 0, 20, 78,122, /* 0x c0 */
0, 2, 34, 0, 0, 65, 8, 8, 78,123, 16, 2, 78,123, 0, 2, /* 0x d0 */
33,223, 0,244, 33,223, 0, 44, 33,223, 0, 16, 78,113, 78,117, /* 0x e0 */
78,117, 79,239, 0,146, 76,223,127,254, 32, 8,103, 2,159,207, /* 0x f0 */
78,249, 10, 36, 73,100, 58, 32, 85, 80, 88, 32, 40, 67, 41, 32, /* 0x 100 */
49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116,104,101, 32, 85, 80, /* 0x 110 */
88, 32, 84,101, 97,109, 46, 32, 65,108,108, 32, 82,105,103,104, /* 0x 120 */
116,115, 32, 82,101,115,101,114,118,101,100, 46, 32,104,116,116, /* 0x 130 */
112, 58, 47, 47,117,112,120, 46,115,102, 46,110,101,116, 32, 36, /* 0x 140 */
10, 0, 0, 0, 85, 80, 88, 33,161,216,208,213, 0, 0, 0, 0, /* 0x 150 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 160 */
0, 0, 0, 45, 24,219,208, 0,102, 4, 16, 27,209, 0,101,244, /* 0x 170 */
114, 1,118, 0,208, 0,102, 4, 16, 27,209, 0,211,129,208, 0, /* 0x 180 */
102, 4, 16, 27,209, 0,100,236, 87,129,101, 10,225,137, 18, 27, /* 0x 190 */
70,129,103, 70, 42, 1,208, 0,102, 4, 16, 27,209, 0,215, 67, /* 0x 1a0 */
208, 0,102, 4, 16, 27,209, 0,215, 67, 74, 67,102, 24, 82, 67, /* 0x 1b0 */
208, 0,102, 4, 16, 27,209, 0,215, 67,208, 0,102, 4, 16, 27, /* 0x 1c0 */
209, 0,100,236, 84, 67, 69,244, 88, 0, 34, 5,146,134,215, 71, /* 0x 1d0 */
24,218, 24,218, 81,203,255,252, 96,140, 44, 60,117,112, 52, 49, /* 0x 1e0 */
117, 51, 32, 78, 34, 68,211,216,211,195,217,145, 22, 24,103, 10, /* 0x 1f0 */
182, 5,102,244, 67,233, 0,254, 96,242, 78,215, 1,116, 0,152, /* 0x 200 */
0, 2 /* 0x 210 */
};

76
src/stub/l_t_n2d.h Normal file
View File

@ -0,0 +1,76 @@
/* l_t_n2d.h -- created from l_t_n2d.bin, 688 (0x2b0) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV2D_LOADER_ADLER32 0x85f8f45e
#define NRV2D_LOADER_CRC32 0x55102734
unsigned char nrv2d_loader[688] = {
32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */
127,254, 36, 64, 80,138, 44, 90, 40, 14, 36,188,117,112, 49, 49, /* 0x 10 */
221,218, 36,206, 36,188,117,112, 49, 50,221,218, 40, 82, 36,206, /* 0x 20 */
36,188,117,112, 49, 51, 38, 68,215,252,117,112, 50, 49, 32, 60, /* 0x 30 */
117,112, 50, 50, 73,236,255, 96, 76,236, 39,238, 0,120, 72,227, /* 0x 40 */
119,228, 76,236, 39,238, 0, 80, 72,227,119,228, 76,236, 39,238, /* 0x 50 */
0, 40, 72,227,119,228, 76,212, 39,238, 72,227,119,228,117, 49, /* 0x 60 */
102,210,117, 50, 39, 36, 81,200,255,252, 69,250, 0,188, 47, 4, /* 0x 70 */
122, 73, 63, 34, 83,133,100,250, 63,124, 78,113, 0,130, 97, 32, /* 0x 80 */
40, 68,112,128,126,255,124,176,233, 78, 36, 68,213,252,117,112, /* 0x 90 */
51, 49, 78,210, 44,195, 44,195, 44,195, 44,195,117, 52,102,244, /* 0x a0 */
72,120,255,255, 66,167, 47, 60, 1, 84, 0, 22, 78, 65, 79,239, /* 0x b0 */
0, 12, 74,128,103, 96, 72,122, 0, 16, 63, 60, 0, 38, 78, 78, /* 0x c0 */
92,143, 96, 82, 46, 73, 78,208, 47, 56, 0, 16, 47, 56, 0, 44, /* 0x d0 */
47, 56, 0,244, 34, 79, 65,250,255,236, 33,200, 0, 16, 33,200, /* 0x e0 */
0, 44, 33,200, 0,244, 78,113, 65,250, 0, 6,244,248, 96, 22, /* 0x f0 */
65,250, 0, 20, 78,122, 0, 2, 34, 0, 0, 65, 8, 8, 78,123, /* 0x 100 */
16, 2, 78,123, 0, 2, 33,223, 0,244, 33,223, 0, 44, 33,223, /* 0x 110 */
0, 16, 78,113, 78,117, 78,117, 79,239, 0,152, 76,223,127,254, /* 0x 120 */
32, 8,103, 2,159,207, 78,249, 10, 0, 36, 73,110,102,111, 58, /* 0x 130 */
32, 84,104,105,115, 32,102,105,108,101, 32,105,115, 32,112, 97, /* 0x 140 */
99,107,101,100, 32,119,105,116,104, 32,116,104,101, 32, 85, 80, /* 0x 150 */
88, 32,101,120,101, 99,117,116, 97, 98,108,101, 32,112, 97, 99, /* 0x 160 */
107,101,114, 32,104,116,116,112, 58, 47, 47,117,112,120, 46,115, /* 0x 170 */
102, 46,110,101,116, 32, 36, 10, 0, 36, 73,100, 58, 32, 85, 80, /* 0x 180 */
88, 32, 85, 80, 88, 86, 32, 67,111,112,121,114,105,103,104,116, /* 0x 190 */
32, 40, 67, 41, 32, 49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116, /* 0x 1a0 */
104,101, 32, 85, 80, 88, 32, 84,101, 97,109, 46, 32, 65,108,108, /* 0x 1b0 */
32, 82,105,103,104,116,115, 32, 82,101,115,101,114,118,101,100, /* 0x 1c0 */
46, 32, 36, 10, 0, 0, 0, 0, 85, 80, 88, 33,161,216,208,213, /* 0x 1d0 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 1e0 */
0, 0, 0, 0, 0, 0, 0, 45, 24,219,208, 0,100, 8,102,248, /* 0x 1f0 */
16, 27,209, 0,101,242,114, 1,118, 0,208, 0,102, 4, 16, 27, /* 0x 200 */
209, 0,211, 65,208, 0,100, 8,102, 22, 16, 27,209, 0,101, 16, /* 0x 210 */
83, 65,208, 0,102, 4, 16, 27,209, 0,211, 65,106,220, 96, 88, /* 0x 220 */
87, 65,101, 12,225,137, 18, 27, 70,129,226,129, 42, 1, 96, 8, /* 0x 230 */
208, 0,102, 4, 16, 27,209, 0,215, 67,208, 0,102, 4, 16, 27, /* 0x 240 */
209, 0,215, 67, 74, 67,102, 26, 82, 67,208, 0,102, 4, 16, 27, /* 0x 250 */
209, 0,215, 67,208, 0,100,242,102, 6, 16, 27,209, 0,100,234, /* 0x 260 */
84, 67, 69,244, 88, 0, 34, 5,146,134,215, 71, 24,218, 24,218, /* 0x 270 */
81,203,255,252, 96, 0,255,116, 44, 60,117,112, 52, 49,117, 51, /* 0x 280 */
32, 78, 34, 68,211,216,211,195,217,145, 22, 24,103, 10,182, 5, /* 0x 290 */
102,244, 67,233, 0,254, 96,242, 78,215, 1,248, 0,178, 0, 2 /* 0x 2a0 */
};

68
src/stub/l_t_n2ds.h Normal file
View File

@ -0,0 +1,68 @@
/* l_t_n2ds.h -- created from l_t_n2ds.bin, 550 (0x226) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV2D_LOADER_SMALL_ADLER32 0x9ea3b9c7
#define NRV2D_LOADER_SMALL_CRC32 0x4f615580
unsigned char nrv2d_loader_small[550] = {
32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */
127,254, 36, 64, 80,138, 44, 90, 40, 14, 36,188,117,112, 49, 49, /* 0x 10 */
221,218, 36,206, 36,188,117,112, 49, 50,221,218, 40, 82, 36,206, /* 0x 20 */
36,188,117,112, 49, 51, 38, 68,215,252,117,112, 50, 49, 32, 60, /* 0x 30 */
117,112, 50, 50, 39, 36,117, 49,102,250, 69,250, 0,182, 47, 4, /* 0x 40 */
122, 70, 63, 34, 83,133,100,250, 63,124, 78,113, 0,124, 97, 26, /* 0x 50 */
40, 68,112,128,126,255,124,176,233, 78, 36, 68,213,252,117,112, /* 0x 60 */
51, 49, 78,210, 44,195,117, 52,102,250, 72,120,255,255, 66,167, /* 0x 70 */
47, 60, 1, 84, 0, 22, 78, 65, 79,239, 0, 12, 74,128,103, 96, /* 0x 80 */
72,122, 0, 16, 63, 60, 0, 38, 78, 78, 92,143, 96, 82, 46, 73, /* 0x 90 */
78,208, 47, 56, 0, 16, 47, 56, 0, 44, 47, 56, 0,244, 34, 79, /* 0x a0 */
65,250,255,236, 33,200, 0, 16, 33,200, 0, 44, 33,200, 0,244, /* 0x b0 */
78,113, 65,250, 0, 6,244,248, 96, 22, 65,250, 0, 20, 78,122, /* 0x c0 */
0, 2, 34, 0, 0, 65, 8, 8, 78,123, 16, 2, 78,123, 0, 2, /* 0x d0 */
33,223, 0,244, 33,223, 0, 44, 33,223, 0, 16, 78,113, 78,117, /* 0x e0 */
78,117, 79,239, 0,146, 76,223,127,254, 32, 8,103, 2,159,207, /* 0x f0 */
78,249, 10, 36, 73,100, 58, 32, 85, 80, 88, 32, 40, 67, 41, 32, /* 0x 100 */
49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116,104,101, 32, 85, 80, /* 0x 110 */
88, 32, 84,101, 97,109, 46, 32, 65,108,108, 32, 82,105,103,104, /* 0x 120 */
116,115, 32, 82,101,115,101,114,118,101,100, 46, 32,104,116,116, /* 0x 130 */
112, 58, 47, 47,117,112,120, 46,115,102, 46,110,101,116, 32, 36, /* 0x 140 */
10, 0, 0, 0, 85, 80, 88, 33,161,216,208,213, 0, 0, 0, 0, /* 0x 150 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 160 */
0, 0, 0, 45, 24,219,208, 0,102, 4, 16, 27,209, 0,101,244, /* 0x 170 */
114, 1,118, 0,208, 0,102, 4, 16, 27,209, 0,211, 65,208, 0, /* 0x 180 */
102, 4, 16, 27,209, 0,101, 16, 83, 65,208, 0,102, 4, 16, 27, /* 0x 190 */
209, 0,211, 65,106,222, 96, 86, 87, 65,101, 12,225,137, 18, 27, /* 0x 1a0 */
70,129,226,129, 42, 1, 96, 8,208, 0,102, 4, 16, 27,209, 0, /* 0x 1b0 */
215, 67,208, 0,102, 4, 16, 27,209, 0,215, 67, 74, 67,102, 24, /* 0x 1c0 */
82, 67,208, 0,102, 4, 16, 27,209, 0,215, 67,208, 0,102, 4, /* 0x 1d0 */
16, 27,209, 0,100,236, 84, 67, 69,244, 88, 0, 34, 5,146,134, /* 0x 1e0 */
215, 71, 24,218, 24,218, 81,203,255,252, 96, 0,255,122, 44, 60, /* 0x 1f0 */
117,112, 52, 49,117, 51, 32, 78, 34, 68,211,216,211,195,217,145, /* 0x 200 */
22, 24,103, 10,182, 5,102,244, 67,233, 0,254, 96,242, 78,215, /* 0x 210 */
1,116, 0,172, 0, 2 /* 0x 220 */
};

77
src/stub/l_t_n2e.h Normal file
View File

@ -0,0 +1,77 @@
/* l_t_n2e.h -- created from l_t_n2e.bin, 696 (0x2b8) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV2E_LOADER_ADLER32 0x0af0f672
#define NRV2E_LOADER_CRC32 0xc1bcd981
unsigned char nrv2e_loader[696] = {
32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */
127,254, 36, 64, 80,138, 44, 90, 40, 14, 36,188,117,112, 49, 49, /* 0x 10 */
221,218, 36,206, 36,188,117,112, 49, 50,221,218, 40, 82, 36,206, /* 0x 20 */
36,188,117,112, 49, 51, 38, 68,215,252,117,112, 50, 49, 32, 60, /* 0x 30 */
117,112, 50, 50, 73,236,255, 96, 76,236, 39,238, 0,120, 72,227, /* 0x 40 */
119,228, 76,236, 39,238, 0, 80, 72,227,119,228, 76,236, 39,238, /* 0x 50 */
0, 40, 72,227,119,228, 76,212, 39,238, 72,227,119,228,117, 49, /* 0x 60 */
102,210,117, 50, 39, 36, 81,200,255,252, 69,250, 0,188, 47, 4, /* 0x 70 */
122, 73, 63, 34, 83,133,100,250, 63,124, 78,113, 0,130, 97, 32, /* 0x 80 */
40, 68,112,128,126, 0,124,176,233, 78, 36, 68,213,252,117,112, /* 0x 90 */
51, 49, 78,210, 44,195, 44,195, 44,195, 44,195,117, 52,102,244, /* 0x a0 */
72,120,255,255, 66,167, 47, 60, 1, 84, 0, 22, 78, 65, 79,239, /* 0x b0 */
0, 12, 74,128,103, 96, 72,122, 0, 16, 63, 60, 0, 38, 78, 78, /* 0x c0 */
92,143, 96, 82, 46, 73, 78,208, 47, 56, 0, 16, 47, 56, 0, 44, /* 0x d0 */
47, 56, 0,244, 34, 79, 65,250,255,236, 33,200, 0, 16, 33,200, /* 0x e0 */
0, 44, 33,200, 0,244, 78,113, 65,250, 0, 6,244,248, 96, 22, /* 0x f0 */
65,250, 0, 20, 78,122, 0, 2, 34, 0, 0, 65, 8, 8, 78,123, /* 0x 100 */
16, 2, 78,123, 0, 2, 33,223, 0,244, 33,223, 0, 44, 33,223, /* 0x 110 */
0, 16, 78,113, 78,117, 78,117, 79,239, 0,152, 76,223,127,254, /* 0x 120 */
32, 8,103, 2,159,207, 78,249, 10, 0, 36, 73,110,102,111, 58, /* 0x 130 */
32, 84,104,105,115, 32,102,105,108,101, 32,105,115, 32,112, 97, /* 0x 140 */
99,107,101,100, 32,119,105,116,104, 32,116,104,101, 32, 85, 80, /* 0x 150 */
88, 32,101,120,101, 99,117,116, 97, 98,108,101, 32,112, 97, 99, /* 0x 160 */
107,101,114, 32,104,116,116,112, 58, 47, 47,117,112,120, 46,115, /* 0x 170 */
102, 46,110,101,116, 32, 36, 10, 0, 36, 73,100, 58, 32, 85, 80, /* 0x 180 */
88, 32, 85, 80, 88, 86, 32, 67,111,112,121,114,105,103,104,116, /* 0x 190 */
32, 40, 67, 41, 32, 49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116, /* 0x 1a0 */
104,101, 32, 85, 80, 88, 32, 84,101, 97,109, 46, 32, 65,108,108, /* 0x 1b0 */
32, 82,105,103,104,116,115, 32, 82,101,115,101,114,118,101,100, /* 0x 1c0 */
46, 32, 36, 10, 0, 0, 0, 0, 85, 80, 88, 33,161,216,208,213, /* 0x 1d0 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 1e0 */
0, 0, 0, 0, 0, 0, 0, 45, 24,219,208, 0,100, 8,102,248, /* 0x 1f0 */
16, 27,209, 0,101,242,114, 1,118, 0,208, 0,102, 4, 16, 27, /* 0x 200 */
209, 0,211, 65,208, 0,100, 8,102, 22, 16, 27,209, 0,101, 16, /* 0x 210 */
83, 65,208, 0,102, 4, 16, 27,209, 0,211, 65,106,220, 96, 96, /* 0x 220 */
87, 65,101, 22,225,137, 18, 27, 70,129,226,129,100, 24,208, 0, /* 0x 230 */
102, 4, 16, 27,209, 0,215, 67, 96, 48, 34, 5,208, 0,102, 4, /* 0x 240 */
16, 27,209, 0,101,232, 82, 67,208, 0,102, 4, 16, 27,209, 0, /* 0x 250 */
101,220,208, 0,102, 4, 16, 27,209, 0,215, 67,208, 0,100,242, /* 0x 260 */
102, 6, 16, 27,209, 0,100,234, 84, 67, 42, 1, 69,244, 24, 0, /* 0x 270 */
146,134,215, 71, 24,218, 24,218, 81,203,255,252, 96, 0,255,108, /* 0x 280 */
44, 60,117,112, 52, 49,117, 51, 32, 78, 34, 68,211,216,211,195, /* 0x 290 */
217,145, 22, 24,103, 10,182, 5,102,244, 67,233, 0,254, 96,242, /* 0x 2a0 */
78,215, 1,248, 0,186, 0, 2 /* 0x 2b0 */
};

68
src/stub/l_t_n2es.h Normal file
View File

@ -0,0 +1,68 @@
/* l_t_n2es.h -- created from l_t_n2es.bin, 558 (0x22e) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV2E_LOADER_SMALL_ADLER32 0xb081bbdb
#define NRV2E_LOADER_SMALL_CRC32 0x777a6111
unsigned char nrv2e_loader_small[558] = {
32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */
127,254, 36, 64, 80,138, 44, 90, 40, 14, 36,188,117,112, 49, 49, /* 0x 10 */
221,218, 36,206, 36,188,117,112, 49, 50,221,218, 40, 82, 36,206, /* 0x 20 */
36,188,117,112, 49, 51, 38, 68,215,252,117,112, 50, 49, 32, 60, /* 0x 30 */
117,112, 50, 50, 39, 36,117, 49,102,250, 69,250, 0,182, 47, 4, /* 0x 40 */
122, 70, 63, 34, 83,133,100,250, 63,124, 78,113, 0,124, 97, 26, /* 0x 50 */
40, 68,112,128,126, 0,124,176,233, 78, 36, 68,213,252,117,112, /* 0x 60 */
51, 49, 78,210, 44,195,117, 52,102,250, 72,120,255,255, 66,167, /* 0x 70 */
47, 60, 1, 84, 0, 22, 78, 65, 79,239, 0, 12, 74,128,103, 96, /* 0x 80 */
72,122, 0, 16, 63, 60, 0, 38, 78, 78, 92,143, 96, 82, 46, 73, /* 0x 90 */
78,208, 47, 56, 0, 16, 47, 56, 0, 44, 47, 56, 0,244, 34, 79, /* 0x a0 */
65,250,255,236, 33,200, 0, 16, 33,200, 0, 44, 33,200, 0,244, /* 0x b0 */
78,113, 65,250, 0, 6,244,248, 96, 22, 65,250, 0, 20, 78,122, /* 0x c0 */
0, 2, 34, 0, 0, 65, 8, 8, 78,123, 16, 2, 78,123, 0, 2, /* 0x d0 */
33,223, 0,244, 33,223, 0, 44, 33,223, 0, 16, 78,113, 78,117, /* 0x e0 */
78,117, 79,239, 0,146, 76,223,127,254, 32, 8,103, 2,159,207, /* 0x f0 */
78,249, 10, 36, 73,100, 58, 32, 85, 80, 88, 32, 40, 67, 41, 32, /* 0x 100 */
49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116,104,101, 32, 85, 80, /* 0x 110 */
88, 32, 84,101, 97,109, 46, 32, 65,108,108, 32, 82,105,103,104, /* 0x 120 */
116,115, 32, 82,101,115,101,114,118,101,100, 46, 32,104,116,116, /* 0x 130 */
112, 58, 47, 47,117,112,120, 46,115,102, 46,110,101,116, 32, 36, /* 0x 140 */
10, 0, 0, 0, 85, 80, 88, 33,161,216,208,213, 0, 0, 0, 0, /* 0x 150 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 160 */
0, 0, 0, 45, 24,219,208, 0,102, 4, 16, 27,209, 0,101,244, /* 0x 170 */
114, 1,118, 0,208, 0,102, 4, 16, 27,209, 0,211, 65,208, 0, /* 0x 180 */
102, 4, 16, 27,209, 0,101, 16, 83, 65,208, 0,102, 4, 16, 27, /* 0x 190 */
209, 0,211, 65,106,222, 96, 94, 87, 65,101, 22,225,137, 18, 27, /* 0x 1a0 */
70,129,226,129,100, 24,208, 0,102, 4, 16, 27,209, 0,215, 67, /* 0x 1b0 */
96, 46, 34, 5,208, 0,102, 4, 16, 27,209, 0,101,232, 82, 67, /* 0x 1c0 */
208, 0,102, 4, 16, 27,209, 0,101,220,208, 0,102, 4, 16, 27, /* 0x 1d0 */
209, 0,215, 67,208, 0,102, 4, 16, 27,209, 0,100,236, 84, 67, /* 0x 1e0 */
42, 1, 69,244, 24, 0,146,134,215, 71, 24,218, 24,218, 81,203, /* 0x 1f0 */
255,252, 96, 0,255,114, 44, 60,117,112, 52, 49,117, 51, 32, 78, /* 0x 200 */
34, 68,211,216,211,195,217,145, 22, 24,103, 10,182, 5,102,244, /* 0x 210 */
67,233, 0,254, 96,242, 78,215, 1,116, 0,180, 0, 2 /* 0x 220 */
};

242
src/stub/l_tmt.h Normal file
View File

@ -0,0 +1,242 @@
/* l_tmt.h -- created from l_tmt.bin, 3334 (0xd06) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV_LOADER_ADLER32 0x437a37ee
#define NRV_LOADER_CRC32 0xf3cb4784
unsigned char nrv_loader[3334] = {
191, 0, 0, 0, 0, 87,141,183, 69, 83, 73, 48,141,191, 69, 68, /* 0x 0 */
73, 48,185, 69, 67, 88, 48,253,243,164,252,141,119, 1, 95,131, /* 0x 10 */
205,255, 87, 87,233, 74, 77, 80, 68, 85, 80, 88, 33,161,216,208, /* 0x 20 */
213, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 30 */
0, 0, 0, 0, 0, 0, 0, 0, 45,235, 0,164,235, 0,138, 6, /* 0x 40 */
70,136, 7, 71, 1,219,117, 7,139, 30,131,238,252, 17,219,114, /* 0x 50 */
0, 49,192, 64,138, 7,114, 0,184, 1, 0, 0, 0, 1,219,117, /* 0x 60 */
7,139, 30,131,238,252, 17,219, 17,192, 1,219,117, 7,139, 30, /* 0x 70 */
131,238,252, 17,219,115, 0, 1,219,115, 0,117, 9,139, 30,131, /* 0x 80 */
238,252, 17,219,115, 0, 49,201,131,232, 3,114, 13,193,224, 8, /* 0x 90 */
138, 6, 70,131,240,255,116, 0,137,197, 1,219,117, 7,139, 30, /* 0x a0 */
131,238,252, 17,219, 17,201, 1,219,117, 7,139, 30,131,238,252, /* 0x b0 */
17,219, 17,201,117, 0, 65, 1,219,117, 7,139, 30,131,238,252, /* 0x c0 */
17,219, 17,201, 1,219,117, 7,139, 30,131,238,252, 17,219,115, /* 0x d0 */
0, 1,219,115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, /* 0x e0 */
65, 65,131,193, 2,129,253, 0,243,255,255,131,209, 1, 86,141, /* 0x f0 */
52, 47,243,164, 94,233, 0, 0, 0, 0,141, 20, 47,131,253,252, /* 0x 100 */
138, 4, 15,118, 0,138, 2, 66,136, 7, 71, 73,117,247,233, 0, /* 0x 110 */
0, 0, 0,139, 2,131,194, 4,137, 7,131,199, 4,131,233, 4, /* 0x 120 */
119,241, 1,207,233, 0, 0, 0, 0,235, 0,164,235, 0,138, 6, /* 0x 130 */
70,136, 7, 71, 1,219,117, 7,139, 30,131,238,252, 17,219,114, /* 0x 140 */
0, 49,192, 64,138, 7,114, 0,184, 1, 0, 0, 0, 1,219,117, /* 0x 150 */
7,139, 30,131,238,252, 17,219, 17,192, 1,219,117, 7,139, 30, /* 0x 160 */
131,238,252, 17,219,114, 0, 1,219,115, 11,117, 0,139, 30,131, /* 0x 170 */
238,252, 17,219,114, 0, 72, 1,219,117, 7,139, 30,131,238,252, /* 0x 180 */
17,219, 17,192,235, 0, 49,201,131,232, 3,114, 17,193,224, 8, /* 0x 190 */
138, 6, 70,131,240,255,116, 0,209,248,137,197,235, 11, 1,219, /* 0x 1a0 */
117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219,117, 7,139, /* 0x 1b0 */
30,131,238,252, 17,219, 17,201,117, 0, 65, 1,219,117, 7,139, /* 0x 1c0 */
30,131,238,252, 17,219, 17,201, 1,219,117, 7,139, 30,131,238, /* 0x 1d0 */
252, 17,219,115, 0, 1,219,115, 0,117, 9,139, 30,131,238,252, /* 0x 1e0 */
17,219,115, 0, 65, 65,131,193, 2,129,253, 0,251,255,255,131, /* 0x 1f0 */
209, 1, 86,141, 52, 47,243,164, 94,233, 0, 0, 0, 0,141, 20, /* 0x 200 */
47,131,253,252,138, 4, 15,118, 0,138, 2, 66,136, 7, 71, 73, /* 0x 210 */
117,247,233, 0, 0, 0, 0,139, 2,131,194, 4,137, 7,131,199, /* 0x 220 */
4,131,233, 4,119,241, 1,207,233, 0, 0, 0, 0,235, 0,164, /* 0x 230 */
235, 0,138, 6, 70,136, 7, 71, 1,219,117, 7,139, 30,131,238, /* 0x 240 */
252, 17,219,114, 0, 49,192, 64,138, 7,114, 0,184, 1, 0, 0, /* 0x 250 */
0, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,192, 1,219, /* 0x 260 */
117, 7,139, 30,131,238,252, 17,219,114, 0, 1,219,115, 11,117, /* 0x 270 */
0,139, 30,131,238,252, 17,219,114, 0, 72, 1,219,117, 7,139, /* 0x 280 */
30,131,238,252, 17,219, 17,192,235, 0, 1,219,117, 7,139, 30, /* 0x 290 */
131,238,252, 17,219, 17,201,235, 0, 49,201,131,232, 3,114, 17, /* 0x 2a0 */
193,224, 8,138, 6, 70,131,240,255,116, 0,209,248,137,197,235, /* 0x 2b0 */
11, 1,219,117, 7,139, 30,131,238,252, 17,219,114,204, 65, 1, /* 0x 2c0 */
219,117, 7,139, 30,131,238,252, 17,219,114,190, 1,219,117, 7, /* 0x 2d0 */
139, 30,131,238,252, 17,219, 17,201, 1,219,117, 7,139, 30,131, /* 0x 2e0 */
238,252, 17,219,115, 0, 1,219,115, 0,117, 9,139, 30,131,238, /* 0x 2f0 */
252, 17,219,115, 0, 65, 65,131,193, 2,129,253, 0,251,255,255, /* 0x 300 */
131,209, 2, 86,141, 52, 47,243,164, 94,233, 0, 0, 0, 0,141, /* 0x 310 */
20, 47,131,253,252,138, 4, 15,118, 0,138, 2, 66,136, 7, 71, /* 0x 320 */
73,117,247,233, 0, 0, 0, 0,139, 2,131,194, 4,137, 7,131, /* 0x 330 */
199, 4,131,233, 4,119,241, 1,207,233, 0, 0, 0, 0, 93,137, /* 0x 340 */
254, 43,119,252, 95,185, 84, 69, 88, 76,138, 7, 71, 44,232, 60, /* 0x 350 */
1,119,247,128, 63, 63,117, 0,139, 7,138, 95, 4,102,193,232, /* 0x 360 */
8,134,196,193,192, 16,134,196, 41,248,128,235,232, 1,232,137, /* 0x 370 */
7,131,199, 5,136,216,226, 0,185, 84, 69, 88, 76,176,232,176, /* 0x 380 */
233,242,174,117, 0,128, 63, 63,117, 0,139, 7,102,193,232, 8, /* 0x 390 */
134,196,193,192, 16,134,196, 41,248, 1,232,171,235, 0,141,125, /* 0x 3a0 */
252, 49,192,138, 6, 70, 9,192,116, 0, 60,239,119, 17, 1,199, /* 0x 3b0 */
139, 7,134,196,193,192, 16,134,196, 1,232,137, 7,235,226, 36, /* 0x 3c0 */
15,193,224, 16,102,139, 6,131,198, 2, 9,192,117, 0,139, 6, /* 0x 3d0 */
131,198, 4,235, 0,233, 74, 77, 80, 79, 0, 0, 84, 77, 84, 77, /* 0x 3e0 */
65, 73, 78, 49, 0, 0, 0, 0, 84, 77, 84, 67, 65, 76, 84, 49, /* 0x 3f0 */
35, 0, 0, 0, 84, 77, 84, 77, 65, 73, 78, 50, 36, 0, 0, 0, /* 0x 400 */
85, 80, 88, 49, 72, 69, 65, 68, 41, 0, 0, 0, 84, 77, 84, 67, /* 0x 410 */
85, 84, 80, 79, 73, 0, 0, 0, 78, 50, 66, 83, 77, 65, 49, 48, /* 0x 420 */
73, 0, 0, 0, 0, 0, 0, 0, 75, 0, 0, 0, 78, 50, 66, 68, /* 0x 430 */
69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 48, /* 0x 440 */
76, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 78, 50, 66, 68, /* 0x 450 */
69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 49, /* 0x 460 */
78, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, 84, 0, 0, 0, /* 0x 470 */
78, 50, 66, 83, 77, 65, 50, 48, 95, 0, 0, 0, 0, 0, 0, 0, /* 0x 480 */
97, 0, 0, 0, 78, 50, 66, 83, 77, 65, 49, 48, 2, 0, 0, 0, /* 0x 490 */
78, 50, 66, 70, 65, 83, 50, 48,100, 0, 0, 0, 0, 0, 0, 0, /* 0x 4a0 */
104, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 49, 0, 0, 0, 0, /* 0x 4b0 */
78, 50, 66, 68, 69, 67, 50, 48,109, 0, 0, 0, 78, 50, 66, 83, /* 0x 4c0 */
77, 65, 51, 48,122, 0, 0, 0, 0, 0, 0, 0,135, 0, 0, 0, /* 0x 4d0 */
78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 70, /* 0x 4e0 */
65, 83, 51, 48,135, 0, 0, 0, 0, 0, 0, 0,139, 0, 0, 0, /* 0x 4f0 */
78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 500 */
150, 0, 0, 0, 78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, /* 0x 510 */
78, 50, 66, 68, 69, 67, 51, 48,150, 0, 0, 0, 0, 0, 0, 0, /* 0x 520 */
168, 0, 0, 0, 78, 50, 66, 68, 69, 67, 54, 48, 0, 0, 0, 0, /* 0x 530 */
0, 0, 0, 0,198, 0, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48, /* 0x 540 */
0, 0, 0, 0, 78, 50, 66, 83, 77, 65, 52, 48,212, 0, 0, 0, /* 0x 550 */
0, 0, 0, 0,225, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, /* 0x 560 */
49, 0, 0, 0, 78, 50, 66, 70, 65, 83, 52, 48,225, 0, 0, 0, /* 0x 570 */
0, 0, 0, 0,229, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, /* 0x 580 */
49, 0, 0, 0, 0, 0, 0, 0,240, 0, 0, 0, 78, 50, 66, 68, /* 0x 590 */
69, 67, 51, 48, 49, 0, 0, 0, 78, 50, 66, 68, 85, 77, 77, 49, /* 0x 5a0 */
240, 0, 0, 0, 78, 50, 66, 83, 77, 65, 53, 48,240, 0, 0, 0, /* 0x 5b0 */
78, 50, 66, 70, 65, 83, 53, 48,242, 0, 0, 0, 78, 50, 66, 68, /* 0x 5c0 */
69, 67, 53, 48,245, 0, 0, 0, 78, 50, 66, 83, 77, 65, 54, 48, /* 0x 5d0 */
254, 0, 0, 0, 0, 0, 0, 0, 10, 1, 0, 0, 78, 50, 66, 68, /* 0x 5e0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 48, /* 0x 5f0 */
10, 1, 0, 0, 0, 0, 0, 0, 21, 1, 0, 0, 78, 50, 66, 70, /* 0x 600 */
65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0, 35, 1, 0, 0, /* 0x 610 */
78, 50, 66, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 70, /* 0x 620 */
65, 83, 54, 49, 35, 1, 0, 0, 0, 0, 0, 0, 57, 1, 0, 0, /* 0x 630 */
78, 50, 66, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 68, /* 0x 640 */
69, 67, 54, 48, 57, 1, 0, 0, 78, 82, 86, 50, 66, 69, 78, 68, /* 0x 650 */
57, 1, 0, 0, 78, 50, 68, 83, 77, 65, 49, 48, 57, 1, 0, 0, /* 0x 660 */
0, 0, 0, 0, 59, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 670 */
4, 0, 0, 0, 78, 50, 68, 70, 65, 83, 49, 48, 60, 1, 0, 0, /* 0x 680 */
0, 0, 0, 0, 62, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 690 */
4, 0, 0, 0, 78, 50, 68, 70, 65, 83, 49, 49, 62, 1, 0, 0, /* 0x 6a0 */
78, 50, 68, 68, 69, 67, 49, 48, 68, 1, 0, 0, 78, 50, 68, 83, /* 0x 6b0 */
77, 65, 50, 48, 79, 1, 0, 0, 0, 0, 0, 0, 81, 1, 0, 0, /* 0x 6c0 */
78, 50, 68, 83, 77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 68, 70, /* 0x 6d0 */
65, 83, 50, 48, 84, 1, 0, 0, 0, 0, 0, 0, 88, 1, 0, 0, /* 0x 6e0 */
78, 50, 68, 70, 65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 68, 68, /* 0x 6f0 */
69, 67, 50, 48, 93, 1, 0, 0, 78, 50, 68, 83, 77, 65, 51, 48, /* 0x 700 */
106, 1, 0, 0, 0, 0, 0, 0,119, 1, 0, 0, 78, 50, 68, 68, /* 0x 710 */
69, 67, 51, 48, 16, 0, 0, 0, 78, 50, 68, 70, 65, 83, 51, 48, /* 0x 720 */
119, 1, 0, 0, 0, 0, 0, 0,125, 1, 0, 0, 78, 50, 68, 68, /* 0x 730 */
69, 67, 51, 48, 16, 0, 0, 0, 0, 0, 0, 0,134, 1, 0, 0, /* 0x 740 */
78, 50, 68, 68, 69, 67, 51, 48, 16, 0, 0, 0, 78, 50, 68, 68, /* 0x 750 */
69, 67, 51, 48,134, 1, 0, 0, 0, 0, 0, 0,150, 1, 0, 0, /* 0x 760 */
78, 50, 68, 68, 69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 770 */
168, 1, 0, 0, 78, 50, 68, 68, 69, 67, 54, 48, 0, 0, 0, 0, /* 0x 780 */
0, 0, 0, 0,202, 1, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48, /* 0x 790 */
0, 0, 0, 0, 78, 50, 68, 83, 77, 65, 52, 48,216, 1, 0, 0, /* 0x 7a0 */
0, 0, 0, 0,229, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 7b0 */
69, 0, 0, 0, 78, 50, 68, 70, 65, 83, 52, 48,229, 1, 0, 0, /* 0x 7c0 */
0, 0, 0, 0,233, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 7d0 */
69, 0, 0, 0, 0, 0, 0, 0,244, 1, 0, 0, 78, 50, 68, 68, /* 0x 7e0 */
69, 67, 51, 48, 69, 0, 0, 0, 78, 50, 68, 68, 85, 77, 77, 49, /* 0x 7f0 */
244, 1, 0, 0, 78, 50, 68, 83, 77, 65, 53, 48,244, 1, 0, 0, /* 0x 800 */
78, 50, 68, 70, 65, 83, 53, 48,246, 1, 0, 0, 78, 50, 68, 68, /* 0x 810 */
69, 67, 53, 48,249, 1, 0, 0, 78, 50, 68, 83, 77, 65, 54, 48, /* 0x 820 */
2, 2, 0, 0, 0, 0, 0, 0, 14, 2, 0, 0, 78, 50, 68, 68, /* 0x 830 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 48, /* 0x 840 */
14, 2, 0, 0, 0, 0, 0, 0, 25, 2, 0, 0, 78, 50, 68, 70, /* 0x 850 */
65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0, 39, 2, 0, 0, /* 0x 860 */
78, 50, 68, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 70, /* 0x 870 */
65, 83, 54, 49, 39, 2, 0, 0, 0, 0, 0, 0, 61, 2, 0, 0, /* 0x 880 */
78, 50, 68, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 68, /* 0x 890 */
69, 67, 54, 48, 61, 2, 0, 0, 78, 82, 86, 50, 68, 69, 78, 68, /* 0x 8a0 */
61, 2, 0, 0, 78, 50, 69, 83, 77, 65, 49, 48, 61, 2, 0, 0, /* 0x 8b0 */
0, 0, 0, 0, 63, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x 8c0 */
4, 0, 0, 0, 78, 50, 69, 70, 65, 83, 49, 48, 64, 2, 0, 0, /* 0x 8d0 */
0, 0, 0, 0, 66, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x 8e0 */
4, 0, 0, 0, 78, 50, 69, 70, 65, 83, 49, 49, 66, 2, 0, 0, /* 0x 8f0 */
78, 50, 69, 68, 69, 67, 49, 48, 72, 2, 0, 0, 78, 50, 69, 83, /* 0x 900 */
77, 65, 50, 48, 83, 2, 0, 0, 0, 0, 0, 0, 85, 2, 0, 0, /* 0x 910 */
78, 50, 69, 83, 77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 69, 70, /* 0x 920 */
65, 83, 50, 48, 88, 2, 0, 0, 0, 0, 0, 0, 92, 2, 0, 0, /* 0x 930 */
78, 50, 69, 70, 65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 69, 68, /* 0x 940 */
69, 67, 50, 48, 97, 2, 0, 0, 78, 50, 69, 83, 77, 65, 51, 48, /* 0x 950 */
110, 2, 0, 0, 0, 0, 0, 0,123, 2, 0, 0, 78, 50, 69, 68, /* 0x 960 */
69, 67, 51, 48, 31, 0, 0, 0, 78, 50, 69, 70, 65, 83, 51, 48, /* 0x 970 */
123, 2, 0, 0, 0, 0, 0, 0,129, 2, 0, 0, 78, 50, 69, 68, /* 0x 980 */
69, 67, 51, 48, 31, 0, 0, 0, 0, 0, 0, 0,138, 2, 0, 0, /* 0x 990 */
78, 50, 69, 68, 69, 67, 51, 48, 31, 0, 0, 0, 78, 50, 69, 68, /* 0x 9a0 */
69, 67, 51, 48,138, 2, 0, 0, 0, 0, 0, 0,154, 2, 0, 0, /* 0x 9b0 */
78, 50, 69, 68, 69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 9c0 */
169, 2, 0, 0, 78, 50, 69, 68, 69, 67, 53, 48, 0, 0, 0, 0, /* 0x 9d0 */
0, 0, 0, 0,187, 2, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, /* 0x 9e0 */
0, 0, 0, 0, 78, 50, 69, 83, 77, 65, 52, 48,233, 2, 0, 0, /* 0x 9f0 */
0, 0, 0, 0,246, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x a00 */
82, 0, 0, 0, 78, 50, 69, 70, 65, 83, 52, 48,246, 2, 0, 0, /* 0x a10 */
0, 0, 0, 0,250, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x a20 */
82, 0, 0, 0, 0, 0, 0, 0, 5, 3, 0, 0, 78, 50, 69, 68, /* 0x a30 */
69, 67, 51, 48, 82, 0, 0, 0, 78, 50, 69, 68, 85, 77, 77, 49, /* 0x a40 */
5, 3, 0, 0, 78, 50, 69, 83, 77, 65, 53, 48, 5, 3, 0, 0, /* 0x a50 */
78, 50, 69, 70, 65, 83, 53, 48, 7, 3, 0, 0, 78, 50, 69, 68, /* 0x a60 */
69, 67, 53, 48, 10, 3, 0, 0, 78, 50, 69, 83, 77, 65, 54, 48, /* 0x a70 */
19, 3, 0, 0, 0, 0, 0, 0, 31, 3, 0, 0, 78, 50, 69, 68, /* 0x a80 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 48, /* 0x a90 */
31, 3, 0, 0, 0, 0, 0, 0, 42, 3, 0, 0, 78, 50, 69, 70, /* 0x aa0 */
65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0, 56, 3, 0, 0, /* 0x ab0 */
78, 50, 69, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 70, /* 0x ac0 */
65, 83, 54, 49, 56, 3, 0, 0, 0, 0, 0, 0, 78, 3, 0, 0, /* 0x ad0 */
78, 50, 69, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 68, /* 0x ae0 */
69, 67, 54, 48, 78, 3, 0, 0, 78, 82, 86, 50, 69, 69, 78, 68, /* 0x af0 */
78, 3, 0, 0, 84, 77, 84, 77, 65, 73, 78, 53, 78, 3, 0, 0, /* 0x b00 */
84, 77, 84, 67, 65, 76, 84, 50, 84, 3, 0, 0, 67, 65, 76, 76, /* 0x b10 */
84, 82, 48, 48, 85, 3, 0, 0, 67, 84, 67, 76, 69, 86, 69, 49, /* 0x b20 */
99, 3, 0, 0, 0, 0, 0, 0,104, 3, 0, 0, 67, 65, 76, 76, /* 0x b30 */
84, 82, 48, 48, 5, 0, 0, 0, 67, 65, 76, 76, 84, 82, 48, 49, /* 0x b40 */
104, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 49,109, 3, 0, 0, /* 0x b50 */
67, 84, 66, 83, 72, 82, 48, 49,109, 3, 0, 0, 67, 84, 66, 82, /* 0x b60 */
79, 82, 48, 49,113, 3, 0, 0, 67, 84, 66, 83, 87, 65, 48, 49, /* 0x b70 */
115, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 50,120, 3, 0, 0, /* 0x b80 */
0, 0, 0, 0,136, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 48, /* 0x b90 */
10, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 48,136, 3, 0, 0, /* 0x ba0 */
67, 65, 76, 76, 84, 82, 69, 56,141, 3, 0, 0, 67, 65, 76, 76, /* 0x bb0 */
84, 82, 69, 57,143, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 49, /* 0x bc0 */
145, 3, 0, 0, 0, 0, 0, 0,149, 3, 0, 0, 67, 65, 76, 76, /* 0x bd0 */
84, 82, 49, 51, 7, 0, 0, 0, 67, 84, 67, 76, 69, 86, 69, 50, /* 0x be0 */
149, 3, 0, 0, 0, 0, 0, 0,154, 3, 0, 0, 67, 65, 76, 76, /* 0x bf0 */
84, 82, 49, 49, 0, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 50, /* 0x c00 */
154, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 50,156, 3, 0, 0, /* 0x c10 */
67, 84, 66, 83, 72, 82, 49, 49,156, 3, 0, 0, 67, 84, 66, 82, /* 0x c20 */
79, 82, 49, 49,160, 3, 0, 0, 67, 84, 66, 83, 87, 65, 49, 49, /* 0x c30 */
162, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 51,167, 3, 0, 0, /* 0x c40 */
0, 0, 0, 0,174, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 48, /* 0x c50 */
5, 0, 0, 0, 67, 84, 84, 72, 69, 69, 78, 68,174, 3, 0, 0, /* 0x c60 */
84, 77, 84, 82, 69, 76, 79, 67,174, 3, 0, 0, 82, 69, 76, 79, /* 0x c70 */
67, 51, 50, 48,177, 3, 0, 0, 0, 0, 0, 0,186, 3, 0, 0, /* 0x c80 */
82, 69, 76, 79, 67, 51, 50, 74, 2, 0, 0, 0, 82, 69, 76, 51, /* 0x c90 */
50, 66, 73, 71,218, 3, 0, 0, 0, 0, 0, 0,222, 3, 0, 0, /* 0x ca0 */
82, 69, 76, 79, 67, 51, 50, 48, 13, 0, 0, 0, 82, 69, 76, 79, /* 0x cb0 */
67, 51, 50, 74,227, 3, 0, 0, 0, 0, 0, 0,229, 3, 0, 0, /* 0x cc0 */
82, 69, 76, 79, 67, 51, 50, 48, 13, 0, 0, 0, 82, 69, 76, 51, /* 0x cd0 */
50, 69, 78, 68,229, 3, 0, 0, 84, 77, 84, 74, 85, 77, 80, 49, /* 0x ce0 */
229, 3, 0, 0, 84, 77, 84, 72, 69, 69, 78, 68,234, 3, 0, 0, /* 0x cf0 */
255,255,255,255,234, 3 /* 0x d00 */
};

251
src/stub/l_vmlinx.h Normal file
View File

@ -0,0 +1,251 @@
/* l_vmlinx.h -- created from l_vmlinx.bin, 3478 (0xd96) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV_LOADER_ADLER32 0x839b5198
#define NRV_LOADER_CRC32 0x4599cf85
unsigned char nrv_loader[3478] = {
90, 80, 87, 86, 80, 80,106, 63,104, 85, 76, 69, 78,232, 0, 0, /* 0x 0 */
0, 0,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, /* 0x 10 */
7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64,138, 7,114, /* 0x 20 */
0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 30 */
219, 17,192, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, /* 0x 40 */
1,219,115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 49, /* 0x 50 */
201,131,232, 3,114, 13,193,224, 8,138, 6, 70,131,240,255,116, /* 0x 60 */
0,137,197, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, /* 0x 70 */
1,219,117, 7,139, 30,131,238,252, 17,219, 17,201,117, 0, 65, /* 0x 80 */
1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219,117, /* 0x 90 */
7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, 0,117, 9, /* 0x a0 */
139, 30,131,238,252, 17,219,115, 0, 65, 65,131,193, 2,129,253, /* 0x b0 */
0,243,255,255,131,209, 1, 86,141, 52, 47,243,164, 94,233, 0, /* 0x c0 */
0, 0, 0,141, 20, 47,131,253,252,138, 4, 15,118, 0,138, 2, /* 0x d0 */
66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, 2,131,194, /* 0x e0 */
4,137, 7,131,199, 4,131,233, 4,119,241, 1,207,233, 0, 0, /* 0x f0 */
0, 0,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, /* 0x 100 */
7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64,138, 7,114, /* 0x 110 */
0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 120 */
219, 17,192, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, /* 0x 130 */
1,219,115, 11,117, 0,139, 30,131,238,252, 17,219,114, 0, 72, /* 0x 140 */
1,219,117, 7,139, 30,131,238,252, 17,219, 17,192,235, 0, 49, /* 0x 150 */
201,131,232, 3,114, 17,193,224, 8,138, 6, 70,131,240,255,116, /* 0x 160 */
0,209,248,137,197,235, 11, 1,219,117, 7,139, 30,131,238,252, /* 0x 170 */
17,219, 17,201, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 180 */
201,117, 0, 65, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 190 */
201, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219, /* 0x 1a0 */
115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 65, 65,131, /* 0x 1b0 */
193, 2,129,253, 0,251,255,255,131,209, 1, 86,141, 52, 47,243, /* 0x 1c0 */
164, 94,233, 0, 0, 0, 0,141, 20, 47,131,253,252,138, 4, 15, /* 0x 1d0 */
118, 0,138, 2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0, /* 0x 1e0 */
139, 2,131,194, 4,137, 7,131,199, 4,131,233, 4,119,241, 1, /* 0x 1f0 */
207,233, 0, 0, 0, 0,235, 0,164,235, 0,138, 6, 70,136, 7, /* 0x 200 */
71, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, 49,192, /* 0x 210 */
64,138, 7,114, 0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30, /* 0x 220 */
131,238,252, 17,219, 17,192, 1,219,117, 7,139, 30,131,238,252, /* 0x 230 */
17,219,114, 0, 1,219,115, 11,117, 0,139, 30,131,238,252, 17, /* 0x 240 */
219,114, 0, 72, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 250 */
192,235, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, /* 0x 260 */
235, 0, 49,201,131,232, 3,114, 17,193,224, 8,138, 6, 70,131, /* 0x 270 */
240,255,116, 0,209,248,137,197,235, 11, 1,219,117, 7,139, 30, /* 0x 280 */
131,238,252, 17,219,114,204, 65, 1,219,117, 7,139, 30,131,238, /* 0x 290 */
252, 17,219,114,190, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 2a0 */
17,201, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1, /* 0x 2b0 */
219,115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 65, 65, /* 0x 2c0 */
131,193, 2,129,253, 0,251,255,255,131,209, 2, 86,141, 52, 47, /* 0x 2d0 */
243,164, 94,233, 0, 0, 0, 0,141, 20, 47,131,253,252,138, 4, /* 0x 2e0 */
15,118, 0,138, 2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, /* 0x 2f0 */
0,139, 2,131,194, 4,137, 7,131,199, 4,131,233, 4,119,241, /* 0x 300 */
1,207,233, 0, 0, 0, 0, 89, 90, 95,137,254,235, 0,138, 7, /* 0x 310 */
131,199, 1, 60,128,114, 10, 60,143,119, 6,128,127,254, 15,116, /* 0x 320 */
0, 44,232, 60, 1,119, 0, 56, 23,117, 0,139, 7,102,193,232, /* 0x 330 */
8,193,192, 16,134,196, 41,248, 1,240,137, 7,131,199, 4,131, /* 0x 340 */
233, 4,138, 7,131,199, 1,226, 0,131,233, 1,127, 0, 89, 95, /* 0x 350 */
185, 84, 69, 88, 76,138, 7, 71, 44,232, 60, 1,119,247,128, 63, /* 0x 360 */
63,117, 0,139, 7,138, 95, 4,102,193,232, 8,134,196,193,192, /* 0x 370 */
16,134,196, 41,248,128,235,232,137, 7,131,199, 5,136,216,226, /* 0x 380 */
0,185, 84, 69, 88, 76,176,232,176,233,242,174,117, 0,128, 63, /* 0x 390 */
63,117, 0,139, 7,102,193,232, 8,134,196,193,192, 16,134,196, /* 0x 3a0 */
41,248,171,235, 0, 94, 95, 49,219,203, 94,139, 78,252,137,197, /* 0x 3b0 */
3, 4, 36,131,192, 31,131,224,240,253,141,116, 49,255,141,124, /* 0x 3c0 */
1,255,243,164,139, 74,252,131,193, 3,193,233, 2,141,116,138, /* 0x 3d0 */
252,141,120,252,243,165,252,141,119, 4,137,239,131,205,255,255, /* 0x 3e0 */
224, 85, 80, 88, 33,161,216,208,213, 0, 0, 0, 0, 0, 0, 0, /* 0x 3f0 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 400 */
45, 0, 0, 0, 76, 73, 78, 85, 88, 48, 48, 48, 0, 0, 0, 0, /* 0x 410 */
76, 88, 67, 65, 76, 76, 84, 49, 4, 0, 0, 0, 76, 88, 68, 85, /* 0x 420 */
77, 77, 89, 48, 5, 0, 0, 0, 76, 88, 67, 75, 76, 76, 84, 49, /* 0x 430 */
5, 0, 0, 0, 76, 88, 77, 79, 86, 69, 85, 80, 8, 0, 0, 0, /* 0x 440 */
0, 0, 0, 0, 18, 0, 0, 0, 76, 73, 78, 85, 88, 57, 57, 48, /* 0x 450 */
5, 0, 0, 0, 78, 50, 66, 83, 77, 65, 49, 48, 18, 0, 0, 0, /* 0x 460 */
0, 0, 0, 0, 20, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 470 */
4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 48, 21, 0, 0, 0, /* 0x 480 */
0, 0, 0, 0, 23, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 490 */
4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 49, 23, 0, 0, 0, /* 0x 4a0 */
78, 50, 66, 68, 69, 67, 49, 48, 29, 0, 0, 0, 78, 50, 66, 83, /* 0x 4b0 */
77, 65, 50, 48, 40, 0, 0, 0, 0, 0, 0, 0, 42, 0, 0, 0, /* 0x 4c0 */
78, 50, 66, 83, 77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 66, 70, /* 0x 4d0 */
65, 83, 50, 48, 45, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, /* 0x 4e0 */
78, 50, 66, 70, 65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 66, 68, /* 0x 4f0 */
69, 67, 50, 48, 54, 0, 0, 0, 78, 50, 66, 83, 77, 65, 51, 48, /* 0x 500 */
67, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 78, 50, 66, 68, /* 0x 510 */
69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 51, 48, /* 0x 520 */
80, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 78, 50, 66, 68, /* 0x 530 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0, 95, 0, 0, 0, /* 0x 540 */
78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 68, /* 0x 550 */
69, 67, 51, 48, 95, 0, 0, 0, 0, 0, 0, 0,113, 0, 0, 0, /* 0x 560 */
78, 50, 66, 68, 69, 67, 54, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 570 */
143, 0, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48, 0, 0, 0, 0, /* 0x 580 */
78, 50, 66, 83, 77, 65, 52, 48,157, 0, 0, 0, 0, 0, 0, 0, /* 0x 590 */
170, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, /* 0x 5a0 */
78, 50, 66, 70, 65, 83, 52, 48,170, 0, 0, 0, 0, 0, 0, 0, /* 0x 5b0 */
174, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, /* 0x 5c0 */
0, 0, 0, 0,185, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, /* 0x 5d0 */
49, 0, 0, 0, 78, 50, 66, 68, 85, 77, 77, 49,185, 0, 0, 0, /* 0x 5e0 */
78, 50, 66, 83, 77, 65, 53, 48,185, 0, 0, 0, 78, 50, 66, 70, /* 0x 5f0 */
65, 83, 53, 48,187, 0, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48, /* 0x 600 */
190, 0, 0, 0, 78, 50, 66, 83, 77, 65, 54, 48,199, 0, 0, 0, /* 0x 610 */
0, 0, 0, 0,211, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 620 */
0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 48,211, 0, 0, 0, /* 0x 630 */
0, 0, 0, 0,222, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 49, /* 0x 640 */
0, 0, 0, 0, 0, 0, 0, 0,236, 0, 0, 0, 78, 50, 66, 68, /* 0x 650 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 49, /* 0x 660 */
236, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 78, 50, 66, 68, /* 0x 670 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 68, 69, 67, 54, 48, /* 0x 680 */
2, 1, 0, 0, 78, 82, 86, 50, 66, 69, 78, 68, 2, 1, 0, 0, /* 0x 690 */
78, 50, 68, 83, 77, 65, 49, 48, 2, 1, 0, 0, 0, 0, 0, 0, /* 0x 6a0 */
4, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 6b0 */
78, 50, 68, 70, 65, 83, 49, 48, 5, 1, 0, 0, 0, 0, 0, 0, /* 0x 6c0 */
7, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 6d0 */
78, 50, 68, 70, 65, 83, 49, 49, 7, 1, 0, 0, 78, 50, 68, 68, /* 0x 6e0 */
69, 67, 49, 48, 13, 1, 0, 0, 78, 50, 68, 83, 77, 65, 50, 48, /* 0x 6f0 */
24, 1, 0, 0, 0, 0, 0, 0, 26, 1, 0, 0, 78, 50, 68, 83, /* 0x 700 */
77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 68, 70, 65, 83, 50, 48, /* 0x 710 */
29, 1, 0, 0, 0, 0, 0, 0, 33, 1, 0, 0, 78, 50, 68, 70, /* 0x 720 */
65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 68, 68, 69, 67, 50, 48, /* 0x 730 */
38, 1, 0, 0, 78, 50, 68, 83, 77, 65, 51, 48, 51, 1, 0, 0, /* 0x 740 */
0, 0, 0, 0, 64, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 750 */
16, 0, 0, 0, 78, 50, 68, 70, 65, 83, 51, 48, 64, 1, 0, 0, /* 0x 760 */
0, 0, 0, 0, 70, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 770 */
16, 0, 0, 0, 0, 0, 0, 0, 79, 1, 0, 0, 78, 50, 68, 68, /* 0x 780 */
69, 67, 51, 48, 16, 0, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 790 */
79, 1, 0, 0, 0, 0, 0, 0, 95, 1, 0, 0, 78, 50, 68, 68, /* 0x 7a0 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0,113, 1, 0, 0, /* 0x 7b0 */
78, 50, 68, 68, 69, 67, 54, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 7c0 */
147, 1, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48, 0, 0, 0, 0, /* 0x 7d0 */
78, 50, 68, 83, 77, 65, 52, 48,161, 1, 0, 0, 0, 0, 0, 0, /* 0x 7e0 */
174, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, /* 0x 7f0 */
78, 50, 68, 70, 65, 83, 52, 48,174, 1, 0, 0, 0, 0, 0, 0, /* 0x 800 */
178, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, /* 0x 810 */
0, 0, 0, 0,189, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 820 */
69, 0, 0, 0, 78, 50, 68, 68, 85, 77, 77, 49,189, 1, 0, 0, /* 0x 830 */
78, 50, 68, 83, 77, 65, 53, 48,189, 1, 0, 0, 78, 50, 68, 70, /* 0x 840 */
65, 83, 53, 48,191, 1, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48, /* 0x 850 */
194, 1, 0, 0, 78, 50, 68, 83, 77, 65, 54, 48,203, 1, 0, 0, /* 0x 860 */
0, 0, 0, 0,215, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 870 */
0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 48,215, 1, 0, 0, /* 0x 880 */
0, 0, 0, 0,226, 1, 0, 0, 78, 50, 68, 70, 65, 83, 54, 49, /* 0x 890 */
0, 0, 0, 0, 0, 0, 0, 0,240, 1, 0, 0, 78, 50, 68, 68, /* 0x 8a0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 49, /* 0x 8b0 */
240, 1, 0, 0, 0, 0, 0, 0, 6, 2, 0, 0, 78, 50, 68, 68, /* 0x 8c0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 68, 69, 67, 54, 48, /* 0x 8d0 */
6, 2, 0, 0, 78, 82, 86, 50, 68, 69, 78, 68, 6, 2, 0, 0, /* 0x 8e0 */
78, 50, 69, 83, 77, 65, 49, 48, 6, 2, 0, 0, 0, 0, 0, 0, /* 0x 8f0 */
8, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 900 */
78, 50, 69, 70, 65, 83, 49, 48, 9, 2, 0, 0, 0, 0, 0, 0, /* 0x 910 */
11, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 920 */
78, 50, 69, 70, 65, 83, 49, 49, 11, 2, 0, 0, 78, 50, 69, 68, /* 0x 930 */
69, 67, 49, 48, 17, 2, 0, 0, 78, 50, 69, 83, 77, 65, 50, 48, /* 0x 940 */
28, 2, 0, 0, 0, 0, 0, 0, 30, 2, 0, 0, 78, 50, 69, 83, /* 0x 950 */
77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 69, 70, 65, 83, 50, 48, /* 0x 960 */
33, 2, 0, 0, 0, 0, 0, 0, 37, 2, 0, 0, 78, 50, 69, 70, /* 0x 970 */
65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 69, 68, 69, 67, 50, 48, /* 0x 980 */
42, 2, 0, 0, 78, 50, 69, 83, 77, 65, 51, 48, 55, 2, 0, 0, /* 0x 990 */
0, 0, 0, 0, 68, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x 9a0 */
31, 0, 0, 0, 78, 50, 69, 70, 65, 83, 51, 48, 68, 2, 0, 0, /* 0x 9b0 */
0, 0, 0, 0, 74, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x 9c0 */
31, 0, 0, 0, 0, 0, 0, 0, 83, 2, 0, 0, 78, 50, 69, 68, /* 0x 9d0 */
69, 67, 51, 48, 31, 0, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x 9e0 */
83, 2, 0, 0, 0, 0, 0, 0, 99, 2, 0, 0, 78, 50, 69, 68, /* 0x 9f0 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0,114, 2, 0, 0, /* 0x a00 */
78, 50, 69, 68, 69, 67, 53, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x a10 */
132, 2, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, 0, 0, 0, 0, /* 0x a20 */
78, 50, 69, 83, 77, 65, 52, 48,178, 2, 0, 0, 0, 0, 0, 0, /* 0x a30 */
191, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, /* 0x a40 */
78, 50, 69, 70, 65, 83, 52, 48,191, 2, 0, 0, 0, 0, 0, 0, /* 0x a50 */
195, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, /* 0x a60 */
0, 0, 0, 0,206, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x a70 */
82, 0, 0, 0, 78, 50, 69, 68, 85, 77, 77, 49,206, 2, 0, 0, /* 0x a80 */
78, 50, 69, 83, 77, 65, 53, 48,206, 2, 0, 0, 78, 50, 69, 70, /* 0x a90 */
65, 83, 53, 48,208, 2, 0, 0, 78, 50, 69, 68, 69, 67, 53, 48, /* 0x aa0 */
211, 2, 0, 0, 78, 50, 69, 83, 77, 65, 54, 48,220, 2, 0, 0, /* 0x ab0 */
0, 0, 0, 0,232, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x ac0 */
0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 48,232, 2, 0, 0, /* 0x ad0 */
0, 0, 0, 0,243, 2, 0, 0, 78, 50, 69, 70, 65, 83, 54, 49, /* 0x ae0 */
0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0, 0, 78, 50, 69, 68, /* 0x af0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 49, /* 0x b00 */
1, 3, 0, 0, 0, 0, 0, 0, 23, 3, 0, 0, 78, 50, 69, 68, /* 0x b10 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, /* 0x b20 */
23, 3, 0, 0, 78, 82, 86, 50, 69, 69, 78, 68, 23, 3, 0, 0, /* 0x b30 */
76, 88, 67, 75, 76, 76, 84, 57, 23, 3, 0, 0, 67, 75, 76, 76, /* 0x b40 */
84, 82, 48, 48, 26, 3, 0, 0, 0, 0, 0, 0, 30, 3, 0, 0, /* 0x b50 */
67, 75, 76, 76, 84, 82, 50, 48, 30, 0, 0, 0, 67, 75, 76, 76, /* 0x b60 */
84, 82, 49, 48, 35, 3, 0, 0, 0, 0, 0, 0, 49, 3, 0, 0, /* 0x b70 */
67, 75, 76, 76, 84, 82, 50, 48, 6, 0, 0, 0, 67, 75, 76, 76, /* 0x b80 */
84, 82, 50, 48, 49, 3, 0, 0, 0, 0, 0, 0, 55, 3, 0, 0, /* 0x b90 */
67, 75, 76, 76, 84, 82, 52, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x ba0 */
59, 3, 0, 0, 67, 75, 76, 76, 84, 82, 52, 48, 0, 0, 0, 0, /* 0x bb0 */
67, 75, 76, 76, 84, 82, 51, 48, 82, 3, 0, 0, 0, 0, 0, 0, /* 0x bc0 */
89, 3, 0, 0, 67, 75, 76, 76, 84, 82, 49, 48, 14, 0, 0, 0, /* 0x bd0 */
67, 75, 76, 76, 84, 82, 52, 48, 89, 3, 0, 0, 0, 0, 0, 0, /* 0x be0 */
94, 3, 0, 0, 67, 75, 76, 76, 84, 82, 48, 48, 4, 0, 0, 0, /* 0x bf0 */
76, 88, 68, 85, 77, 77, 89, 50, 94, 3, 0, 0, 76, 88, 67, 65, /* 0x c00 */
76, 76, 84, 57, 94, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 48, /* 0x c10 */
96, 3, 0, 0, 67, 84, 67, 76, 69, 86, 69, 49,110, 3, 0, 0, /* 0x c20 */
0, 0, 0, 0,115, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 48, /* 0x c30 */
5, 0, 0, 0, 67, 65, 76, 76, 84, 82, 48, 49,115, 3, 0, 0, /* 0x c40 */
67, 84, 68, 85, 77, 77, 89, 49,120, 3, 0, 0, 67, 84, 66, 83, /* 0x c50 */
72, 82, 48, 49,120, 3, 0, 0, 67, 84, 66, 82, 79, 82, 48, 49, /* 0x c60 */
124, 3, 0, 0, 67, 84, 66, 83, 87, 65, 48, 49,126, 3, 0, 0, /* 0x c70 */
67, 65, 76, 76, 84, 82, 48, 50,131, 3, 0, 0, 0, 0, 0, 0, /* 0x c80 */
145, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 48, 10, 0, 0, 0, /* 0x c90 */
67, 65, 76, 76, 84, 82, 49, 48,145, 3, 0, 0, 67, 65, 76, 76, /* 0x ca0 */
84, 82, 69, 56,150, 3, 0, 0, 67, 65, 76, 76, 84, 82, 69, 57, /* 0x cb0 */
152, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 49,154, 3, 0, 0, /* 0x cc0 */
0, 0, 0, 0,158, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 51, /* 0x cd0 */
5, 0, 0, 0, 67, 84, 67, 76, 69, 86, 69, 50,158, 3, 0, 0, /* 0x ce0 */
0, 0, 0, 0,163, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 49, /* 0x cf0 */
0, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 50,163, 3, 0, 0, /* 0x d00 */
67, 84, 68, 85, 77, 77, 89, 50,165, 3, 0, 0, 67, 84, 66, 83, /* 0x d10 */
72, 82, 49, 49,165, 3, 0, 0, 67, 84, 66, 82, 79, 82, 49, 49, /* 0x d20 */
169, 3, 0, 0, 67, 84, 66, 83, 87, 65, 49, 49,171, 3, 0, 0, /* 0x d30 */
67, 65, 76, 76, 84, 82, 49, 51,176, 3, 0, 0, 0, 0, 0, 0, /* 0x d40 */
181, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 48, 5, 0, 0, 0, /* 0x d50 */
67, 84, 84, 72, 69, 69, 78, 68,181, 3, 0, 0, 76, 73, 78, 85, /* 0x d60 */
88, 57, 57, 48,181, 3, 0, 0, 85, 80, 88, 49, 72, 69, 65, 68, /* 0x d70 */
241, 3, 0, 0, 76, 73, 84, 72, 69, 69, 78, 68, 17, 4, 0, 0, /* 0x d80 */
255,255,255,255, 17, 4 /* 0x d90 */
};

253
src/stub/l_vmlinz.h Normal file
View File

@ -0,0 +1,253 @@
/* l_vmlinz.h -- created from l_vmlinz.bin, 3510 (0xdb6) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV_LOADER_ADLER32 0xa01f637b
#define NRV_LOADER_CRC32 0x62e79e84
unsigned char nrv_loader[3510] = {
140,200,131,192, 8,142,216,142,192,141,142, 83, 84, 65, 75,137, /* 0x 0 */
73,248,137, 65,252, 15,178, 97,248,106, 0,157,131,205,255,184, /* 0x 10 */
75, 69, 73, 80, 14, 80, 87, 86, 80, 80,106, 63,104, 85, 76, 69, /* 0x 20 */
78,190, 69, 83, 73, 48,191, 69, 68, 73, 48,185, 69, 67, 88, 48, /* 0x 30 */
253,243,165,252,190, 69, 83, 73, 49,151,233, 74, 77, 80, 68, 71, /* 0x 40 */
137,125, 1, 57, 56,116,248,252,190, 69, 83, 73, 49,151,235, 0, /* 0x 50 */
164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, 7,139, 30,131, /* 0x 60 */
238,252, 17,219,114, 0, 49,192, 64,138, 7,114, 0,184, 1, 0, /* 0x 70 */
0, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,192, 1, /* 0x 80 */
219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, 0, /* 0x 90 */
117, 9,139, 30,131,238,252, 17,219,115, 0, 49,201,131,232, 3, /* 0x a0 */
114, 13,193,224, 8,138, 6, 70,131,240,255,116, 0,137,197, 1, /* 0x b0 */
219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219,117, 7, /* 0x c0 */
139, 30,131,238,252, 17,219, 17,201,117, 0, 65, 1,219,117, 7, /* 0x d0 */
139, 30,131,238,252, 17,219, 17,201, 1,219,117, 7,139, 30,131, /* 0x e0 */
238,252, 17,219,115, 0, 1,219,115, 0,117, 9,139, 30,131,238, /* 0x f0 */
252, 17,219,115, 0, 65, 65,131,193, 2,129,253, 0,243,255,255, /* 0x 100 */
131,209, 1, 86,141, 52, 47,243,164, 94,233, 0, 0, 0, 0,141, /* 0x 110 */
20, 47,131,253,252,138, 4, 15,118, 0,138, 2, 66,136, 7, 71, /* 0x 120 */
73,117,247,233, 0, 0, 0, 0,139, 2,131,194, 4,137, 7,131, /* 0x 130 */
199, 4,131,233, 4,119,241, 1,207,233, 0, 0, 0, 0,235, 0, /* 0x 140 */
164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, 7,139, 30,131, /* 0x 150 */
238,252, 17,219,114, 0, 49,192, 64,138, 7,114, 0,184, 1, 0, /* 0x 160 */
0, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,192, 1, /* 0x 170 */
219,117, 7,139, 30,131,238,252, 17,219,114, 0, 1,219,115, 11, /* 0x 180 */
117, 0,139, 30,131,238,252, 17,219,114, 0, 72, 1,219,117, 7, /* 0x 190 */
139, 30,131,238,252, 17,219, 17,192,235, 0, 49,201,131,232, 3, /* 0x 1a0 */
114, 17,193,224, 8,138, 6, 70,131,240,255,116, 0,209,248,137, /* 0x 1b0 */
197,235, 11, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, /* 0x 1c0 */
1,219,117, 7,139, 30,131,238,252, 17,219, 17,201,117, 0, 65, /* 0x 1d0 */
1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219,117, /* 0x 1e0 */
7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, 0,117, 9, /* 0x 1f0 */
139, 30,131,238,252, 17,219,115, 0, 65, 65,131,193, 2,129,253, /* 0x 200 */
0,251,255,255,131,209, 1, 86,141, 52, 47,243,164, 94,233, 0, /* 0x 210 */
0, 0, 0,141, 20, 47,131,253,252,138, 4, 15,118, 0,138, 2, /* 0x 220 */
66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, 2,131,194, /* 0x 230 */
4,137, 7,131,199, 4,131,233, 4,119,241, 1,207,233, 0, 0, /* 0x 240 */
0, 0,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, /* 0x 250 */
7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64,138, 7,114, /* 0x 260 */
0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 270 */
219, 17,192, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, /* 0x 280 */
1,219,115, 11,117, 0,139, 30,131,238,252, 17,219,114, 0, 72, /* 0x 290 */
1,219,117, 7,139, 30,131,238,252, 17,219, 17,192,235, 0, 1, /* 0x 2a0 */
219,117, 7,139, 30,131,238,252, 17,219, 17,201,235, 0, 49,201, /* 0x 2b0 */
131,232, 3,114, 17,193,224, 8,138, 6, 70,131,240,255,116, 0, /* 0x 2c0 */
209,248,137,197,235, 11, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 2d0 */
219,114,204, 65, 1,219,117, 7,139, 30,131,238,252, 17,219,114, /* 0x 2e0 */
190, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219, /* 0x 2f0 */
117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, 0,117, /* 0x 300 */
9,139, 30,131,238,252, 17,219,115, 0, 65, 65,131,193, 2,129, /* 0x 310 */
253, 0,251,255,255,131,209, 2, 86,141, 52, 47,243,164, 94,233, /* 0x 320 */
0, 0, 0, 0,141, 20, 47,131,253,252,138, 4, 15,118, 0,138, /* 0x 330 */
2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, 2,131, /* 0x 340 */
194, 4,137, 7,131,199, 4,131,233, 4,119,241, 1,207,233, 0, /* 0x 350 */
0, 0, 0, 89, 90, 95,235, 0,138, 7,131,199, 1, 60,128,114, /* 0x 360 */
10, 60,143,119, 6,128,127,254, 15,116, 0, 44,232, 60, 1,119, /* 0x 370 */
0, 56, 23,117, 0,139, 7,102,193,232, 8,193,192, 16,134,196, /* 0x 380 */
41,248,137, 7,131,199, 4,131,233, 4,138, 7,131,199, 1,226, /* 0x 390 */
0,131,233, 1,127, 0, 95,185, 84, 69, 88, 76,138, 7, 71, 44, /* 0x 3a0 */
232, 60, 1,119,247,128, 63, 63,117, 0,139, 7,138, 95, 4,102, /* 0x 3b0 */
193,232, 8,134,196,193,192, 16,134,196, 41,248,128,235,232,137, /* 0x 3c0 */
7,131,199, 5,136,216,226, 0,185, 84, 69, 88, 76,176,232,176, /* 0x 3d0 */
233,242,174,117, 0,128, 63, 63,117, 0,139, 7,102,193,232, 8, /* 0x 3e0 */
134,196,193,192, 16,134,196, 41,248,171,235, 0, 94, 95, 49,219, /* 0x 3f0 */
203, 85, 80, 88, 33,161,216,208,213, 0, 0, 0, 0, 0, 0, 0, /* 0x 400 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 410 */
45, 0, 0, 0, 76, 73, 78, 85, 90, 48, 48, 48, 0, 0, 0, 0, /* 0x 420 */
76, 90, 67, 65, 76, 76, 84, 49, 40, 0, 0, 0, 76, 90, 68, 85, /* 0x 430 */
77, 77, 89, 48, 41, 0, 0, 0, 76, 90, 67, 75, 76, 76, 84, 49, /* 0x 440 */
41, 0, 0, 0, 76, 90, 68, 85, 77, 77, 89, 49, 49, 0, 0, 0, /* 0x 450 */
76, 66, 90, 73, 77, 65, 71, 69, 49, 0, 0, 0, 76, 90, 73, 77, /* 0x 460 */
65, 71, 69, 48, 79, 0, 0, 0, 76, 90, 67, 85, 84, 80, 79, 73, /* 0x 470 */
94, 0, 0, 0, 78, 50, 66, 83, 77, 65, 49, 48, 94, 0, 0, 0, /* 0x 480 */
0, 0, 0, 0, 96, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 490 */
4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 48, 97, 0, 0, 0, /* 0x 4a0 */
0, 0, 0, 0, 99, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 4b0 */
4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 49, 99, 0, 0, 0, /* 0x 4c0 */
78, 50, 66, 68, 69, 67, 49, 48,105, 0, 0, 0, 78, 50, 66, 83, /* 0x 4d0 */
77, 65, 50, 48,116, 0, 0, 0, 0, 0, 0, 0,118, 0, 0, 0, /* 0x 4e0 */
78, 50, 66, 83, 77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 66, 70, /* 0x 4f0 */
65, 83, 50, 48,121, 0, 0, 0, 0, 0, 0, 0,125, 0, 0, 0, /* 0x 500 */
78, 50, 66, 70, 65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 66, 68, /* 0x 510 */
69, 67, 50, 48,130, 0, 0, 0, 78, 50, 66, 83, 77, 65, 51, 48, /* 0x 520 */
143, 0, 0, 0, 0, 0, 0, 0,156, 0, 0, 0, 78, 50, 66, 68, /* 0x 530 */
69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 51, 48, /* 0x 540 */
156, 0, 0, 0, 0, 0, 0, 0,160, 0, 0, 0, 78, 50, 66, 68, /* 0x 550 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0,171, 0, 0, 0, /* 0x 560 */
78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 68, /* 0x 570 */
69, 67, 51, 48,171, 0, 0, 0, 0, 0, 0, 0,189, 0, 0, 0, /* 0x 580 */
78, 50, 66, 68, 69, 67, 54, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 590 */
219, 0, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48, 0, 0, 0, 0, /* 0x 5a0 */
78, 50, 66, 83, 77, 65, 52, 48,233, 0, 0, 0, 0, 0, 0, 0, /* 0x 5b0 */
246, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, /* 0x 5c0 */
78, 50, 66, 70, 65, 83, 52, 48,246, 0, 0, 0, 0, 0, 0, 0, /* 0x 5d0 */
250, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, /* 0x 5e0 */
0, 0, 0, 0, 5, 1, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, /* 0x 5f0 */
49, 0, 0, 0, 78, 50, 66, 68, 85, 77, 77, 49, 5, 1, 0, 0, /* 0x 600 */
78, 50, 66, 83, 77, 65, 53, 48, 5, 1, 0, 0, 78, 50, 66, 70, /* 0x 610 */
65, 83, 53, 48, 7, 1, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48, /* 0x 620 */
10, 1, 0, 0, 78, 50, 66, 83, 77, 65, 54, 48, 19, 1, 0, 0, /* 0x 630 */
0, 0, 0, 0, 31, 1, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 640 */
0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 48, 31, 1, 0, 0, /* 0x 650 */
0, 0, 0, 0, 42, 1, 0, 0, 78, 50, 66, 70, 65, 83, 54, 49, /* 0x 660 */
0, 0, 0, 0, 0, 0, 0, 0, 56, 1, 0, 0, 78, 50, 66, 68, /* 0x 670 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 49, /* 0x 680 */
56, 1, 0, 0, 0, 0, 0, 0, 78, 1, 0, 0, 78, 50, 66, 68, /* 0x 690 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 68, 69, 67, 54, 48, /* 0x 6a0 */
78, 1, 0, 0, 78, 82, 86, 50, 66, 69, 78, 68, 78, 1, 0, 0, /* 0x 6b0 */
78, 50, 68, 83, 77, 65, 49, 48, 78, 1, 0, 0, 0, 0, 0, 0, /* 0x 6c0 */
80, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 6d0 */
78, 50, 68, 70, 65, 83, 49, 48, 81, 1, 0, 0, 0, 0, 0, 0, /* 0x 6e0 */
83, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 6f0 */
78, 50, 68, 70, 65, 83, 49, 49, 83, 1, 0, 0, 78, 50, 68, 68, /* 0x 700 */
69, 67, 49, 48, 89, 1, 0, 0, 78, 50, 68, 83, 77, 65, 50, 48, /* 0x 710 */
100, 1, 0, 0, 0, 0, 0, 0,102, 1, 0, 0, 78, 50, 68, 83, /* 0x 720 */
77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 68, 70, 65, 83, 50, 48, /* 0x 730 */
105, 1, 0, 0, 0, 0, 0, 0,109, 1, 0, 0, 78, 50, 68, 70, /* 0x 740 */
65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 68, 68, 69, 67, 50, 48, /* 0x 750 */
114, 1, 0, 0, 78, 50, 68, 83, 77, 65, 51, 48,127, 1, 0, 0, /* 0x 760 */
0, 0, 0, 0,140, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 770 */
16, 0, 0, 0, 78, 50, 68, 70, 65, 83, 51, 48,140, 1, 0, 0, /* 0x 780 */
0, 0, 0, 0,146, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 790 */
16, 0, 0, 0, 0, 0, 0, 0,155, 1, 0, 0, 78, 50, 68, 68, /* 0x 7a0 */
69, 67, 51, 48, 16, 0, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 7b0 */
155, 1, 0, 0, 0, 0, 0, 0,171, 1, 0, 0, 78, 50, 68, 68, /* 0x 7c0 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0,189, 1, 0, 0, /* 0x 7d0 */
78, 50, 68, 68, 69, 67, 54, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 7e0 */
223, 1, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48, 0, 0, 0, 0, /* 0x 7f0 */
78, 50, 68, 83, 77, 65, 52, 48,237, 1, 0, 0, 0, 0, 0, 0, /* 0x 800 */
250, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, /* 0x 810 */
78, 50, 68, 70, 65, 83, 52, 48,250, 1, 0, 0, 0, 0, 0, 0, /* 0x 820 */
254, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, /* 0x 830 */
0, 0, 0, 0, 9, 2, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 840 */
69, 0, 0, 0, 78, 50, 68, 68, 85, 77, 77, 49, 9, 2, 0, 0, /* 0x 850 */
78, 50, 68, 83, 77, 65, 53, 48, 9, 2, 0, 0, 78, 50, 68, 70, /* 0x 860 */
65, 83, 53, 48, 11, 2, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48, /* 0x 870 */
14, 2, 0, 0, 78, 50, 68, 83, 77, 65, 54, 48, 23, 2, 0, 0, /* 0x 880 */
0, 0, 0, 0, 35, 2, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 890 */
0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 48, 35, 2, 0, 0, /* 0x 8a0 */
0, 0, 0, 0, 46, 2, 0, 0, 78, 50, 68, 70, 65, 83, 54, 49, /* 0x 8b0 */
0, 0, 0, 0, 0, 0, 0, 0, 60, 2, 0, 0, 78, 50, 68, 68, /* 0x 8c0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 49, /* 0x 8d0 */
60, 2, 0, 0, 0, 0, 0, 0, 82, 2, 0, 0, 78, 50, 68, 68, /* 0x 8e0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 68, 69, 67, 54, 48, /* 0x 8f0 */
82, 2, 0, 0, 78, 82, 86, 50, 68, 69, 78, 68, 82, 2, 0, 0, /* 0x 900 */
78, 50, 69, 83, 77, 65, 49, 48, 82, 2, 0, 0, 0, 0, 0, 0, /* 0x 910 */
84, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 920 */
78, 50, 69, 70, 65, 83, 49, 48, 85, 2, 0, 0, 0, 0, 0, 0, /* 0x 930 */
87, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 940 */
78, 50, 69, 70, 65, 83, 49, 49, 87, 2, 0, 0, 78, 50, 69, 68, /* 0x 950 */
69, 67, 49, 48, 93, 2, 0, 0, 78, 50, 69, 83, 77, 65, 50, 48, /* 0x 960 */
104, 2, 0, 0, 0, 0, 0, 0,106, 2, 0, 0, 78, 50, 69, 83, /* 0x 970 */
77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 69, 70, 65, 83, 50, 48, /* 0x 980 */
109, 2, 0, 0, 0, 0, 0, 0,113, 2, 0, 0, 78, 50, 69, 70, /* 0x 990 */
65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 69, 68, 69, 67, 50, 48, /* 0x 9a0 */
118, 2, 0, 0, 78, 50, 69, 83, 77, 65, 51, 48,131, 2, 0, 0, /* 0x 9b0 */
0, 0, 0, 0,144, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x 9c0 */
31, 0, 0, 0, 78, 50, 69, 70, 65, 83, 51, 48,144, 2, 0, 0, /* 0x 9d0 */
0, 0, 0, 0,150, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x 9e0 */
31, 0, 0, 0, 0, 0, 0, 0,159, 2, 0, 0, 78, 50, 69, 68, /* 0x 9f0 */
69, 67, 51, 48, 31, 0, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x a00 */
159, 2, 0, 0, 0, 0, 0, 0,175, 2, 0, 0, 78, 50, 69, 68, /* 0x a10 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0,190, 2, 0, 0, /* 0x a20 */
78, 50, 69, 68, 69, 67, 53, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x a30 */
208, 2, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, 0, 0, 0, 0, /* 0x a40 */
78, 50, 69, 83, 77, 65, 52, 48,254, 2, 0, 0, 0, 0, 0, 0, /* 0x a50 */
11, 3, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, /* 0x a60 */
78, 50, 69, 70, 65, 83, 52, 48, 11, 3, 0, 0, 0, 0, 0, 0, /* 0x a70 */
15, 3, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, /* 0x a80 */
0, 0, 0, 0, 26, 3, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x a90 */
82, 0, 0, 0, 78, 50, 69, 68, 85, 77, 77, 49, 26, 3, 0, 0, /* 0x aa0 */
78, 50, 69, 83, 77, 65, 53, 48, 26, 3, 0, 0, 78, 50, 69, 70, /* 0x ab0 */
65, 83, 53, 48, 28, 3, 0, 0, 78, 50, 69, 68, 69, 67, 53, 48, /* 0x ac0 */
31, 3, 0, 0, 78, 50, 69, 83, 77, 65, 54, 48, 40, 3, 0, 0, /* 0x ad0 */
0, 0, 0, 0, 52, 3, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x ae0 */
0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 48, 52, 3, 0, 0, /* 0x af0 */
0, 0, 0, 0, 63, 3, 0, 0, 78, 50, 69, 70, 65, 83, 54, 49, /* 0x b00 */
0, 0, 0, 0, 0, 0, 0, 0, 77, 3, 0, 0, 78, 50, 69, 68, /* 0x b10 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 49, /* 0x b20 */
77, 3, 0, 0, 0, 0, 0, 0, 99, 3, 0, 0, 78, 50, 69, 68, /* 0x b30 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, /* 0x b40 */
99, 3, 0, 0, 78, 82, 86, 50, 69, 69, 78, 68, 99, 3, 0, 0, /* 0x b50 */
76, 90, 67, 75, 76, 76, 84, 57, 99, 3, 0, 0, 67, 75, 76, 76, /* 0x b60 */
84, 82, 48, 48,102, 3, 0, 0, 0, 0, 0, 0,104, 3, 0, 0, /* 0x b70 */
67, 75, 76, 76, 84, 82, 50, 48, 28, 0, 0, 0, 67, 75, 76, 76, /* 0x b80 */
84, 82, 49, 48,109, 3, 0, 0, 0, 0, 0, 0,123, 3, 0, 0, /* 0x b90 */
67, 75, 76, 76, 84, 82, 50, 48, 6, 0, 0, 0, 67, 75, 76, 76, /* 0x ba0 */
84, 82, 50, 48,123, 3, 0, 0, 0, 0, 0, 0,129, 3, 0, 0, /* 0x bb0 */
67, 75, 76, 76, 84, 82, 52, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x bc0 */
133, 3, 0, 0, 67, 75, 76, 76, 84, 82, 52, 48, 0, 0, 0, 0, /* 0x bd0 */
67, 75, 76, 76, 84, 82, 51, 48,154, 3, 0, 0, 0, 0, 0, 0, /* 0x be0 */
161, 3, 0, 0, 67, 75, 76, 76, 84, 82, 49, 48, 14, 0, 0, 0, /* 0x bf0 */
67, 75, 76, 76, 84, 82, 52, 48,161, 3, 0, 0, 0, 0, 0, 0, /* 0x c00 */
166, 3, 0, 0, 67, 75, 76, 76, 84, 82, 48, 48, 2, 0, 0, 0, /* 0x c10 */
76, 90, 68, 85, 77, 77, 89, 50,166, 3, 0, 0, 76, 90, 67, 65, /* 0x c20 */
76, 76, 84, 57,166, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 48, /* 0x c30 */
167, 3, 0, 0, 67, 84, 67, 76, 69, 86, 69, 49,181, 3, 0, 0, /* 0x c40 */
0, 0, 0, 0,186, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 48, /* 0x c50 */
5, 0, 0, 0, 67, 65, 76, 76, 84, 82, 48, 49,186, 3, 0, 0, /* 0x c60 */
67, 84, 68, 85, 77, 77, 89, 49,191, 3, 0, 0, 67, 84, 66, 83, /* 0x c70 */
72, 82, 48, 49,191, 3, 0, 0, 67, 84, 66, 82, 79, 82, 48, 49, /* 0x c80 */
195, 3, 0, 0, 67, 84, 66, 83, 87, 65, 48, 49,197, 3, 0, 0, /* 0x c90 */
67, 65, 76, 76, 84, 82, 48, 50,202, 3, 0, 0, 0, 0, 0, 0, /* 0x ca0 */
216, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 48, 10, 0, 0, 0, /* 0x cb0 */
67, 65, 76, 76, 84, 82, 49, 48,216, 3, 0, 0, 67, 65, 76, 76, /* 0x cc0 */
84, 82, 69, 56,221, 3, 0, 0, 67, 65, 76, 76, 84, 82, 69, 57, /* 0x cd0 */
223, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 49,225, 3, 0, 0, /* 0x ce0 */
0, 0, 0, 0,229, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 51, /* 0x cf0 */
5, 0, 0, 0, 67, 84, 67, 76, 69, 86, 69, 50,229, 3, 0, 0, /* 0x d00 */
0, 0, 0, 0,234, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 49, /* 0x d10 */
0, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 50,234, 3, 0, 0, /* 0x d20 */
67, 84, 68, 85, 77, 77, 89, 50,236, 3, 0, 0, 67, 84, 66, 83, /* 0x d30 */
72, 82, 49, 49,236, 3, 0, 0, 67, 84, 66, 82, 79, 82, 49, 49, /* 0x d40 */
240, 3, 0, 0, 67, 84, 66, 83, 87, 65, 49, 49,242, 3, 0, 0, /* 0x d50 */
67, 65, 76, 76, 84, 82, 49, 51,247, 3, 0, 0, 0, 0, 0, 0, /* 0x d60 */
252, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 48, 5, 0, 0, 0, /* 0x d70 */
67, 84, 84, 72, 69, 69, 78, 68,252, 3, 0, 0, 76, 73, 78, 85, /* 0x d80 */
90, 57, 57, 48,252, 3, 0, 0, 85, 80, 88, 49, 72, 69, 65, 68, /* 0x d90 */
1, 4, 0, 0, 76, 73, 84, 72, 69, 69, 78, 68, 33, 4, 0, 0, /* 0x da0 */
255,255,255,255, 33, 4 /* 0x db0 */
};

281
src/stub/l_w32pe.h Normal file
View File

@ -0,0 +1,281 @@
/* l_w32pe.h -- created from l_w32pe.bin, 3966 (0xf7e) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV_LOADER_ADLER32 0x74efd47e
#define NRV_LOADER_CRC32 0xd5df2708
unsigned char nrv_loader[3966] = {
128,124, 36, 8, 1, 15,133, 0, 0, 0, 0, 96,190, 69, 83, 73, /* 0x 0 */
48,141,190, 69, 68, 73, 48,102,255,135, 73, 67, 79, 78,102,129, /* 0x 10 */
135, 73, 67, 79, 78, 68, 82,199,135, 84, 76, 83, 65, 84, 76, 83, /* 0x 20 */
86, 87,131,205,255,235, 0,164,235, 0,138, 6, 70,136, 7, 71, /* 0x 30 */
1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64, /* 0x 40 */
114, 0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, /* 0x 50 */
17,219, 17,192, 1,219,117, 7,139, 30,131,238,252, 17,219,115, /* 0x 60 */
0, 1,219,115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, /* 0x 70 */
49,201,131,232, 3,114, 13,193,224, 8,138, 6, 70,131,240,255, /* 0x 80 */
116, 0,137,197, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 90 */
201, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201,117, 0, /* 0x a0 */
65, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219, /* 0x b0 */
117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, 0,117, /* 0x c0 */
9,139, 30,131,238,252, 17,219,115, 0, 65, 65,131,193, 2,129, /* 0x d0 */
253, 0,243,255,255,131,209, 1,137,242,141, 52, 47,243,164,137, /* 0x e0 */
214,233, 0, 0, 0, 0,141, 20, 47,131,253,252,118, 0,138, 2, /* 0x f0 */
66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, 2,131,194, /* 0x 100 */
4,137, 7,131,199, 4,131,233, 4,119,241, 1,207,233, 0, 0, /* 0x 110 */
0, 0,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, /* 0x 120 */
7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64,114, 0,184, /* 0x 130 */
1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 140 */
192, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, 1,219, /* 0x 150 */
115, 11,117, 0,139, 30,131,238,252, 17,219,114, 0, 72, 1,219, /* 0x 160 */
117, 7,139, 30,131,238,252, 17,219, 17,192,235, 0, 49,201,131, /* 0x 170 */
232, 3,114, 17,193,224, 8,138, 6, 70,131,240,255,116, 0,209, /* 0x 180 */
248,137,197,235, 11, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 190 */
17,201, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201,117, /* 0x 1a0 */
0, 65, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1, /* 0x 1b0 */
219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, 0, /* 0x 1c0 */
117, 9,139, 30,131,238,252, 17,219,115, 0, 65, 65,131,193, 2, /* 0x 1d0 */
129,253, 0,251,255,255,131,209, 1,137,242,141, 52, 47,243,164, /* 0x 1e0 */
137,214,233, 0, 0, 0, 0,141, 20, 47,131,253,252,118, 0,138, /* 0x 1f0 */
2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, 2,131, /* 0x 200 */
194, 4,137, 7,131,199, 4,131,233, 4,119,241, 1,207,233, 0, /* 0x 210 */
0, 0, 0,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219, /* 0x 220 */
117, 7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64,114, 0, /* 0x 230 */
184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 240 */
17,192, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, 1, /* 0x 250 */
219,115, 11,117, 0,139, 30,131,238,252, 17,219,114, 0, 72, 1, /* 0x 260 */
219,117, 7,139, 30,131,238,252, 17,219, 17,192,235, 0, 1,219, /* 0x 270 */
117, 7,139, 30,131,238,252, 17,219, 17,201,235, 0, 49,201,131, /* 0x 280 */
232, 3,114, 17,193,224, 8,138, 6, 70,131,240,255,116, 0,209, /* 0x 290 */
248,137,197,235, 11, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 2a0 */
114,204, 65, 1,219,117, 7,139, 30,131,238,252, 17,219,114,190, /* 0x 2b0 */
1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219,117, /* 0x 2c0 */
7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, 0,117, 9, /* 0x 2d0 */
139, 30,131,238,252, 17,219,115, 0, 65, 65,131,193, 2,129,253, /* 0x 2e0 */
0,251,255,255,131,209, 2,137,242,141, 52, 47,243,164,137,214, /* 0x 2f0 */
233, 0, 0, 0, 0,141, 20, 47,131,253,252,118, 0,138, 2, 66, /* 0x 300 */
136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, 2,131,194, 4, /* 0x 310 */
137, 7,131,199, 4,131,233, 4,119,241, 1,207,233, 0, 0, 0, /* 0x 320 */
0,173, 1,199, 15,130, 0, 0, 0, 0, 94,141,190, 84, 69, 88, /* 0x 330 */
86,137,247,185, 84, 69, 88, 76,138, 7, 71, 44,232, 60, 1,119, /* 0x 340 */
247,128, 63, 63,117, 0,139, 7,138, 95, 4,102,193,232, 8,134, /* 0x 350 */
196,193,192, 16,134,196, 41,248,128,235,232, 1,240,137, 7,131, /* 0x 360 */
199, 5,136,216,226, 0,185, 84, 69, 88, 76,176,232,176,233,242, /* 0x 370 */
174,117, 0,128, 63, 63,117, 0,139, 7,102,193,232, 8,134,196, /* 0x 380 */
193,192, 16,134,196, 41,248, 1,240,171,235, 0,141,190, 66, 73, /* 0x 390 */
77, 80,139, 7, 9,192,116, 0,139, 95, 4,141,132, 48, 73, 77, /* 0x 3a0 */
80, 83, 1,243, 80,131,199, 8,255,150, 76, 79, 65, 68,149,138, /* 0x 3b0 */
7, 71, 8,192,116,220,137,249,121, 0,122, 14,139, 7,131,199, /* 0x 3c0 */
4,139,132, 48, 75, 51, 50, 79,235, 0, 15,183, 7, 71, 80, 71, /* 0x 3d0 */
185, 87, 72,242,174, 85,255,150, 71, 69, 84, 80, 9,192,116, 7, /* 0x 3e0 */
137, 3,131,195, 4,235, 0, 97, 49,192,194, 12, 0,255,150, 69, /* 0x 3f0 */
88, 73, 84,141,190, 66, 82, 69, 76,131,199, 4,141, 94,252, 49, /* 0x 400 */
192,138, 7, 71, 9,192,116, 0, 60,239,119, 17, 1,195,139, 3, /* 0x 410 */
134,196,193,192, 16,134,196, 1,240,137, 3,235,226, 36, 15,193, /* 0x 420 */
224, 16,102,139, 7,131,199, 2, 9,192,117, 0,139, 7,131,199, /* 0x 430 */
4,235, 0,135,254,141,143, 68, 69, 76, 84,169,102, 1, 12, 7, /* 0x 440 */
173, 9,192,117,247,193,233, 16,169,102, 1, 12, 7,173, 9,192, /* 0x 450 */
117,247, 97, 49,192, 64,194, 12, 0,233, 74, 77, 80, 79, 85, 80, /* 0x 460 */
88, 33,161,216,208,213, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 470 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, 0, /* 0x 480 */
80, 69, 73, 83, 68, 76, 76, 49, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 490 */
11, 0, 0, 0, 80, 69, 77, 65, 73, 78, 50, 48, 1, 0, 0, 0, /* 0x 4a0 */
80, 69, 77, 65, 73, 78, 48, 49, 11, 0, 0, 0, 80, 69, 73, 67, /* 0x 4b0 */
79, 78, 83, 49, 23, 0, 0, 0, 80, 69, 73, 67, 79, 78, 83, 50, /* 0x 4c0 */
30, 0, 0, 0, 80, 69, 73, 67, 79, 78, 83, 90, 39, 0, 0, 0, /* 0x 4d0 */
80, 69, 84, 76, 83, 72, 65, 75, 39, 0, 0, 0, 80, 69, 77, 65, /* 0x 4e0 */
73, 78, 48, 50, 49, 0, 0, 0, 78, 50, 66, 83, 77, 65, 49, 48, /* 0x 4f0 */
53, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 78, 50, 66, 68, /* 0x 500 */
69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 48, /* 0x 510 */
56, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 78, 50, 66, 68, /* 0x 520 */
69, 67, 49, 48, 4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 49, /* 0x 530 */
58, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, 64, 0, 0, 0, /* 0x 540 */
78, 50, 66, 83, 77, 65, 50, 48, 75, 0, 0, 0, 0, 0, 0, 0, /* 0x 550 */
77, 0, 0, 0, 78, 50, 66, 83, 77, 65, 49, 48, 2, 0, 0, 0, /* 0x 560 */
78, 50, 66, 70, 65, 83, 50, 48, 80, 0, 0, 0, 0, 0, 0, 0, /* 0x 570 */
82, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 49, 0, 0, 0, 0, /* 0x 580 */
78, 50, 66, 68, 69, 67, 50, 48, 87, 0, 0, 0, 78, 50, 66, 83, /* 0x 590 */
77, 65, 51, 48,100, 0, 0, 0, 0, 0, 0, 0,113, 0, 0, 0, /* 0x 5a0 */
78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 70, /* 0x 5b0 */
65, 83, 51, 48,113, 0, 0, 0, 0, 0, 0, 0,117, 0, 0, 0, /* 0x 5c0 */
78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 5d0 */
128, 0, 0, 0, 78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, /* 0x 5e0 */
78, 50, 66, 68, 69, 67, 51, 48,128, 0, 0, 0, 0, 0, 0, 0, /* 0x 5f0 */
146, 0, 0, 0, 78, 50, 66, 68, 69, 67, 54, 48, 0, 0, 0, 0, /* 0x 600 */
0, 0, 0, 0,176, 0, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48, /* 0x 610 */
0, 0, 0, 0, 78, 50, 66, 83, 77, 65, 52, 48,190, 0, 0, 0, /* 0x 620 */
0, 0, 0, 0,203, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, /* 0x 630 */
49, 0, 0, 0, 78, 50, 66, 70, 65, 83, 52, 48,203, 0, 0, 0, /* 0x 640 */
0, 0, 0, 0,207, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, /* 0x 650 */
49, 0, 0, 0, 0, 0, 0, 0,218, 0, 0, 0, 78, 50, 66, 68, /* 0x 660 */
69, 67, 51, 48, 49, 0, 0, 0, 78, 50, 66, 68, 85, 77, 77, 49, /* 0x 670 */
218, 0, 0, 0, 78, 50, 66, 83, 77, 65, 53, 48,218, 0, 0, 0, /* 0x 680 */
78, 50, 66, 70, 65, 83, 53, 48,220, 0, 0, 0, 78, 50, 66, 68, /* 0x 690 */
69, 67, 53, 48,223, 0, 0, 0, 78, 50, 66, 83, 77, 65, 54, 48, /* 0x 6a0 */
232, 0, 0, 0, 0, 0, 0, 0,246, 0, 0, 0, 78, 50, 66, 68, /* 0x 6b0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 48, /* 0x 6c0 */
246, 0, 0, 0, 0, 0, 0, 0,254, 0, 0, 0, 78, 50, 66, 70, /* 0x 6d0 */
65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0, 12, 1, 0, 0, /* 0x 6e0 */
78, 50, 66, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 70, /* 0x 6f0 */
65, 83, 54, 49, 12, 1, 0, 0, 0, 0, 0, 0, 34, 1, 0, 0, /* 0x 700 */
78, 50, 66, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 68, /* 0x 710 */
69, 67, 54, 48, 34, 1, 0, 0, 78, 82, 86, 50, 66, 69, 78, 68, /* 0x 720 */
34, 1, 0, 0, 78, 50, 68, 83, 77, 65, 49, 48, 34, 1, 0, 0, /* 0x 730 */
0, 0, 0, 0, 36, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 740 */
4, 0, 0, 0, 78, 50, 68, 70, 65, 83, 49, 48, 37, 1, 0, 0, /* 0x 750 */
0, 0, 0, 0, 39, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 760 */
4, 0, 0, 0, 78, 50, 68, 70, 65, 83, 49, 49, 39, 1, 0, 0, /* 0x 770 */
78, 50, 68, 68, 69, 67, 49, 48, 45, 1, 0, 0, 78, 50, 68, 83, /* 0x 780 */
77, 65, 50, 48, 56, 1, 0, 0, 0, 0, 0, 0, 58, 1, 0, 0, /* 0x 790 */
78, 50, 68, 83, 77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 68, 70, /* 0x 7a0 */
65, 83, 50, 48, 61, 1, 0, 0, 0, 0, 0, 0, 63, 1, 0, 0, /* 0x 7b0 */
78, 50, 68, 70, 65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 68, 68, /* 0x 7c0 */
69, 67, 50, 48, 68, 1, 0, 0, 78, 50, 68, 83, 77, 65, 51, 48, /* 0x 7d0 */
81, 1, 0, 0, 0, 0, 0, 0, 94, 1, 0, 0, 78, 50, 68, 68, /* 0x 7e0 */
69, 67, 51, 48, 16, 0, 0, 0, 78, 50, 68, 70, 65, 83, 51, 48, /* 0x 7f0 */
94, 1, 0, 0, 0, 0, 0, 0,100, 1, 0, 0, 78, 50, 68, 68, /* 0x 800 */
69, 67, 51, 48, 16, 0, 0, 0, 0, 0, 0, 0,109, 1, 0, 0, /* 0x 810 */
78, 50, 68, 68, 69, 67, 51, 48, 16, 0, 0, 0, 78, 50, 68, 68, /* 0x 820 */
69, 67, 51, 48,109, 1, 0, 0, 0, 0, 0, 0,125, 1, 0, 0, /* 0x 830 */
78, 50, 68, 68, 69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 840 */
143, 1, 0, 0, 78, 50, 68, 68, 69, 67, 54, 48, 0, 0, 0, 0, /* 0x 850 */
0, 0, 0, 0,177, 1, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48, /* 0x 860 */
0, 0, 0, 0, 78, 50, 68, 83, 77, 65, 52, 48,191, 1, 0, 0, /* 0x 870 */
0, 0, 0, 0,204, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 880 */
69, 0, 0, 0, 78, 50, 68, 70, 65, 83, 52, 48,204, 1, 0, 0, /* 0x 890 */
0, 0, 0, 0,208, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 8a0 */
69, 0, 0, 0, 0, 0, 0, 0,219, 1, 0, 0, 78, 50, 68, 68, /* 0x 8b0 */
69, 67, 51, 48, 69, 0, 0, 0, 78, 50, 68, 68, 85, 77, 77, 49, /* 0x 8c0 */
219, 1, 0, 0, 78, 50, 68, 83, 77, 65, 53, 48,219, 1, 0, 0, /* 0x 8d0 */
78, 50, 68, 70, 65, 83, 53, 48,221, 1, 0, 0, 78, 50, 68, 68, /* 0x 8e0 */
69, 67, 53, 48,224, 1, 0, 0, 78, 50, 68, 83, 77, 65, 54, 48, /* 0x 8f0 */
233, 1, 0, 0, 0, 0, 0, 0,247, 1, 0, 0, 78, 50, 68, 68, /* 0x 900 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 48, /* 0x 910 */
247, 1, 0, 0, 0, 0, 0, 0,255, 1, 0, 0, 78, 50, 68, 70, /* 0x 920 */
65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0, 13, 2, 0, 0, /* 0x 930 */
78, 50, 68, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 70, /* 0x 940 */
65, 83, 54, 49, 13, 2, 0, 0, 0, 0, 0, 0, 35, 2, 0, 0, /* 0x 950 */
78, 50, 68, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 68, /* 0x 960 */
69, 67, 54, 48, 35, 2, 0, 0, 78, 82, 86, 50, 68, 69, 78, 68, /* 0x 970 */
35, 2, 0, 0, 78, 50, 69, 83, 77, 65, 49, 48, 35, 2, 0, 0, /* 0x 980 */
0, 0, 0, 0, 37, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x 990 */
4, 0, 0, 0, 78, 50, 69, 70, 65, 83, 49, 48, 38, 2, 0, 0, /* 0x 9a0 */
0, 0, 0, 0, 40, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x 9b0 */
4, 0, 0, 0, 78, 50, 69, 70, 65, 83, 49, 49, 40, 2, 0, 0, /* 0x 9c0 */
78, 50, 69, 68, 69, 67, 49, 48, 46, 2, 0, 0, 78, 50, 69, 83, /* 0x 9d0 */
77, 65, 50, 48, 57, 2, 0, 0, 0, 0, 0, 0, 59, 2, 0, 0, /* 0x 9e0 */
78, 50, 69, 83, 77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 69, 70, /* 0x 9f0 */
65, 83, 50, 48, 62, 2, 0, 0, 0, 0, 0, 0, 64, 2, 0, 0, /* 0x a00 */
78, 50, 69, 70, 65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 69, 68, /* 0x a10 */
69, 67, 50, 48, 69, 2, 0, 0, 78, 50, 69, 83, 77, 65, 51, 48, /* 0x a20 */
82, 2, 0, 0, 0, 0, 0, 0, 95, 2, 0, 0, 78, 50, 69, 68, /* 0x a30 */
69, 67, 51, 48, 31, 0, 0, 0, 78, 50, 69, 70, 65, 83, 51, 48, /* 0x a40 */
95, 2, 0, 0, 0, 0, 0, 0,101, 2, 0, 0, 78, 50, 69, 68, /* 0x a50 */
69, 67, 51, 48, 31, 0, 0, 0, 0, 0, 0, 0,110, 2, 0, 0, /* 0x a60 */
78, 50, 69, 68, 69, 67, 51, 48, 31, 0, 0, 0, 78, 50, 69, 68, /* 0x a70 */
69, 67, 51, 48,110, 2, 0, 0, 0, 0, 0, 0,126, 2, 0, 0, /* 0x a80 */
78, 50, 69, 68, 69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x a90 */
141, 2, 0, 0, 78, 50, 69, 68, 69, 67, 53, 48, 0, 0, 0, 0, /* 0x aa0 */
0, 0, 0, 0,159, 2, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, /* 0x ab0 */
0, 0, 0, 0, 78, 50, 69, 83, 77, 65, 52, 48,205, 2, 0, 0, /* 0x ac0 */
0, 0, 0, 0,218, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x ad0 */
82, 0, 0, 0, 78, 50, 69, 70, 65, 83, 52, 48,218, 2, 0, 0, /* 0x ae0 */
0, 0, 0, 0,222, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x af0 */
82, 0, 0, 0, 0, 0, 0, 0,233, 2, 0, 0, 78, 50, 69, 68, /* 0x b00 */
69, 67, 51, 48, 82, 0, 0, 0, 78, 50, 69, 68, 85, 77, 77, 49, /* 0x b10 */
233, 2, 0, 0, 78, 50, 69, 83, 77, 65, 53, 48,233, 2, 0, 0, /* 0x b20 */
78, 50, 69, 70, 65, 83, 53, 48,235, 2, 0, 0, 78, 50, 69, 68, /* 0x b30 */
69, 67, 53, 48,238, 2, 0, 0, 78, 50, 69, 83, 77, 65, 54, 48, /* 0x b40 */
247, 2, 0, 0, 0, 0, 0, 0, 5, 3, 0, 0, 78, 50, 69, 68, /* 0x b50 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 48, /* 0x b60 */
5, 3, 0, 0, 0, 0, 0, 0, 13, 3, 0, 0, 78, 50, 69, 70, /* 0x b70 */
65, 83, 54, 49, 0, 0, 0, 0, 0, 0, 0, 0, 27, 3, 0, 0, /* 0x b80 */
78, 50, 69, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 70, /* 0x b90 */
65, 83, 54, 49, 27, 3, 0, 0, 0, 0, 0, 0, 49, 3, 0, 0, /* 0x ba0 */
78, 50, 69, 68, 69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 68, /* 0x bb0 */
69, 67, 54, 48, 49, 3, 0, 0, 78, 82, 86, 50, 69, 69, 78, 68, /* 0x bc0 */
49, 3, 0, 0, 80, 69, 77, 85, 76, 84, 73, 80, 49, 3, 0, 0, /* 0x bd0 */
0, 0, 0, 0, 58, 3, 0, 0, 80, 69, 77, 65, 73, 78, 48, 50, /* 0x be0 */
1, 0, 0, 0, 80, 69, 77, 65, 73, 78, 49, 48, 58, 3, 0, 0, /* 0x bf0 */
80, 69, 67, 65, 76, 76, 84, 82, 59, 3, 0, 0, 80, 69, 67, 84, /* 0x c00 */
84, 80, 79, 83, 59, 3, 0, 0, 80, 69, 67, 84, 84, 78, 85, 76, /* 0x c10 */
65, 3, 0, 0, 80, 69, 68, 85, 77, 77, 89, 48, 67, 3, 0, 0, /* 0x c20 */
67, 65, 76, 76, 84, 82, 48, 48, 67, 3, 0, 0, 67, 84, 67, 76, /* 0x c30 */
69, 86, 69, 49, 81, 3, 0, 0, 0, 0, 0, 0, 86, 3, 0, 0, /* 0x c40 */
67, 65, 76, 76, 84, 82, 48, 48, 5, 0, 0, 0, 67, 65, 76, 76, /* 0x c50 */
84, 82, 48, 49, 86, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 49, /* 0x c60 */
91, 3, 0, 0, 67, 84, 66, 83, 72, 82, 48, 49, 91, 3, 0, 0, /* 0x c70 */
67, 84, 66, 82, 79, 82, 48, 49, 95, 3, 0, 0, 67, 84, 66, 83, /* 0x c80 */
87, 65, 48, 49, 97, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 50, /* 0x c90 */
102, 3, 0, 0, 0, 0, 0, 0,118, 3, 0, 0, 67, 65, 76, 76, /* 0x ca0 */
84, 82, 48, 48, 10, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 48, /* 0x cb0 */
118, 3, 0, 0, 67, 65, 76, 76, 84, 82, 69, 56,123, 3, 0, 0, /* 0x cc0 */
67, 65, 76, 76, 84, 82, 69, 57,125, 3, 0, 0, 67, 65, 76, 76, /* 0x cd0 */
84, 82, 49, 49,127, 3, 0, 0, 0, 0, 0, 0,131, 3, 0, 0, /* 0x ce0 */
67, 65, 76, 76, 84, 82, 49, 51, 7, 0, 0, 0, 67, 84, 67, 76, /* 0x cf0 */
69, 86, 69, 50,131, 3, 0, 0, 0, 0, 0, 0,136, 3, 0, 0, /* 0x d00 */
67, 65, 76, 76, 84, 82, 49, 49, 0, 0, 0, 0, 67, 65, 76, 76, /* 0x d10 */
84, 82, 49, 50,136, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 50, /* 0x d20 */
138, 3, 0, 0, 67, 84, 66, 83, 72, 82, 49, 49,138, 3, 0, 0, /* 0x d30 */
67, 84, 66, 82, 79, 82, 49, 49,142, 3, 0, 0, 67, 84, 66, 83, /* 0x d40 */
87, 65, 49, 49,144, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 51, /* 0x d50 */
149, 3, 0, 0, 0, 0, 0, 0,156, 3, 0, 0, 67, 65, 76, 76, /* 0x d60 */
84, 82, 49, 48, 5, 0, 0, 0, 67, 84, 84, 72, 69, 69, 78, 68, /* 0x d70 */
156, 3, 0, 0, 80, 69, 68, 85, 77, 77, 89, 49,156, 3, 0, 0, /* 0x d80 */
80, 69, 73, 77, 80, 79, 82, 84,156, 3, 0, 0, 0, 0, 0, 0, /* 0x d90 */
168, 3, 0, 0, 80, 69, 73, 77, 68, 79, 78, 69, 0, 0, 0, 0, /* 0x da0 */
80, 69, 73, 66, 89, 79, 82, 68,200, 3, 0, 0, 0, 0, 0, 0, /* 0x db0 */
202, 3, 0, 0, 80, 69, 73, 77, 79, 82, 68, 49, 7, 0, 0, 0, /* 0x dc0 */
80, 69, 75, 51, 50, 79, 82, 68,202, 3, 0, 0, 0, 0, 0, 0, /* 0x dd0 */
218, 3, 0, 0, 80, 69, 73, 77, 80, 79, 82, 50, 15, 0, 0, 0, /* 0x de0 */
80, 69, 73, 77, 79, 82, 68, 49,218, 3, 0, 0, 80, 69, 73, 77, /* 0x df0 */
80, 79, 82, 50,225, 3, 0, 0, 0, 0, 0, 0,247, 3, 0, 0, /* 0x e00 */
80, 69, 73, 77, 80, 79, 82, 84, 35, 0, 0, 0, 80, 69, 73, 69, /* 0x e10 */
82, 68, 76, 76,247, 3, 0, 0, 80, 69, 73, 69, 82, 69, 88, 69, /* 0x e20 */
253, 3, 0, 0, 80, 69, 73, 77, 68, 79, 78, 69, 3, 4, 0, 0, /* 0x e30 */
80, 69, 73, 77, 80, 79, 82, 57, 3, 4, 0, 0, 80, 69, 82, 69, /* 0x e40 */
76, 79, 67, 49, 3, 4, 0, 0, 80, 69, 82, 69, 76, 79, 67, 50, /* 0x e50 */
9, 4, 0, 0, 80, 69, 82, 69, 76, 79, 67, 51, 12, 4, 0, 0, /* 0x e60 */
82, 69, 76, 79, 67, 51, 50, 48, 15, 4, 0, 0, 0, 0, 0, 0, /* 0x e70 */
24, 4, 0, 0, 82, 69, 76, 79, 67, 51, 50, 74, 2, 0, 0, 0, /* 0x e80 */
82, 69, 76, 51, 50, 66, 73, 71, 56, 4, 0, 0, 0, 0, 0, 0, /* 0x e90 */
60, 4, 0, 0, 82, 69, 76, 79, 67, 51, 50, 48, 13, 0, 0, 0, /* 0x ea0 */
82, 69, 76, 79, 67, 51, 50, 74, 65, 4, 0, 0, 0, 0, 0, 0, /* 0x eb0 */
67, 4, 0, 0, 82, 69, 76, 79, 67, 51, 50, 48, 13, 0, 0, 0, /* 0x ec0 */
82, 69, 76, 51, 50, 69, 78, 68, 67, 4, 0, 0, 80, 69, 82, 69, /* 0x ed0 */
76, 79, 67, 57, 67, 4, 0, 0, 80, 69, 82, 76, 79, 72, 73, 48, /* 0x ee0 */
67, 4, 0, 0, 80, 69, 82, 76, 79, 72, 73, 90, 75, 4, 0, 0, /* 0x ef0 */
80, 69, 82, 69, 76, 76, 79, 48, 75, 4, 0, 0, 80, 69, 82, 69, /* 0x f00 */
76, 76, 79, 90, 85, 4, 0, 0, 80, 69, 82, 69, 76, 72, 73, 48, /* 0x f10 */
85, 4, 0, 0, 80, 69, 82, 69, 76, 72, 73, 90, 98, 4, 0, 0, /* 0x f20 */
80, 69, 77, 65, 73, 78, 50, 48, 98, 4, 0, 0, 80, 69, 82, 69, /* 0x f30 */
84, 85, 82, 78, 99, 4, 0, 0, 80, 69, 68, 79, 74, 85, 77, 80, /* 0x f40 */
105, 4, 0, 0, 80, 69, 68, 85, 77, 77, 89, 51,110, 4, 0, 0, /* 0x f50 */
85, 80, 88, 49, 72, 69, 65, 68,110, 4, 0, 0, 80, 69, 84, 72, /* 0x f60 */
69, 69, 78, 68,142, 4, 0, 0,255,255,255,255,142, 4 /* 0x f70 */
};

247
src/stub/l_wcle.h Normal file
View File

@ -0,0 +1,247 @@
/* l_wcle.h -- created from l_wcle.bin, 3418 (0xd5a) bytes
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/
#define NRV_LOADER_ADLER32 0x523f575c
#define NRV_LOADER_CRC32 0x0c065e98
unsigned char nrv_loader[3418] = {
191, 97,108,105, 98,105, 87, 65, 84, 67, 79, 77, 6, 30, 7, 87, /* 0x 0 */
141,183, 69, 83, 73, 48,141,191, 69, 68, 73, 48,185, 69, 67, 88, /* 0x 10 */
48,253,243,165,252,141,119, 4, 95,131,205,255, 87,233, 74, 77, /* 0x 20 */
80, 68, 85, 80, 88, 33,161,216,208,213, 0, 0, 0, 0, 0, 0, /* 0x 30 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 40 */
0, 45,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, /* 0x 50 */
7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64,138, 7,114, /* 0x 60 */
0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 70 */
219, 17,192, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, /* 0x 80 */
1,219,115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 49, /* 0x 90 */
201,131,232, 3,114, 13,193,224, 8,138, 6, 70,131,240,255,116, /* 0x a0 */
0,137,197, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, /* 0x b0 */
1,219,117, 7,139, 30,131,238,252, 17,219, 17,201,117, 0, 65, /* 0x c0 */
1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, 1,219,117, /* 0x d0 */
7,139, 30,131,238,252, 17,219,115, 0, 1,219,115, 0,117, 9, /* 0x e0 */
139, 30,131,238,252, 17,219,115, 0, 65, 65,131,193, 2,129,253, /* 0x f0 */
0,243,255,255,131,209, 1, 86,141, 52, 47,243,164, 94,233, 0, /* 0x 100 */
0, 0, 0,141, 20, 47,131,253,252,138, 4, 15,118, 0,138, 2, /* 0x 110 */
66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0,139, 2,131,194, /* 0x 120 */
4,137, 7,131,199, 4,131,233, 4,119,241, 1,207,233, 0, 0, /* 0x 130 */
0, 0,235, 0,164,235, 0,138, 6, 70,136, 7, 71, 1,219,117, /* 0x 140 */
7,139, 30,131,238,252, 17,219,114, 0, 49,192, 64,138, 7,114, /* 0x 150 */
0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,238,252, 17, /* 0x 160 */
219, 17,192, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, /* 0x 170 */
1,219,115, 11,117, 0,139, 30,131,238,252, 17,219,114, 0, 72, /* 0x 180 */
1,219,117, 7,139, 30,131,238,252, 17,219, 17,192,235, 0, 49, /* 0x 190 */
201,131,232, 3,114, 17,193,224, 8,138, 6, 70,131,240,255,116, /* 0x 1a0 */
0,209,248,137,197,235, 11, 1,219,117, 7,139, 30,131,238,252, /* 0x 1b0 */
17,219, 17,201, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 1c0 */
201,117, 0, 65, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 1d0 */
201, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1,219, /* 0x 1e0 */
115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 65, 65,131, /* 0x 1f0 */
193, 2,129,253, 0,251,255,255,131,209, 1, 86,141, 52, 47,243, /* 0x 200 */
164, 94,233, 0, 0, 0, 0,141, 20, 47,131,253,252,138, 4, 15, /* 0x 210 */
118, 0,138, 2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, 0, /* 0x 220 */
139, 2,131,194, 4,137, 7,131,199, 4,131,233, 4,119,241, 1, /* 0x 230 */
207,233, 0, 0, 0, 0,235, 0,164,235, 0,138, 6, 70,136, 7, /* 0x 240 */
71, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 0, 49,192, /* 0x 250 */
64,138, 7,114, 0,184, 1, 0, 0, 0, 1,219,117, 7,139, 30, /* 0x 260 */
131,238,252, 17,219, 17,192, 1,219,117, 7,139, 30,131,238,252, /* 0x 270 */
17,219,114, 0, 1,219,115, 11,117, 0,139, 30,131,238,252, 17, /* 0x 280 */
219,114, 0, 72, 1,219,117, 7,139, 30,131,238,252, 17,219, 17, /* 0x 290 */
192,235, 0, 1,219,117, 7,139, 30,131,238,252, 17,219, 17,201, /* 0x 2a0 */
235, 0, 49,201,131,232, 3,114, 17,193,224, 8,138, 6, 70,131, /* 0x 2b0 */
240,255,116, 0,209,248,137,197,235, 11, 1,219,117, 7,139, 30, /* 0x 2c0 */
131,238,252, 17,219,114,204, 65, 1,219,117, 7,139, 30,131,238, /* 0x 2d0 */
252, 17,219,114,190, 1,219,117, 7,139, 30,131,238,252, 17,219, /* 0x 2e0 */
17,201, 1,219,117, 7,139, 30,131,238,252, 17,219,115, 0, 1, /* 0x 2f0 */
219,115, 0,117, 9,139, 30,131,238,252, 17,219,115, 0, 65, 65, /* 0x 300 */
131,193, 2,129,253, 0,251,255,255,131,209, 2, 86,141, 52, 47, /* 0x 310 */
243,164, 94,233, 0, 0, 0, 0,141, 20, 47,131,253,252,138, 4, /* 0x 320 */
15,118, 0,138, 2, 66,136, 7, 71, 73,117,247,233, 0, 0, 0, /* 0x 330 */
0,139, 2,131,194, 4,137, 7,131,199, 4,131,233, 4,119,241, /* 0x 340 */
1,207,233, 0, 0, 0, 0, 93, 86,141,181, 82, 69, 76, 79, 86, /* 0x 350 */
141,189, 84, 69, 88, 86,137,239,185, 84, 69, 88, 76,138, 7, 71, /* 0x 360 */
44,232, 60, 1,119,247,128, 63, 63,117, 0,139, 7,138, 95, 4, /* 0x 370 */
102,193,232, 8,134,196,193,192, 16,134,196, 41,248,128,235,232, /* 0x 380 */
1,232,137, 7,131,199, 5,136,216,226, 0,185, 84, 69, 88, 76, /* 0x 390 */
176,232,176,233,242,174,117, 0,128, 63, 63,117, 0,139, 7,102, /* 0x 3a0 */
193,232, 8,134,196,193,192, 16,134,196, 41,248, 1,232,171,235, /* 0x 3b0 */
0,141,125,252, 49,192,138, 6, 70, 9,192,116, 0, 60,239,119, /* 0x 3c0 */
17, 1,199,139, 7,134,196,193,192, 16,134,196, 1,232,137, 7, /* 0x 3d0 */
235,226, 36, 15,193,224, 16,102,139, 6,131,198, 2, 9,192,117, /* 0x 3e0 */
0,139, 6,131,198, 4,235, 0,255,214, 95, 89, 41,249,193,233, /* 0x 3f0 */
2,243,171, 7,141,165, 69, 83, 80, 48,233, 74, 77, 80, 79, 0, /* 0x 400 */
87, 67, 76, 69, 77, 65, 73, 78, 0, 0, 0, 0, 85, 80, 88, 49, /* 0x 410 */
72, 69, 65, 68, 50, 0, 0, 0, 87, 67, 76, 69, 67, 85, 84, 80, /* 0x 420 */
82, 0, 0, 0, 78, 50, 66, 83, 77, 65, 49, 48, 82, 0, 0, 0, /* 0x 430 */
0, 0, 0, 0, 84, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 440 */
4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 48, 85, 0, 0, 0, /* 0x 450 */
0, 0, 0, 0, 87, 0, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 460 */
4, 0, 0, 0, 78, 50, 66, 70, 65, 83, 49, 49, 87, 0, 0, 0, /* 0x 470 */
78, 50, 66, 68, 69, 67, 49, 48, 93, 0, 0, 0, 78, 50, 66, 83, /* 0x 480 */
77, 65, 50, 48,104, 0, 0, 0, 0, 0, 0, 0,106, 0, 0, 0, /* 0x 490 */
78, 50, 66, 83, 77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 66, 70, /* 0x 4a0 */
65, 83, 50, 48,109, 0, 0, 0, 0, 0, 0, 0,113, 0, 0, 0, /* 0x 4b0 */
78, 50, 66, 70, 65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 66, 68, /* 0x 4c0 */
69, 67, 50, 48,118, 0, 0, 0, 78, 50, 66, 83, 77, 65, 51, 48, /* 0x 4d0 */
131, 0, 0, 0, 0, 0, 0, 0,144, 0, 0, 0, 78, 50, 66, 68, /* 0x 4e0 */
69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 51, 48, /* 0x 4f0 */
144, 0, 0, 0, 0, 0, 0, 0,148, 0, 0, 0, 78, 50, 66, 68, /* 0x 500 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0,159, 0, 0, 0, /* 0x 510 */
78, 50, 66, 68, 69, 67, 50, 48, 0, 0, 0, 0, 78, 50, 66, 68, /* 0x 520 */
69, 67, 51, 48,159, 0, 0, 0, 0, 0, 0, 0,177, 0, 0, 0, /* 0x 530 */
78, 50, 66, 68, 69, 67, 54, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 540 */
207, 0, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48, 0, 0, 0, 0, /* 0x 550 */
78, 50, 66, 83, 77, 65, 52, 48,221, 0, 0, 0, 0, 0, 0, 0, /* 0x 560 */
234, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, /* 0x 570 */
78, 50, 66, 70, 65, 83, 52, 48,234, 0, 0, 0, 0, 0, 0, 0, /* 0x 580 */
238, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, 49, 0, 0, 0, /* 0x 590 */
0, 0, 0, 0,249, 0, 0, 0, 78, 50, 66, 68, 69, 67, 51, 48, /* 0x 5a0 */
49, 0, 0, 0, 78, 50, 66, 68, 85, 77, 77, 49,249, 0, 0, 0, /* 0x 5b0 */
78, 50, 66, 83, 77, 65, 53, 48,249, 0, 0, 0, 78, 50, 66, 70, /* 0x 5c0 */
65, 83, 53, 48,251, 0, 0, 0, 78, 50, 66, 68, 69, 67, 53, 48, /* 0x 5d0 */
254, 0, 0, 0, 78, 50, 66, 83, 77, 65, 54, 48, 7, 1, 0, 0, /* 0x 5e0 */
0, 0, 0, 0, 19, 1, 0, 0, 78, 50, 66, 68, 69, 67, 49, 48, /* 0x 5f0 */
0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 48, 19, 1, 0, 0, /* 0x 600 */
0, 0, 0, 0, 30, 1, 0, 0, 78, 50, 66, 70, 65, 83, 54, 49, /* 0x 610 */
0, 0, 0, 0, 0, 0, 0, 0, 44, 1, 0, 0, 78, 50, 66, 68, /* 0x 620 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 70, 65, 83, 54, 49, /* 0x 630 */
44, 1, 0, 0, 0, 0, 0, 0, 66, 1, 0, 0, 78, 50, 66, 68, /* 0x 640 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 66, 68, 69, 67, 54, 48, /* 0x 650 */
66, 1, 0, 0, 78, 82, 86, 50, 66, 69, 78, 68, 66, 1, 0, 0, /* 0x 660 */
78, 50, 68, 83, 77, 65, 49, 48, 66, 1, 0, 0, 0, 0, 0, 0, /* 0x 670 */
68, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 680 */
78, 50, 68, 70, 65, 83, 49, 48, 69, 1, 0, 0, 0, 0, 0, 0, /* 0x 690 */
71, 1, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 6a0 */
78, 50, 68, 70, 65, 83, 49, 49, 71, 1, 0, 0, 78, 50, 68, 68, /* 0x 6b0 */
69, 67, 49, 48, 77, 1, 0, 0, 78, 50, 68, 83, 77, 65, 50, 48, /* 0x 6c0 */
88, 1, 0, 0, 0, 0, 0, 0, 90, 1, 0, 0, 78, 50, 68, 83, /* 0x 6d0 */
77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 68, 70, 65, 83, 50, 48, /* 0x 6e0 */
93, 1, 0, 0, 0, 0, 0, 0, 97, 1, 0, 0, 78, 50, 68, 70, /* 0x 6f0 */
65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 68, 68, 69, 67, 50, 48, /* 0x 700 */
102, 1, 0, 0, 78, 50, 68, 83, 77, 65, 51, 48,115, 1, 0, 0, /* 0x 710 */
0, 0, 0, 0,128, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 720 */
16, 0, 0, 0, 78, 50, 68, 70, 65, 83, 51, 48,128, 1, 0, 0, /* 0x 730 */
0, 0, 0, 0,134, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 740 */
16, 0, 0, 0, 0, 0, 0, 0,143, 1, 0, 0, 78, 50, 68, 68, /* 0x 750 */
69, 67, 51, 48, 16, 0, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 760 */
143, 1, 0, 0, 0, 0, 0, 0,159, 1, 0, 0, 78, 50, 68, 68, /* 0x 770 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0,177, 1, 0, 0, /* 0x 780 */
78, 50, 68, 68, 69, 67, 54, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 790 */
211, 1, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48, 0, 0, 0, 0, /* 0x 7a0 */
78, 50, 68, 83, 77, 65, 52, 48,225, 1, 0, 0, 0, 0, 0, 0, /* 0x 7b0 */
238, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, /* 0x 7c0 */
78, 50, 68, 70, 65, 83, 52, 48,238, 1, 0, 0, 0, 0, 0, 0, /* 0x 7d0 */
242, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, 69, 0, 0, 0, /* 0x 7e0 */
0, 0, 0, 0,253, 1, 0, 0, 78, 50, 68, 68, 69, 67, 51, 48, /* 0x 7f0 */
69, 0, 0, 0, 78, 50, 68, 68, 85, 77, 77, 49,253, 1, 0, 0, /* 0x 800 */
78, 50, 68, 83, 77, 65, 53, 48,253, 1, 0, 0, 78, 50, 68, 70, /* 0x 810 */
65, 83, 53, 48,255, 1, 0, 0, 78, 50, 68, 68, 69, 67, 53, 48, /* 0x 820 */
2, 2, 0, 0, 78, 50, 68, 83, 77, 65, 54, 48, 11, 2, 0, 0, /* 0x 830 */
0, 0, 0, 0, 23, 2, 0, 0, 78, 50, 68, 68, 69, 67, 49, 48, /* 0x 840 */
0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 48, 23, 2, 0, 0, /* 0x 850 */
0, 0, 0, 0, 34, 2, 0, 0, 78, 50, 68, 70, 65, 83, 54, 49, /* 0x 860 */
0, 0, 0, 0, 0, 0, 0, 0, 48, 2, 0, 0, 78, 50, 68, 68, /* 0x 870 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 70, 65, 83, 54, 49, /* 0x 880 */
48, 2, 0, 0, 0, 0, 0, 0, 70, 2, 0, 0, 78, 50, 68, 68, /* 0x 890 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 68, 68, 69, 67, 54, 48, /* 0x 8a0 */
70, 2, 0, 0, 78, 82, 86, 50, 68, 69, 78, 68, 70, 2, 0, 0, /* 0x 8b0 */
78, 50, 69, 83, 77, 65, 49, 48, 70, 2, 0, 0, 0, 0, 0, 0, /* 0x 8c0 */
72, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 8d0 */
78, 50, 69, 70, 65, 83, 49, 48, 73, 2, 0, 0, 0, 0, 0, 0, /* 0x 8e0 */
75, 2, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, 4, 0, 0, 0, /* 0x 8f0 */
78, 50, 69, 70, 65, 83, 49, 49, 75, 2, 0, 0, 78, 50, 69, 68, /* 0x 900 */
69, 67, 49, 48, 81, 2, 0, 0, 78, 50, 69, 83, 77, 65, 50, 48, /* 0x 910 */
92, 2, 0, 0, 0, 0, 0, 0, 94, 2, 0, 0, 78, 50, 69, 83, /* 0x 920 */
77, 65, 49, 48, 2, 0, 0, 0, 78, 50, 69, 70, 65, 83, 50, 48, /* 0x 930 */
97, 2, 0, 0, 0, 0, 0, 0,101, 2, 0, 0, 78, 50, 69, 70, /* 0x 940 */
65, 83, 49, 49, 0, 0, 0, 0, 78, 50, 69, 68, 69, 67, 50, 48, /* 0x 950 */
106, 2, 0, 0, 78, 50, 69, 83, 77, 65, 51, 48,119, 2, 0, 0, /* 0x 960 */
0, 0, 0, 0,132, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x 970 */
31, 0, 0, 0, 78, 50, 69, 70, 65, 83, 51, 48,132, 2, 0, 0, /* 0x 980 */
0, 0, 0, 0,138, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x 990 */
31, 0, 0, 0, 0, 0, 0, 0,147, 2, 0, 0, 78, 50, 69, 68, /* 0x 9a0 */
69, 67, 51, 48, 31, 0, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x 9b0 */
147, 2, 0, 0, 0, 0, 0, 0,163, 2, 0, 0, 78, 50, 69, 68, /* 0x 9c0 */
69, 67, 50, 48, 0, 0, 0, 0, 0, 0, 0, 0,178, 2, 0, 0, /* 0x 9d0 */
78, 50, 69, 68, 69, 67, 53, 48, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 9e0 */
196, 2, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, 0, 0, 0, 0, /* 0x 9f0 */
78, 50, 69, 83, 77, 65, 52, 48,242, 2, 0, 0, 0, 0, 0, 0, /* 0x a00 */
255, 2, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, /* 0x a10 */
78, 50, 69, 70, 65, 83, 52, 48,255, 2, 0, 0, 0, 0, 0, 0, /* 0x a20 */
3, 3, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, 82, 0, 0, 0, /* 0x a30 */
0, 0, 0, 0, 14, 3, 0, 0, 78, 50, 69, 68, 69, 67, 51, 48, /* 0x a40 */
82, 0, 0, 0, 78, 50, 69, 68, 85, 77, 77, 49, 14, 3, 0, 0, /* 0x a50 */
78, 50, 69, 83, 77, 65, 53, 48, 14, 3, 0, 0, 78, 50, 69, 70, /* 0x a60 */
65, 83, 53, 48, 16, 3, 0, 0, 78, 50, 69, 68, 69, 67, 53, 48, /* 0x a70 */
19, 3, 0, 0, 78, 50, 69, 83, 77, 65, 54, 48, 28, 3, 0, 0, /* 0x a80 */
0, 0, 0, 0, 40, 3, 0, 0, 78, 50, 69, 68, 69, 67, 49, 48, /* 0x a90 */
0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 48, 40, 3, 0, 0, /* 0x aa0 */
0, 0, 0, 0, 51, 3, 0, 0, 78, 50, 69, 70, 65, 83, 54, 49, /* 0x ab0 */
0, 0, 0, 0, 0, 0, 0, 0, 65, 3, 0, 0, 78, 50, 69, 68, /* 0x ac0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 70, 65, 83, 54, 49, /* 0x ad0 */
65, 3, 0, 0, 0, 0, 0, 0, 87, 3, 0, 0, 78, 50, 69, 68, /* 0x ae0 */
69, 67, 49, 48, 0, 0, 0, 0, 78, 50, 69, 68, 69, 67, 54, 48, /* 0x af0 */
87, 3, 0, 0, 78, 82, 86, 50, 69, 69, 78, 68, 87, 3, 0, 0, /* 0x b00 */
87, 67, 76, 69, 77, 65, 73, 50, 87, 3, 0, 0, 87, 67, 65, 76, /* 0x b10 */
76, 84, 82, 73, 96, 3, 0, 0, 87, 67, 67, 84, 84, 80, 79, 83, /* 0x b20 */
96, 3, 0, 0, 87, 67, 67, 84, 84, 78, 85, 76,102, 3, 0, 0, /* 0x b30 */
87, 67, 65, 76, 76, 84, 82, 49,104, 3, 0, 0, 67, 65, 76, 76, /* 0x b40 */
84, 82, 48, 48,104, 3, 0, 0, 67, 84, 67, 76, 69, 86, 69, 49, /* 0x b50 */
118, 3, 0, 0, 0, 0, 0, 0,123, 3, 0, 0, 67, 65, 76, 76, /* 0x b60 */
84, 82, 48, 48, 5, 0, 0, 0, 67, 65, 76, 76, 84, 82, 48, 49, /* 0x b70 */
123, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 49,128, 3, 0, 0, /* 0x b80 */
67, 84, 66, 83, 72, 82, 48, 49,128, 3, 0, 0, 67, 84, 66, 82, /* 0x b90 */
79, 82, 48, 49,132, 3, 0, 0, 67, 84, 66, 83, 87, 65, 48, 49, /* 0x ba0 */
134, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 50,139, 3, 0, 0, /* 0x bb0 */
0, 0, 0, 0,155, 3, 0, 0, 67, 65, 76, 76, 84, 82, 48, 48, /* 0x bc0 */
10, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 48,155, 3, 0, 0, /* 0x bd0 */
67, 65, 76, 76, 84, 82, 69, 56,160, 3, 0, 0, 67, 65, 76, 76, /* 0x be0 */
84, 82, 69, 57,162, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 49, /* 0x bf0 */
164, 3, 0, 0, 0, 0, 0, 0,168, 3, 0, 0, 67, 65, 76, 76, /* 0x c00 */
84, 82, 49, 51, 7, 0, 0, 0, 67, 84, 67, 76, 69, 86, 69, 50, /* 0x c10 */
168, 3, 0, 0, 0, 0, 0, 0,173, 3, 0, 0, 67, 65, 76, 76, /* 0x c20 */
84, 82, 49, 49, 0, 0, 0, 0, 67, 65, 76, 76, 84, 82, 49, 50, /* 0x c30 */
173, 3, 0, 0, 67, 84, 68, 85, 77, 77, 89, 50,175, 3, 0, 0, /* 0x c40 */
67, 84, 66, 83, 72, 82, 49, 49,175, 3, 0, 0, 67, 84, 66, 82, /* 0x c50 */
79, 82, 49, 49,179, 3, 0, 0, 67, 84, 66, 83, 87, 65, 49, 49, /* 0x c60 */
181, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 51,186, 3, 0, 0, /* 0x c70 */
0, 0, 0, 0,193, 3, 0, 0, 67, 65, 76, 76, 84, 82, 49, 48, /* 0x c80 */
5, 0, 0, 0, 67, 84, 84, 72, 69, 69, 78, 68,193, 3, 0, 0, /* 0x c90 */
87, 67, 68, 85, 77, 77, 89, 49,193, 3, 0, 0, 87, 67, 82, 69, /* 0x ca0 */
76, 79, 67, 49,193, 3, 0, 0, 82, 69, 76, 79, 67, 51, 50, 48, /* 0x cb0 */
196, 3, 0, 0, 0, 0, 0, 0,205, 3, 0, 0, 82, 69, 76, 79, /* 0x cc0 */
67, 51, 50, 74, 2, 0, 0, 0, 82, 69, 76, 51, 50, 66, 73, 71, /* 0x cd0 */
237, 3, 0, 0, 0, 0, 0, 0,241, 3, 0, 0, 82, 69, 76, 79, /* 0x ce0 */
67, 51, 50, 48, 13, 0, 0, 0, 82, 69, 76, 79, 67, 51, 50, 74, /* 0x cf0 */
246, 3, 0, 0, 0, 0, 0, 0,248, 3, 0, 0, 82, 69, 76, 79, /* 0x d00 */
67, 51, 50, 48, 13, 0, 0, 0, 82, 69, 76, 51, 50, 69, 78, 68, /* 0x d10 */
248, 3, 0, 0, 87, 67, 68, 85, 77, 77, 89, 50,248, 3, 0, 0, /* 0x d20 */
87, 67, 82, 69, 76, 83, 69, 76,248, 3, 0, 0, 87, 67, 76, 69, /* 0x d30 */
77, 65, 73, 52,250, 3, 0, 0, 87, 67, 84, 72, 69, 69, 78, 68, /* 0x d40 */
15, 4, 0, 0,255,255,255,255, 15, 4 /* 0x d50 */
};

View File

@ -2,8 +2,8 @@
This file is part of the UPX executable compressor.
Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2004 Laszlo Molnar
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
@ -28,7 +28,7 @@
// NOTE:
// to avoid endless problems with moving libc and kernel headers, this
// section is now completly freestanding
// section is now completely freestanding
/*************************************************************************

View File

@ -4,8 +4,8 @@
#
# This file is part of the UPX executable compressor.
#
# Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2004 Laszlo Molnar
# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2005 Laszlo Molnar
# All Rights Reserved.
#
# UPX and the UCL library are free software; you can redistribute them

View File

@ -4,8 +4,8 @@
#
# This file is part of the UPX executable compressor.
#
# Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2004 Laszlo Molnar
# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2005 Laszlo Molnar
# All Rights Reserved.
#
# UPX and the UCL library are free software; you can redistribute them

View File

@ -4,8 +4,8 @@
#
# This file is part of the UPX executable compressor.
#
# Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2004 Laszlo Molnar
# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2005 Laszlo Molnar
# All Rights Reserved.
#
# UPX and the UCL library are free software; you can redistribute them

View File

@ -4,8 +4,8 @@
#
# This file is part of the UPX executable compressor.
#
# Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2004 Laszlo Molnar
# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2005 Laszlo Molnar
# All Rights Reserved.
#
# UPX and the UCL library are free software; you can redistribute them
@ -30,7 +30,6 @@
use Compress::Zlib;
$delim = $/;
undef $/; # undef input record separator - read file as a whole
@ -81,8 +80,8 @@ print <<"EOF";
This file is part of the UPX executable compressor.
Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2004 Laszlo Molnar
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
@ -138,26 +137,4 @@ select(STDOUT);
undef $delim;
exit(0);
# /***********************************************************************
# //
# ************************************************************************/
sub adler32_OLD {
local($d) = @_;
local($n) = length($d);
local($i);
local($s1) = 1;
local($s2) = 0;
for ($i = 0; $i < $n; $i++) {
$s1 += ord(substr($d, $i, 1));
$s2 += $s1;
$s1 %= 65521;
$s2 %= 65521;
}
return ($s2 << 16) | $s1;
}
# vi:ts=4:et

129
src/stub/scripts/bin2h.py Normal file
View File

@ -0,0 +1,129 @@
#! /usr/bin/env python
# -*- coding: iso-8859-1 -*-
# vi:ts=4:et
#
# bin2h.py --
#
# This file is part of the UPX executable compressor.
#
# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2005 Laszlo Molnar
# All Rights Reserved.
#
# UPX and the UCL library are free software; you can redistribute them
# and/or modify them under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# This program 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.
# If not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# Markus F.X.J. Oberhumer Laszlo Molnar
# <mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
#
import os, sys, zlib
def w_header(w, ifile, ofile, n):
w("/* %s -- created from %s, %d (0x%x) bytes\n" % (os.path.basename(ofile), os.path.basename(ifile), n, n))
w("""\n\
This file is part of the UPX executable compressor.
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
and/or modify them under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
<mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>
*/\n\n\n""")
def w_checksum(w, s, data):
w("#define %s_ADLER32 0x%08x\n" % (s, 0xffffffffL & zlib.adler32(data)))
w("#define %s_CRC32 0x%08x\n" % (s, 0xffffffffL & zlib.crc32(data)))
w("\n")
def w_data(w, data):
def w_eol(w, i):
if i > 0:
w(" /* 0x%4x */" % (i - 16))
w("\n")
n = len(data)
for i in range(n):
if i % 16 == 0:
w_eol(w, i)
w("%3d" % ord(data[i]))
w(", " [i == n - 1])
i = n
while i % 16 != 0:
i += 1
w(" ")
w_eol(w, i)
def main(argv):
ifile = argv[1]
ident = argv[2]
ofile = argv[3]
opt_q = len(argv) >= 5
# check file size
st = os.stat(ifile)
if 1 and st.st_size <= 0:
print >> sys.stderr, "%s: ERROR: emtpy file" % (ifile)
sys.exit(1)
if 1 and st.st_size > 64*1024:
print >> sys.stderr, "%s: ERROR: file is too big (%d bytes)" % (ifile, st.st_size)
if re.search(r"^fold", ifile):
print >> sys.stderr, " (please upgrade your binutils to 2.12.90.0.15 or better)"
sys.exit(1)
# read ifile
fp = open(ifile, "rb")
data = fp.read()
fp.close()
assert len(data) == st.st_size
# write ofile
fp = open(ofile, "wb")
w = fp.write
if not opt_q:
w_header(w, ifile, ofile, len(data))
w_checksum(w, ident.upper(), data)
w("unsigned char %s[%d] = {\n" % (ident, len(data)))
w_data(w, data)
w("};\n")
fp.close()
if __name__ == "__main__":
sys.exit(main(sys.argv))

View File

@ -4,8 +4,8 @@
#
# This file is part of the UPX executable compressor.
#
# Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2004 Laszlo Molnar
# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2005 Laszlo Molnar
# All Rights Reserved.
#
# UPX and the UCL library are free software; you can redistribute them

View File

@ -4,8 +4,8 @@
#
# This file is part of the UPX executable compressor.
#
# Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2004 Laszlo Molnar
# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2005 Laszlo Molnar
# All Rights Reserved.
#
# UPX and the UCL library are free software; you can redistribute them

View File

@ -4,7 +4,7 @@
#
# This file is part of the UPX executable compressor.
#
# Copyright (C) 2000-2004 John F. Reiser
# Copyright (C) 2000-2005 John F. Reiser
# All Rights Reserved.
#
# UPX and the UCL library are free software; you can redistribute them

View File

@ -4,8 +4,8 @@
#
# This file is part of the UPX executable compressor.
#
# Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2004 Laszlo Molnar
# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2005 Laszlo Molnar
# All Rights Reserved.
#
# UPX and the UCL library are free software; you can redistribute them

View File

@ -4,8 +4,8 @@
#
# This file is part of the UPX executable compressor.
#
# Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2004 Laszlo Molnar
# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
# Copyright (C) 1996-2005 Laszlo Molnar
# All Rights Reserved.
#
# UPX and the UCL library are free software; you can redistribute them

133
src/stub/stubify.h Normal file
View File

@ -0,0 +1,133 @@
#define STUBIFY_STUB_ADLER32 0xbf689ba8
#define STUBIFY_STUB_CRC32 0x2ae982b2
unsigned char stubify_stub[2048] = {
77, 90, 0, 0, 4, 0, 0, 0, 32, 0, 39, 0,255,255, 0, 0, /* 0x 0 */
96, 7, 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 10 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 20 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 30 */
13, 10,115,116,117, 98, 46,104, 32,103,101,110,101,114, 97,116, /* 0x 40 */
101,100, 32,102,114,111,109, 32,115,116,117, 98, 46, 97,115,109, /* 0x 50 */
32, 98,121, 32,100,106, 97,115,109, 44, 32,111,110, 32, 83,117, /* 0x 60 */
110, 32, 78,111,118, 32, 51, 48, 32, 49, 57, 58, 51, 51, 58, 51, /* 0x 70 */
48, 32, 50, 48, 48, 51, 13, 10, 84,104,101, 32, 83, 84, 85, 66, /* 0x 80 */
46, 69, 88, 69, 32,115,116,117, 98, 32,108,111, 97,100,101,114, /* 0x 90 */
32,105,115, 32, 67,111,112,121,114,105,103,104,116, 32, 40, 67, /* 0x a0 */
41, 32, 49, 57, 57, 51, 45, 49, 57, 57, 53, 32, 68, 74, 32, 68, /* 0x b0 */
101,108,111,114,105,101, 46, 32, 13, 10, 80,101,114,109,105,115, /* 0x c0 */
115,105,111,110, 32,103,114, 97,110,116,101,100, 32,116,111, 32, /* 0x d0 */
117,115,101, 32,102,111,114, 32, 97,110,121, 32,112,117,114,112, /* 0x e0 */
111,115,101, 32,112,114,111,118,105,100,101,100, 32,116,104,105, /* 0x f0 */
115, 32, 99,111,112,121,114,105,103,104,116, 32, 13, 10,114,101, /* 0x 100 */
109, 97,105,110,115, 32,112,114,101,115,101,110,116, 32, 97,110, /* 0x 110 */
100, 32,117,110,109,111,100,105,102,105,101,100, 46, 32, 13, 10, /* 0x 120 */
84,104,105,115, 32,111,110,108,121, 32, 97,112,112,108,105,101, /* 0x 130 */
115, 32,116,111, 32,116,104,101, 32,115,116,117, 98, 44, 32, 97, /* 0x 140 */
110,100, 32,110,111,116, 32,110,101, 99,101,115,115, 97,114,105, /* 0x 150 */
108,121, 32,116,104,101, 32,119,104,111,108,101, 32,112,114,111, /* 0x 160 */
103,114, 97,109, 46, 10, 13, 10, 36, 73,100, 58, 32,115,116,117, /* 0x 170 */
98, 46, 97,115,109, 32, 98,117,105,108,116, 32, 50, 48, 48, 51, /* 0x 180 */
45, 49, 49, 45, 51, 48, 32, 49, 57, 58, 51, 51, 58, 51, 48, 32, /* 0x 190 */
98,121, 32,100,106, 97,115,109, 32, 36, 10, 13, 10, 64, 40, 35, /* 0x 1a0 */
41, 32,115,116,117, 98, 46, 97,115,109, 32, 98,117,105,108,116, /* 0x 1b0 */
32, 50, 48, 48, 51, 45, 49, 49, 45, 51, 48, 32, 49, 57, 58, 51, /* 0x 1c0 */
51, 58, 51, 48, 32, 98,121, 32,100,106, 97,115,109, 10, 13, 10, /* 0x 1d0 */
26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 1e0 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 1f0 */
103,111, 51, 50,115,116,117, 98, 44, 32,118, 32, 50, 46, 48, 52, /* 0x 200 */
84, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 210 */
0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 220 */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x 230 */
0, 0, 0, 0, 67, 87, 83, 68, 80, 77, 73, 46, 69, 88, 69, 0, /* 0x 240 */
0, 0, 0, 0, 14, 31,140, 30, 36, 0,140, 6, 96, 7,252,180, /* 0x 250 */
48,205, 33, 60, 3,115, 8,176,109,186,169, 5,233,209, 3,162, /* 0x 260 */
105, 8,190, 32, 0,139, 4, 9,192,117, 2,180,254,187,112, 8, /* 0x 270 */
57,195,115, 2,137,195,137, 28,254,199,185, 4,255,211,235,180, /* 0x 280 */
74,205, 33,115, 8,211,227,254,207,137, 28,235,216, 38,142, 6, /* 0x 290 */
44, 0, 49,255, 48,192,169,242,174, 38,129, 61, 80, 65,117, 21, /* 0x 2a0 */
175, 38,129, 61, 84, 72,117, 13,175, 38,128, 61, 61,117, 6, 71, /* 0x 2b0 */
137, 62,137, 4, 79,174,117,223,175,180, 62,187, 19, 0,205, 33, /* 0x 2c0 */
180, 62,187, 18, 0,205, 33, 6, 87, 49,201,116, 18,176,110,186, /* 0x 2d0 */
128, 5,233, 91, 3, 9,201,117,244, 65,232,158, 3,114,238,184, /* 0x 2e0 */
135, 22,205, 47, 9,192,117,237,128,227, 1,116,232,137, 62, 0, /* 0x 2f0 */
6,140, 6, 2, 6,137, 54, 4, 6, 95, 7,232,208, 2,137, 62, /* 0x 300 */
42, 0,137, 54, 98, 7,128, 62, 44, 0, 0,116, 35,185, 8, 0, /* 0x 310 */
191, 44, 0,138, 5, 71, 8,192,116, 5,136, 7, 67,226,244,102, /* 0x 320 */
199, 7, 46, 69, 88, 69,131,195, 4,198, 7, 0,137, 30, 98, 7, /* 0x 330 */
184, 0, 61,186,100, 7,205, 33, 15,130,176, 2,163, 6, 6,137, /* 0x 340 */
195,185, 6, 0,186,181, 7,180, 63,205, 33, 49,210, 49,201,161, /* 0x 350 */
181, 7, 61, 76, 1,116, 27, 61, 77, 90, 15,133,149, 2,139, 22, /* 0x 360 */
185, 7,193,226, 9,139, 30,183, 7, 9,219,116, 5,128,238, 2, /* 0x 370 */
1,218,137, 22,187, 7,137, 14,189, 7,184, 0, 66,139, 30, 6, /* 0x 380 */
6,205, 33,185,168, 0,186,191, 7,180, 63,205, 33, 61,168, 0, /* 0x 390 */
117, 6,129, 62,191, 7, 76, 1, 15,133, 94, 2,102,161,227, 7, /* 0x 3a0 */
102,163, 16, 6,102,139, 14,187, 7,102,161, 3, 8,102, 1,200, /* 0x 3b0 */
102,163, 8, 6,102, 3, 14, 43, 8,102,137, 14, 12, 6,102,139, /* 0x 3c0 */
30, 75, 8,102, 3, 30, 79, 8,102,184, 1, 0, 1, 0,102, 57, /* 0x 3d0 */
195,115, 3,102,137,195,102,129,195,255,255, 0, 0, 49,219,102, /* 0x 3e0 */
137, 30, 28, 0,232,250, 2,139, 30, 4, 6, 9,219,116, 10,180, /* 0x 3f0 */
72,205, 33, 15,130, 21, 2,142,192,232, 13, 3,184, 1, 0,255, /* 0x 400 */
30, 0, 6, 15,130, 15, 2,140, 6, 38, 0,140, 14, 40, 0,140, /* 0x 410 */
216,163, 34, 0,142,192, 49,192,185, 1, 0,205, 49,114, 7,163, /* 0x 420 */
20, 6, 49,192,205, 49, 15,130,243, 1,163, 22, 6,102,139, 14, /* 0x 430 */
28, 0,184, 1, 5,139, 30, 30, 0,205, 49, 15,130,229, 1,137, /* 0x 440 */
30, 26, 6,137, 14, 24, 6,137, 54, 26, 0,137, 62, 24, 0,184, /* 0x 450 */
7, 0,139, 30, 20, 6,139, 14, 26, 6,139, 22, 24, 6,205, 49, /* 0x 460 */
184, 9, 0,140,201,131,225, 3,193,225, 5, 81,129,201,155,192, /* 0x 470 */
205, 49,184, 8, 0,139, 14, 30, 0, 73,186,255,255,205, 49,184, /* 0x 480 */
7, 0,139, 30, 22, 6,139, 14, 26, 6,139, 22, 24, 6,205, 49, /* 0x 490 */
184, 9, 0, 89,129,201,147,192,205, 49,184, 8, 0,139, 14, 30, /* 0x 4a0 */
0, 73,186,255,255,205, 49,184, 0, 1,187, 0, 15,205, 49,115, /* 0x 4b0 */
16, 61, 8, 0, 15,133,115, 1,184, 0, 1,205, 49, 15,130,106, /* 0x 4c0 */
1,163, 28, 6,137, 22, 30, 6,193,227, 4,137, 30, 32, 6,102, /* 0x 4d0 */
139, 54, 8, 6,102,139, 62,251, 7,102,139, 14,255, 7,232, 73, /* 0x 4e0 */
0,102,139, 54, 12, 6,102,139, 62, 35, 8,102,139, 14, 39, 8, /* 0x 4f0 */
232, 55, 0,142, 6, 22, 6,102,139, 62, 75, 8,102,139, 14, 79, /* 0x 500 */
8,102, 49,192,102,193,233, 2,103,243,102,171,180, 62,139, 30, /* 0x 510 */
6, 6,205, 33,184, 1, 1,139, 22, 30, 6,205, 49, 30, 15,161, /* 0x 520 */
142, 30, 22, 6,102,100,255, 46, 16, 6,102,137,240,102, 37,255, /* 0x 530 */
1, 0, 0,102, 1,193, 41,198,102, 41,199,102,137, 14, 38, 6, /* 0x 540 */
102,137, 62, 34, 6,232, 15, 1,137, 54, 62, 6,102,193,238, 16, /* 0x 550 */
137, 54, 66, 6,139, 30, 6, 6,137, 30, 58, 6,199, 6, 70, 6, /* 0x 560 */
0, 66,232, 3, 1,161, 28, 6,163, 78, 6,199, 6, 62, 6, 0, /* 0x 570 */
0,198, 6, 71, 6, 63,161, 40, 6, 9,192,117, 9,161, 38, 6, /* 0x 580 */
59, 6, 32, 6,118, 3,161, 32, 6,163, 66, 6,232,217, 0,102, /* 0x 590 */
49,201,139, 14, 70, 6,102,139, 62, 34, 6,102, 1, 14, 34, 6, /* 0x 5a0 */
102, 41, 14, 38, 6,102, 49,246,193,233, 2, 30, 6,142, 6, 22, /* 0x 5b0 */
6,142, 30, 30, 6,103,243,102,165, 7, 31,102, 3, 14, 38, 6, /* 0x 5c0 */
117,175,195, 60, 58,116, 6, 60, 47,116, 2, 60, 92,195,190,100, /* 0x 5d0 */
7,137,243, 38,138, 5, 71,136, 4, 56,224,116, 14, 8,192,116, /* 0x 5e0 */
10, 70,232,222,255,117,236,137,243,116,232,195,176,102,186, 74, /* 0x 5f0 */
5,235, 12,176,103,186, 87, 5,235, 5,176,104,186, 97, 5, 82, /* 0x 600 */
139, 30, 98, 7,198, 7, 36,187,100, 7,235, 40,232,250, 0,176, /* 0x 610 */
105,186,155, 5,235, 26,176,106,186,180, 5,235, 19,176,107,186, /* 0x 620 */
198, 5,235, 12,176,108,186,216, 5,235, 5,176,105,186,155, 5, /* 0x 630 */
82,187, 61, 5,232, 21, 0, 91,232, 17, 0,187,100, 4,232, 11, /* 0x 640 */
0,180, 76,205, 33, 67, 80,180, 2,205, 33, 88,138, 23,128,250, /* 0x 650 */
36,117,242,195, 13, 10, 36, 80, 81, 87, 49,192,191, 42, 6,185, /* 0x 660 */
25, 0,243,171, 95, 89, 88,195,184, 0, 3,187, 33, 0, 49,201, /* 0x 670 */
102,191, 42, 6, 0, 0,205, 49,195, 0, 0, 48,228,232, 78,255, /* 0x 680 */
137,222,139, 62,137, 4,235, 28,180, 59,232, 65,255, 8,192,117, /* 0x 690 */
1, 79,129,254,100, 7,116, 18,138, 68,255,232, 37,255,116, 4, /* 0x 6a0 */
198, 4, 92, 70,232, 3, 0,114,223,195,232, 52, 0,187, 68, 0, /* 0x 6b0 */
138, 7,136, 4, 67, 70, 8,192,117,246, 6, 87, 30, 7,232,150, /* 0x 6c0 */
255,187, 42, 6,140, 95, 4,137, 95, 2,186,100, 7,184, 0, 75, /* 0x 6d0 */
205, 33, 95, 7,114, 9,180, 77,205, 33, 45, 0, 3,247,216,235, /* 0x 6e0 */
40,128, 62,105, 8, 5,114, 32,184, 0, 88,205, 33,162,103, 8, /* 0x 6f0 */
184, 2, 88,205, 33,162,104, 8,184, 1, 88,187,128, 0,205, 33, /* 0x 700 */
184, 3, 88,187, 1, 0,205, 33,195,156,128, 62,105, 8, 5,114, /* 0x 710 */
26, 80, 83,184, 3, 88,138, 30,104, 8, 48,255,205, 33,184, 1, /* 0x 720 */
88,138, 30,103, 8, 48,255,205, 33, 91, 88,157,195, 76,111, 97, /* 0x 730 */
100, 32,101,114,114,111,114, 58, 32, 36, 58, 32, 99, 97,110, 39, /* 0x 740 */
116, 32,111,112,101,110, 36, 58, 32,110,111,116, 32, 69, 88, 69, /* 0x 750 */
36, 58, 32,110,111,116, 32, 67, 79, 70, 70, 32, 40, 67,104,101, /* 0x 760 */
99,107, 32,102,111,114, 32,118,105,114,117,115,101,115, 41, 36, /* 0x 770 */
110,111, 32, 68, 80, 77, 73, 32, 45, 32, 71,101,116, 32, 99,115, /* 0x 780 */
100,112,109,105, 42, 98, 46,122,105,112, 36,110,111, 32, 68, 79, /* 0x 790 */
83, 32,109,101,109,111,114,121, 36,110,101,101,100, 32, 68, 79, /* 0x 7a0 */
83, 32, 51, 36, 99, 97,110, 39,116, 32,115,119,105,116, 99,104, /* 0x 7b0 */
32,109,111,100,101, 36,110,111, 32, 68, 80, 77, 73, 32,115,101, /* 0x 7c0 */
108,101, 99,116,111,114,115, 36,110,111, 32, 68, 80, 77, 73, 32, /* 0x 7d0 */
109,101,109,111,114,121, 36,144,144,144,144,144,144,144,144,144, /* 0x 7e0 */
144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144 /* 0x 7f0 */
};