ELF2 for mips 32-bit main programs

modified:   ../misc/testsuite/upx_testsuite_1-expected_sha256sums.sh
	modified:   stub/src/include/linux.h
	modified:   p_lx_elf.cpp
	modified:   stub/Makefile
	modified:   stub/src/arch/mips/r3000/lzma_d.S
	modified:   stub/src/arch/mips/r3000/macros.ash
	modified:   stub/src/arm.v4a-linux.elf-fold.S
	modified:   stub/src/arm.v4a-linux.elf-main2.c
	modified:   stub/src/arm.v4a-linux.elf-so_fold.lds
	modified:   stub/src/arm.v5a-linux.elf-so_fold.lds
	modified:   stub/src/arm64-linux.elf-so_fold.lds
	modified:   stub/src/i386-expand.S
	modified:   stub/src/i386-linux.elf-entry.lds
	modified:   stub/src/i386-linux.elf-main2.c
	modified:   stub/src/i386-linux.elf-so_fold.lds
	new file:   stub/src/mips.r3000-expand.S
	new file:   stub/src/mips.r3000-linux.elf-entry.lds
	modified:   stub/src/mips.r3000-linux.elf-fold.S
	modified:   stub/src/mips.r3000-linux.elf-fold.lds
	new file:   stub/src/mips.r3000-linux.elf-main2.c
	new file:   stub/src/mipsel.r3000-expand.S
	modified:   stub/src/mipsel.r3000-linux.elf-entry.S
	new file:   stub/src/mipsel.r3000-linux.elf-entry.lds
	modified:   stub/src/mipsel.r3000-linux.elf-fold.S
	modified:   stub/src/mipsel.r3000-linux.elf-fold.lds
	new file:   stub/src/mipsel.r3000-linux.elf-main2.c
	modified:   stub/src/mipsel.r3000-linux.shlib-init.S
	modified:   stub/src/powerpc-linux.elf-fold.lds
	modified:   stub/src/upxfd_android.c
           plus generated *.h *.map *.dump
This commit is contained in:
John Reiser
2024-07-16 13:36:26 -07:00
parent b26ba9c4d3
commit cc87a2c867
55 changed files with 17290 additions and 14683 deletions
+3 -3
View File
@@ -1499,7 +1499,7 @@ PackLinuxElf32::buildLinuxLoader(
|| this->e_machine==Elf32_Ehdr::EM_386
|| this->e_machine==Elf32_Ehdr::EM_ARM
|| this->e_machine==Elf32_Ehdr::EM_PPC
//ELF2 NYI || this->e_machine==Elf32_Ehdr::EM_MIPS
|| this->e_machine==Elf32_Ehdr::EM_MIPS
) { // main program with ELF2 de-compressor
initLoader(fold, szfold);
char sec[120];
@@ -1570,7 +1570,7 @@ PackLinuxElf32::buildLinuxLoader(
|| this->e_machine==Elf32_Ehdr::EM_386
|| this->e_machine==Elf32_Ehdr::EM_ARM
|| this->e_machine==Elf32_Ehdr::EM_PPC
//ELF2 NYI || this->e_machine==Elf32_Ehdr::EM_MIPS
|| this->e_machine==Elf32_Ehdr::EM_MIPS
)
) { // shlib with ELF2 de-compressor
addLoader("ELFMAINX,ELFMAINZ,FOLDEXEC,IDENTSTR");
@@ -1579,7 +1579,7 @@ PackLinuxElf32::buildLinuxLoader(
|| this->e_machine==Elf32_Ehdr::EM_386
|| this->e_machine==Elf32_Ehdr::EM_ARM
|| this->e_machine==Elf32_Ehdr::EM_PPC
//ELF2 NYI || this->e_machine==Elf32_Ehdr::EM_MIPS
|| this->e_machine==Elf32_Ehdr::EM_MIPS
) { // main program with ELF2 de-compressor
addLoader("ELFMAINX,ELFMAINZ,FOLDEXEC,IDENTSTR");
defineSymbols(ft);
+135 -43
View File
@@ -1489,34 +1489,80 @@ mips.r3000-linux.elf%.h : tc_list = mips.r3000-linux.elf default
mips.r3000-linux.elf%.h : tc_bfdname = elf32-bigmips
tc.mips.r3000-linux.elf.as = mipsel-elf-as-20060406 -EB -O -mno-pdr
tc.mips.r3000-linux.elf.pp-as= mipsel-elf-as-20060406 -EB -mabi=eabi -Wall
tc.mips.r3000-linux.elf.gcc = mipsel-linux-gcc-4.1.1 -meb -march=r3000 -mno-abicalls -mabi=eabi -G0 -nostdinc -MMD -MT $@
tc.mips.r3000-linux.elf.gcc += -fno-exceptions -fno-asynchronous-unwind-tables
tc.mips.r3000-linux.elf.gcc += -Wall -W -Wcast-align -Wcast-qual -Wstrict-prototypes -Wwrite-strings -Werror
mips.r3000-linux.elf-entry.h : $(srcdir)/src/$$T.S
ifeq (1,1)
# info: we really need as-2.17 here
$(call tc,pp-as) -D_TARGET_LINUX_ -D__MIPSEB__ $< -o - | $(RTRIM) > tmp/$T.i
$(call tc,as) tmp/$T.i -o tmp/$T.bin
$(call tc,gpp_mkdep) --mode=c --MMD=$@ --MF=tmp/$T.d $<
else
# info: as-2.16.1 as used by gcc-4.1.1 does _not_ work
$(call tc,gcc) -c -D_TARGET_LINUX_ -Wa,-O,-mno-pdr $< -o tmp/$T.bin
endif
$(call tc,f-embed_objinfo,tmp/$T.bin)
$(call tc,bin2h-c) tmp/$T.bin $@
mips.r3000-linux.elf-fold.h : tmp/$$T.o tmp/mips.r3000-linux.elf-main.o $(srcdir)/src/$$T.lds
$(call tc,ld) --strip-all -T $(srcdir)/src/$T.lds -Map tmp/$T.map $(filter %.o,$^) -o tmp/$T.bin
$(call tc,f-objstrip,tmp/$T.bin)
$(call tc,sstrip) tmp/$T.bin
mips.r3000-linux.elf-entry.h : $(srcdir)/src/mips.r3000-linux.elf-entry.lds \
$(srcdir)/src/$$T.S
@echo; echo TARGET: $@; echo
# info: we really need as-2.17 here; as-2.16.1 as used by gcc-4.1.1 does _not_ work
$(call tc,gcc) -E -x assembler-with-cpp \
-D__mips__ -D__MIPSEB__ -D_TARGET_LINUX_ $(srcdir)/src/$T.S \
| $(call tc,pp-as) -achlmms=tmp/$T.list -o tmp/$T.o
$(call tc,gpp_mkdep) --mode=c --MMD=$@ --MF=tmp/$T.d $(srcdir)/src/$T.S
multiarch-ld-2.17 -r --format=elf32-bigmips -Map tmp/$T.map -o tmp/$T.bin \
-T src/mips.r3000-linux.elf-entry.lds \
tmp/$T.o
$(call tc,f-embed_objinfo_without_xstrip,tmp/$T.bin)
$(call tc,bin2h) tmp/$T.bin $@
tmp/mips.r3000-linux.elf-fold.o : $(srcdir)/src/$$T.S
$(call tc,gcc) -c -D_TARGET_LINUX_ $< -o $@
$(call tc,f-objstrip,$@)
tmp/mips.r3000-linux.elf-upxfd_android.o : $(srcdir)/src/upxfd_android.c
@echo; echo TARGET: $@; echo
$(call tc,gcc) -c -O $< -o $@
$(call tc,objcopy) -R .comment $@
$(call tc,objdump) -Dr $(tc_objdump_disasm_options) $@ | $(RTRIM) > $@.disasm
tmp/mips.r3000-linux.elf-main.o : $(srcdir)/src/$$T.c $(srcdir)/src/i386-linux.elf-main.c
mips.r3000-linux.elf-fold.h : $(srcdir)/src/$$T.lds \
$(srcdir)/src/$$T.S \
tmp/mips.r3000-linux.elf-main2.s \
tmp/mips.r3000-linux.upxfd_android.s \
src/mips.r3000-expand.S
@echo; echo TARGET: $@; echo
cat > tmp/mips.r3000-linux.elf-fold-2.S \
src/mips.r3000-linux.elf-fold.S \
tmp/mips.r3000-linux.elf-main2.s \
tmp/mips.r3000-linux.upxfd_android.s \
src/mips.r3000-expand.S
(cd tmp; ln -sf ../src/arch arch)
$(call tc,gcc) -E \
-D__mips__ -D__MIPSEB__ -D_TARGET_LINUX_ \
tmp/mips.r3000-linux.elf-fold-2.S \
| sed -e $$(cat src/dollar-dollar.sed) > tmp/mips.r3000-linux.elf-fold-3.S
# info: as-2.16.1 as used by gcc-4.1.1 does _not_ work`
$(call tc,as) -EB tmp/mips.r3000-linux.elf-fold-3.S -march=r3000 -o tmp/$T.o
$(call tc,objdump) -Dr $(tc_objdump_disasm_options) tmp/$T.o > tmp/$@.disasm
$(call tc,gpp_mkdep) --mode=c --MMD=$@ --MF=tmp/$T.d $(srcdir)/src/$T.S
$(call tc,ld) -r -T $(srcdir)/src/$T.lds -Map tmp/$T.map -o tmp/$T.bin \
tmp/$T.o
$(call tc,f-embed_objinfo_without_xstrip_keep_dot_text,tmp/$T.bin)
# "unrecognized program segment header size" $(call tc,sstrip) tmp/$T.bin
$(call tc,bin2h) tmp/$T.bin $@
tmp/mips.r3000-linux.upxfd_android.s: $(srcdir)/src/upxfd_android.c
@echo; echo TARGET: $@; echo
$(call tc,gcc) -S -D__mips__ \
-D_TARGET_LINUX_ -DNO_WANT_MMAP -O $< -o - \
| sed -e '/^\t\.file\t/d' \
-e 's/L[0-9]*/L8&/g' \
-e $$(cat src/dollar-dollar.sed) \
-e 's/ j[ ][ ]*$$L/ b $$L/' \
-e 's/ jal[ ][ ]*\([^\$$]\)/ bal \1/' \
>$@
tmp/mips.r3000-linux.elf-main2.s: $(srcdir)/src/$$T.c $(srcdir)/src/i386-linux.elf-main2.c
@echo; echo TARGET: $@; echo
$(call tc,gcc) -S -D__mips__ -D_TARGET_LINUX_ -O $< -o - \
| sed -e '/^\t\.file\t/d' \
-e 's/L[0-9]*/L7&/g' \
-e $$(cat src/dollar-dollar.sed) \
-e 's/ j[ ][ ]*$$L/ b $$L/' \
-e 's/ jal[ ][ ]*\([^\$$]\)/ bal \1/' \
>$@
tmp/mips.r3000-linux.elf-main2.o : $(srcdir)/src/$$T.c $(srcdir)/src/i386-linux.elf-main2.c
@echo; echo TARGET: $@; echo
$(call tc,gcc) -S -Os -MF tmp/$T.d $< -o - | $(RTRIM) > tmp/$T.i
sed -e 's/ j[ ][ ]*$$L/ b $$L/' \
-e 's/ jal[ ][ ]*\([^\$$]\)/ bal \1/' < tmp/$T.i > tmp/$T.s
@@ -1541,7 +1587,8 @@ else
# info: as-2.16.1 as used by gcc-4.1.1 does _not_ work
$(call tc,gcc) -c -D_TARGET_LINUX_ -Wa,-O,-mno-pdr $< -o tmp/$T.bin
endif
$(call tc,f-embed_objinfo,tmp/$T.bin)
$(call tc,f-embed_objinfo_without_xstrip_keep_dot_text,tmp/$T.bin)
$(call tc,bin2h-c) tmp/$T.bin $@
@@ -1549,33 +1596,78 @@ endif
# // mipsel.r3000-linux.elf
# ************************************************************************/
tc.mipsel.r3000-linux.elf.as = mipsel-elf-as-20060406 -EL -O -mno-pdr
tc.mipsel.r3000-linux.elf.pp-as= mipsel-elf-as-20060406 -EL -mabi=eabi -Wall
tc.mipsel.r3000-linux.elf.gcc = mipsel-linux-gcc-4.1.1 -mel -march=r3000 -mno-abicalls -mabi=eabi -G0 -nostdinc -MMD -MT $@
tc.mipsel.r3000-linux.elf.gcc += -fno-exceptions -fno-asynchronous-unwind-tables
tc.mipsel.r3000-linux.elf.gcc += -Wall -W -Wcast-align -Wcast-qual -Wstrict-prototypes -Wwrite-strings -Werror
mipsel.r3000-linux.elf%.h : tc_list = mipsel.r3000-ps1 default
mipsel.r3000-linux.elf%.h : tc_bfdname = elf32-littlemips
mipsel.r3000-linux.elf-entry.h : $(srcdir)/src/$$T.S
ifeq (1,1)
# info: we really need as-2.17 here
$(call tc,pp-as) -D_TARGET_LINUX_ -D__MIPSEL__ $< -o - | $(RTRIM) > tmp/$T.i
$(call tc,as) tmp/$T.i -o tmp/$T.bin
$(call tc,gpp_mkdep) --mode=c --MMD=$@ --MF=tmp/$T.d $<
else
# info: as-2.16.1 as used by gcc-4.1.1 does _not_ work
$(call tc,gcc) -c -D_TARGET_LINUX_ -Wa,-O,-mno-pdr $< -o tmp/$T.bin
endif
$(call tc,f-embed_objinfo,tmp/$T.bin)
$(call tc,bin2h-c) tmp/$T.bin $@
mipsel.r3000-linux.elf-fold.h : tmp/$$T.o tmp/mipsel.r3000-linux.elf-main.o $(srcdir)/src/$$T.lds
$(call tc,ld) --strip-all -T $(srcdir)/src/$T.lds -Map tmp/$T.map $(filter %.o,$^) -o tmp/$T.bin
$(call tc,f-objstrip,tmp/$T.bin)
$(call tc,sstrip) tmp/$T.bin
mipsel.r3000-linux.elf-entry.h : $(srcdir)/src/mipsel.r3000-linux.elf-entry.lds \
$(srcdir)/src/$$T.S
@echo; echo TARGET: $@; echo
# info: we really need as-2.17 here; as-2.16.1 as used by gcc-4.1.1 does _not_ work
$(call tc,pp-as) -E -x assembler-with-cpp \
-D__mips__ -D__MIPSEL__ -D_TARGET_LINUX_ $(srcdir)/src/$T.S \
| mipsel-elf-as-20060406 -EL -mabi=eabi -Wall -a=/dev/null -o tmp/$T.o
$(call tc,gpp_mkdep) --mode=c --MMD=$@ --MF=tmp/$T.d $(srcdir)/src/$T.S
multiarch-ld-2.17 -r --format=elf32-littlemips -Map tmp/$T.map -o tmp/$T.bin \
-T src/mipsel.r3000-linux.elf-entry.lds \
tmp/$T.o
$(call tc,f-embed_objinfo_without_xstrip,tmp/$T.bin)
$(call tc,bin2h) tmp/$T.bin $@
tmp/mipsel.r3000-linux.elf-fold.o : $(srcdir)/src/$$T.S
$(call tc,gcc) -c -D_TARGET_LINUX_ $< -o $@
$(call tc,f-objstrip,$@)
mipsel.r3000-linux.elf-fold.h : $(srcdir)/src/$$T.lds \
$(srcdir)/src/$$T.S \
tmp/mipsel.r3000-linux.elf-main2.s \
tmp/mipsel.r3000-linux.upxfd_android.s \
src/mipsel.r3000-expand.S
@echo; echo TARGET: $@; echo
cat > tmp/mipsel.r3000-linux.elf-fold-2.S \
src/mipsel.r3000-linux.elf-fold.S \
tmp/mipsel.r3000-linux.elf-main2.s \
tmp/mipsel.r3000-linux.upxfd_android.s \
src/mipsel.r3000-expand.S
(cd tmp; ln -sf ../src/arch arch)
$(call tc,gcc) -E \
-D__mips__ -D__MIPSEL__ -D_TARGET_LINUX_ \
tmp/mipsel.r3000-linux.elf-fold-2.S \
| sed -e $$(cat src/dollar-dollar.sed) > tmp/mipsel.r3000-linux.elf-fold-3.S
# info: as-2.16.1 as used by gcc-4.1.1 does _not_ work`
$(call tc,as) -EL tmp/mipsel.r3000-linux.elf-fold-3.S -march=r3000 -o tmp/$T.o
$(call tc,objdump) -Dr $(tc_objdump_disasm_options) tmp/$T.o > tmp/$@.disasm
$(call tc,gpp_mkdep) --mode=c --MMD=$@ --MF=tmp/$T.d $<
$(call tc,ld) -r -T $(srcdir)/src/$T.lds -Map tmp/$T.map -o tmp/$T.bin \
tmp/$T.o
$(call tc,f-embed_objinfo_without_xstrip_keep_dot_text,tmp/$T.bin)
# "unrecognized program segment header size" $(call tc,sstrip) tmp/$T.bin
$(call tc,bin2h) tmp/$T.bin $@
tmp/mipsel.r3000-linux.elf-main.o : $(srcdir)/src/$$T.c $(srcdir)/src/i386-linux.elf-main.c
tmp/mipsel.r3000-linux.upxfd_android.s: $(srcdir)/src/upxfd_android.c
@echo; echo TARGET: $@; echo
$(call tc,gcc) -S -D__mipsel__ \
-D_TARGET_LINUX_ -DNO_WANT_MMAP -O $< -o - \
| sed -e '/^\t\.file\t/d' \
-e 's/L[0-9]*/L8&/g' \
-e $$(cat src/dollar-dollar.sed) \
-e 's/ j[ ][ ]*$$L/ b $$L/' \
-e 's/ jal[ ][ ]*\([^\$$]\)/ bal \1/' \
>$@
tmp/mipsel.r3000-linux.elf-main2.s: $(srcdir)/src/$$T.c $(srcdir)/src/i386-linux.elf-main2.c
@echo; echo TARGET: $@; echo
$(call tc,gcc) -S -D__mipsel__ -D_TARGET_LINUX_ -O $< -o - \
| sed -e '/^\t\.file\t/d' \
-e 's/L[0-9]*/L7&/g' \
-e $$(cat src/dollar-dollar.sed) \
-e 's/ j[ ][ ]*$$L/ b $$L/' \
-e 's/ jal[ ][ ]*\([^\$$]\)/ bal \1/' \
>$@
tmp/mipsel.r3000-linux.elf-main2.o : $(srcdir)/src/$$T.c $(srcdir)/src/i386-linux.elf-main2.c
@echo; echo TARGET: $@; echo
$(call tc,gcc) -S -Os -MF tmp/$T.d $< -o - | $(RTRIM) > tmp/$T.i
sed -e 's/ j[ ][ ]*$$L/ b $$L/' \
-e 's/ jal[ ][ ]*\([^\$$]\)/ bal \1/' < tmp/$T.i > tmp/$T.s
+2401 -1941
View File
File diff suppressed because it is too large Load Diff
+1913 -1664
View File
File diff suppressed because it is too large Load Diff
+1452 -1455
View File
File diff suppressed because it is too large Load Diff
+1936 -1684
View File
File diff suppressed because it is too large Load Diff
+2401 -1941
View File
File diff suppressed because it is too large Load Diff
+852 -845
View File
File diff suppressed because it is too large Load Diff
+988 -883
View File
File diff suppressed because it is too large Load Diff
+130 -571
View File
@@ -1,5 +1,5 @@
/* mips.r3000-linux.elf-entry.h
created from mips.r3000-linux.elf-entry.bin, 9084 (0x237c) bytes
created from mips.r3000-linux.elf-entry.bin, 2026 (0x7ea) bytes
This file is part of the UPX executable compressor.
@@ -32,577 +32,136 @@
/* clang-format off */
#define STUB_MIPS_R3000_LINUX_ELF_ENTRY_SIZE 9084
#define STUB_MIPS_R3000_LINUX_ELF_ENTRY_ADLER32 0x989990d8
#define STUB_MIPS_R3000_LINUX_ELF_ENTRY_CRC32 0x2cbe5b4a
#define STUB_MIPS_R3000_LINUX_ELF_ENTRY_SIZE 2026
#define STUB_MIPS_R3000_LINUX_ELF_ENTRY_ADLER32 0x7b5587eb
#define STUB_MIPS_R3000_LINUX_ELF_ENTRY_CRC32 0x27fa273e
unsigned char stub_mips_r3000_linux_elf_entry[9084] = {
unsigned char stub_mips_r3000_linux_elf_entry[2026] = {
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0010 */ 0, 1, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0020 */ 0, 0, 28,140, 0, 0, 0, 1, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0030 */ 0, 0, 0, 0, 4, 17, 0, 60, 39,254, 0, 0, 60, 13,128, 0,
/* 0x0040 */ 1,160, 72, 33, 36, 11, 0, 1, 4, 17, 0, 77, 36, 15, 0, 1,
/* 0x0050 */ 17,192, 0, 5,144,142, 0, 0, 36,132, 0, 1, 36,198, 0, 1,
/* 0x0060 */ 16, 0,255,249,160,206,255,255, 4, 17, 0, 69, 0, 15,120, 64,
/* 0x0070 */ 4, 17, 0, 67, 1,238,120, 33, 21,192, 0, 5, 37,238,255,254,
/* 0x0080 */ 4, 17, 0, 63, 1,238,120, 33, 16, 0,255,247, 1,238,120, 33,
/* 0x0090 */ 21,192, 0, 5, 37,239,255,253, 4, 17, 0, 57, 1, 96,120, 33,
/* 0x00a0 */ 16, 0, 0, 11, 49,204, 0, 1,144,142, 0, 0, 0, 15,122, 0,
/* 0x00b0 */ 1,238,120, 33, 37,238, 0, 1, 17,192,255,255, 36,132, 0, 1,
/* 0x00c0 */ 0, 15,120, 66, 37,239, 0, 1, 1,224, 88, 33, 49,204, 0, 1,
/* 0x00d0 */ 4, 17, 0, 43, 0, 0, 0, 0, 21,128, 0, 12, 37,204,255,254,
/* 0x00e0 */ 17,192, 0, 5, 36, 12, 0, 1, 4, 17, 0, 37, 0, 0, 0, 0,
/* 0x00f0 */ 16, 0, 0, 6, 1,192, 96, 33, 4, 17, 0, 33, 0, 12, 96, 64,
/* 0x0100 */ 4, 17, 0, 31, 1,142, 96, 33, 17,192,255,251, 45,238, 5, 1,
/* 0x0110 */ 37,140, 0, 5, 1,142, 96, 35, 0,207,120, 35,145,238, 0, 0,
/* 0x0120 */ 37,140,255,255, 37,239, 0, 1, 36,198, 0, 1, 21,128,255,251,
/* 0x0130 */ 160,206,255,255, 16, 0,255,196, 0, 0, 0, 0,136,137, 0, 0,
/* 0x0140 */ 152,137, 0, 3, 60, 1, 0,255, 52, 33, 0,255, 0, 9,114, 2,
/* 0x0150 */ 1,193,112, 36, 1, 33, 72, 36, 0, 9, 74, 0, 1, 46, 72, 37,
/* 0x0160 */ 0, 9,116, 2, 0, 9, 76, 0, 1, 46, 72, 37, 36,132, 0, 4,
/* 0x0170 */ 0, 9,119,194, 0, 9, 72, 64, 3,224, 0, 8, 37, 41, 0, 1,
/* 0x0180 */ 17,169,255,238, 0, 9,119,194, 3,224, 0, 8, 0, 9, 72, 64,
/* 0x0190 */ 60, 13,128, 0, 1,160, 72, 33, 36, 11, 0, 1, 4, 17, 0, 73,
/* 0x01a0 */ 36, 15, 0, 1, 17,192, 0, 5,144,142, 0, 0, 36,132, 0, 1,
/* 0x01b0 */ 36,198, 0, 1, 16, 0,255,249,160,206,255,255, 4, 17, 0, 65,
/* 0x01c0 */ 0, 15,120, 64, 4, 17, 0, 63, 1,238,120, 33, 21,192, 0, 5,
/* 0x01d0 */ 37,238,255,254, 4, 17, 0, 59, 1,207,120, 33, 16, 0,255,247,
/* 0x01e0 */ 1,238,120, 33, 21,192, 0, 5, 37,239,255,253, 4, 17, 0, 53,
/* 0x01f0 */ 1, 96,120, 33, 16, 0, 0, 11, 49,204, 0, 1,144,142, 0, 0,
/* 0x0200 */ 0, 15,122, 0, 1,238,120, 33, 37,238, 0, 1, 17,192,255,255,
/* 0x0210 */ 36,132, 0, 1, 0, 15,120, 66, 37,239, 0, 1, 1,224, 88, 33,
/* 0x0220 */ 49,204, 0, 1, 4, 17, 0, 39, 0, 12, 96, 64, 1,142, 96, 33,
/* 0x0230 */ 21,128, 0, 7, 37,140,255,254, 36, 12, 0, 1, 4, 17, 0, 33,
/* 0x0240 */ 0, 12, 96, 64, 4, 17, 0, 31, 1,142, 96, 33, 17,192,255,251,
/* 0x0250 */ 45,238, 5, 1, 37,140, 0, 4, 1,142, 96, 35, 0,207,120, 35,
/* 0x0260 */ 145,238, 0, 0, 37,140,255,255, 37,239, 0, 1, 36,198, 0, 1,
/* 0x0270 */ 21,128,255,251,160,206,255,255, 16, 0,255,200, 0, 0, 0, 0,
/* 0x0280 */ 136,137, 0, 0,152,137, 0, 3, 60, 1, 0,255, 52, 33, 0,255,
/* 0x0290 */ 0, 9,114, 2, 1,193,112, 36, 1, 33, 72, 36, 0, 9, 74, 0,
/* 0x02a0 */ 1, 46, 72, 37, 0, 9,116, 2, 0, 9, 76, 0, 1, 46, 72, 37,
/* 0x02b0 */ 36,132, 0, 4, 0, 9,119,194, 0, 9, 72, 64, 3,224, 0, 8,
/* 0x02c0 */ 37, 41, 0, 1, 17,169,255,238, 0, 9,119,194, 3,224, 0, 8,
/* 0x02d0 */ 0, 9, 72, 64, 60, 13,128, 0, 1,160, 72, 33, 36, 11, 0, 1,
/* 0x02e0 */ 4, 17, 0, 66, 36, 15, 0, 1, 17,192, 0, 5,144,142, 0, 0,
/* 0x02f0 */ 36,132, 0, 1, 36,198, 0, 1, 16, 0,255,249,160,206,255,255,
/* 0x0300 */ 4, 17, 0, 58, 0, 15,120, 64, 4, 17, 0, 56, 1,238,120, 33,
/* 0x0310 */ 17,192,255,251, 36, 14, 0, 2, 21,238, 0, 3, 37,239,255,253,
/* 0x0320 */ 16, 0, 0, 7, 1, 96,120, 33,144,142, 0, 0, 0, 15,122, 0,
/* 0x0330 */ 1,238,120, 33, 37,239, 0, 1, 17,224,255,255, 36,132, 0, 1,
/* 0x0340 */ 4, 17, 0, 42, 1,224, 88, 33, 1,192, 96, 33, 4, 17, 0, 39,
/* 0x0350 */ 0, 12, 96, 64, 1,142, 96, 33, 21,128, 0, 7, 37,140,255,254,
/* 0x0360 */ 36, 12, 0, 1, 4, 17, 0, 33, 0, 12, 96, 64, 4, 17, 0, 31,
/* 0x0370 */ 1,142, 96, 33, 17,192,255,251, 45,238, 13, 1, 37,140, 0, 4,
/* 0x0380 */ 1,142, 96, 35, 0,207,120, 35,145,238, 0, 0, 37,140,255,255,
/* 0x0390 */ 37,239, 0, 1, 36,198, 0, 1, 21,128,255,251,160,206,255,255,
/* 0x03a0 */ 16, 0,255,207, 0, 0, 0, 0,136,137, 0, 0,152,137, 0, 3,
/* 0x03b0 */ 60, 1, 0,255, 52, 33, 0,255, 0, 9,114, 2, 1,193,112, 36,
/* 0x03c0 */ 1, 33, 72, 36, 0, 9, 74, 0, 1, 46, 72, 37, 0, 9,116, 2,
/* 0x03d0 */ 0, 9, 76, 0, 1, 46, 72, 37, 36,132, 0, 4, 0, 9,119,194,
/* 0x03e0 */ 0, 9, 72, 64, 3,224, 0, 8, 37, 41, 0, 1, 17,169,255,238,
/* 0x03f0 */ 0, 9,119,194, 3,224, 0, 8, 0, 9, 72, 64,144,153, 0, 0,
/* 0x0400 */ 36, 1,250, 0,144,152, 0, 1, 51, 34, 0, 7, 0, 25,200,194,
/* 0x0410 */ 3, 33, 8, 4, 36, 33,241, 96, 3,161,232, 33,175,161, 0, 40,
/* 0x0420 */ 39,170, 0, 32,175,191, 0, 44,140,233, 0, 0,175,166, 0, 36,
/* 0x0430 */ 0,192, 64, 33, 39,167, 0, 28, 36,166,255,254, 36,133, 0, 2,
/* 0x0440 */ 39,164, 0, 48,160,130, 0, 2, 51, 1, 0, 15,160,129, 0, 0,
/* 0x0450 */ 0, 24,193, 2, 4, 17, 0, 16,160,152, 0, 1,175,162, 0, 28,
/* 0x0460 */ 143,164, 0, 36,143,165, 0, 32, 36, 6, 0, 3, 36, 2, 16, 51,
/* 0x0470 */ 0, 0, 0, 12,143,162, 0, 28,143,161, 0, 40,143,191, 0, 44,
/* 0x0480 */ 3,161, 8, 35, 39,189, 0, 4, 23,161,255,254,175,160,255,252,
/* 0x0490 */ 3,224, 0, 8, 0, 0, 0, 0, 39,189,255,200,175,183, 0, 52,
/* 0x04a0 */ 175,182, 0, 48,175,181, 0, 44,175,180, 0, 40,175,179, 0, 36,
/* 0x04b0 */ 175,178, 0, 32,175,177, 0, 28,175,176, 0, 24, 0,160,168, 33,
/* 0x04c0 */ 175,167, 0, 12, 1, 0,152, 33,175,169, 0, 16,175,170, 0, 20,
/* 0x04d0 */ 36,144, 0, 4,144,130, 0, 2, 36, 3, 0, 1, 0, 67, 16, 4,
/* 0x04e0 */ 36, 66,255,255,175,162, 0, 8,144,130, 0, 1, 0, 0, 0, 0,
/* 0x04f0 */ 0, 67, 16, 4, 36, 66,255,255,175,162, 0, 4,144,150, 0, 0,
/* 0x0500 */ 172,224, 0, 0,173, 64, 0, 0,144,132, 0, 1, 0, 0, 0, 0,
/* 0x0510 */ 2,196, 32, 33, 36, 2, 3, 0, 0,130, 32, 4, 36,132, 7, 54,
/* 0x0520 */ 2, 0, 16, 33, 16, 0, 0, 4, 0, 0, 88, 33, 36, 3, 4, 0,
/* 0x0530 */ 164, 67,255,254, 37,107, 0, 1, 21,100,255,252, 36, 66, 0, 2,
/* 0x0540 */ 2,166, 56, 33, 2,160,104, 33, 0, 0,192, 33, 0, 0, 32, 33,
/* 0x0550 */ 0,245, 16, 35, 16,130, 2,123, 0, 24, 26, 0,145,162, 0, 0,
/* 0x0560 */ 0, 0, 0, 0, 0, 98,192, 37, 36,132, 0, 1, 36, 2, 0, 5,
/* 0x0570 */ 20,130,255,247, 37,173, 0, 1, 0, 0, 80, 33, 0, 0,112, 33,
/* 0x0580 */ 0, 0,144, 33, 36, 17, 0, 1, 36, 20, 0, 1, 36, 23, 0, 1,
/* 0x0590 */ 175,183, 0, 0, 16, 0, 2, 87, 36, 15,255,255, 52, 70,255,255,
/* 0x05a0 */ 0,207, 16, 43, 20, 64, 0, 8, 0, 0, 0, 0, 17,167, 2,101,
/* 0x05b0 */ 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x05c0 */ 0, 98,192, 37, 37,173, 0, 1,143,163, 0, 8, 0, 0, 0, 0,
/* 0x05d0 */ 1, 67, 40, 36, 0, 18,201, 0, 0,185, 16, 33, 0, 2, 16, 64,
/* 0x05e0 */ 2, 2, 88, 33,149, 99, 0, 0, 0, 15, 18,194, 0, 67, 0, 24,
/* 0x05f0 */ 0, 0, 96, 18, 3, 12, 16, 43, 16, 64, 0,125, 36, 2, 8, 0,
/* 0x0600 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 0, 0,
/* 0x0610 */ 143,163, 0, 4, 0, 0, 0, 0, 1, 67, 16, 36, 2,194, 24, 4,
/* 0x0620 */ 36, 2, 0, 8, 0, 86, 16, 35, 0, 78, 16, 7, 0, 98, 16, 33,
/* 0x0630 */ 0, 2, 26, 64, 0, 2, 18,192, 0, 67, 16, 35, 2, 2, 16, 33,
/* 0x0640 */ 36, 70, 14,108, 42, 66, 0, 7, 16, 64, 0, 3, 1,128,120, 33,
/* 0x0650 */ 16, 0, 0, 85, 36, 5, 0, 1, 1, 81, 16, 35, 2, 98, 16, 33,
/* 0x0660 */ 144, 89, 0, 0, 36, 5, 0, 1, 60, 2, 0,255, 52, 66,255,255,
/* 0x0670 */ 0, 79, 16, 43, 20, 64, 0, 8, 0, 0, 0, 0, 17,167, 2, 49,
/* 0x0680 */ 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x0690 */ 0, 98,192, 37, 37,173, 0, 1, 0, 25,200, 64, 51, 44, 1, 0,
/* 0x06a0 */ 0, 12, 16, 64, 0,194, 16, 33, 0, 5,112, 64, 0, 78, 88, 33,
/* 0x06b0 */ 149, 99, 2, 0, 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 32, 18,
/* 0x06c0 */ 3, 4, 16, 43, 16, 64, 0, 9, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x06d0 */ 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 2, 0, 21,128, 0, 41,
/* 0x06e0 */ 1,192, 40, 33, 16, 0, 0, 9, 0,128,120, 33, 1,228,120, 35,
/* 0x06f0 */ 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 2, 0,
/* 0x0700 */ 36,162, 0, 1, 17,128, 0, 40, 0,162, 40, 33, 40,162, 1, 0,
/* 0x0710 */ 16, 64, 0, 37, 60, 2, 0,255, 16, 0,255,213, 52, 66,255,255,
/* 0x0720 */ 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 9, 0, 5, 96, 64,
/* 0x0730 */ 17,167, 2, 4, 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x0740 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1, 0, 5, 96, 64,
/* 0x0750 */ 0,204, 88, 33,149, 99, 0, 0, 0, 15, 18,194, 0, 67, 0, 24,
/* 0x0760 */ 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 8, 36, 2, 8, 0,
/* 0x0770 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 0, 0,
/* 0x0780 */ 1,128, 40, 33, 16, 0, 0, 8, 0,128,120, 33, 1,228,120, 35,
/* 0x0790 */ 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 0, 0,
/* 0x07a0 */ 36,162, 0, 1, 0,162, 40, 33, 40,162, 1, 0, 20, 64,255,220,
/* 0x07b0 */ 60, 2, 0,255, 48,174, 0,255, 2,106, 16, 33,160, 78, 0, 0,
/* 0x07c0 */ 42, 66, 0, 4, 16, 64, 0, 3, 37, 67, 0, 1, 16, 0, 1,200,
/* 0x07d0 */ 0, 0,144, 33, 42, 66, 0, 10, 16, 64, 0, 3, 0, 0, 0, 0,
/* 0x07e0 */ 16, 0, 1,195, 38, 82,255,253, 16, 0, 1,193, 38, 82,255,250,
/* 0x07f0 */ 1,236, 32, 35, 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 0, 0,
/* 0x0800 */ 0,196, 16, 43, 20, 64, 0, 8, 3, 12,192, 35, 17,167, 1,205,
/* 0x0810 */ 0, 4, 34, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x0820 */ 0, 98,192, 37, 37,173, 0, 1, 0, 18, 16, 64, 2, 2,112, 33,
/* 0x0830 */ 149,195, 1,128, 0, 4, 18,194, 0, 67, 0, 24, 0, 0, 96, 18,
/* 0x0840 */ 3, 12, 16, 43, 16, 64, 0, 15, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x0850 */ 0, 2, 17, 67, 0, 98, 16, 33,165,194, 1,128, 42, 66, 0, 7,
/* 0x0860 */ 20, 64, 0, 2, 0, 0,144, 33, 36, 18, 0, 3, 38, 14, 6,100,
/* 0x0870 */ 175,183, 0, 0, 2,128,184, 33, 2, 32,160, 33, 16, 0, 0,144,
/* 0x0880 */ 1,128, 88, 33, 0,140, 88, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x0890 */ 165,194, 1,128, 0,203, 16, 43, 20, 64, 0, 8, 3, 12,192, 35,
/* 0x08a0 */ 17,167, 1,168, 0, 11, 90, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x08b0 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,149,195, 1,152,
/* 0x08c0 */ 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43,
/* 0x08d0 */ 16, 64, 0, 50, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x08e0 */ 0, 98, 16, 33,165,194, 1,152, 60, 2, 1, 0, 0,130, 16, 43,
/* 0x08f0 */ 16, 64, 0, 8, 0,128, 88, 33, 17,167, 1,146, 0, 4, 90, 0,
/* 0x0900 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x0910 */ 37,173, 0, 1, 0, 25, 16, 64, 2, 2, 24, 33, 0, 5, 16, 64,
/* 0x0920 */ 0, 98, 32, 33,148,131, 1,224, 0, 11, 18,194, 0, 67, 0, 24,
/* 0x0930 */ 0, 0, 96, 18, 3, 12, 16, 43, 16, 64, 0, 18, 36, 2, 8, 0,
/* 0x0940 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33, 17, 64, 1,125,
/* 0x0950 */ 164,130, 1,224, 42, 66, 0, 7, 20, 64, 0, 2, 36, 18, 0, 9,
/* 0x0960 */ 36, 18, 0, 11, 1, 81, 16, 35, 2, 98, 16, 33,144, 78, 0, 0,
/* 0x0970 */ 2,106, 16, 33,160, 78, 0, 0, 37, 67, 0, 1, 16, 0, 1, 92,
/* 0x0980 */ 1,128,120, 33, 1,108, 88, 35, 3, 12,192, 35, 0, 3, 17, 66,
/* 0x0990 */ 0, 98, 16, 35, 16, 0, 0, 69,164,130, 1,224, 1,100, 88, 35,
/* 0x09a0 */ 0, 3, 17, 66, 0, 98, 16, 35,165,194, 1,152, 0,203, 16, 43,
/* 0x09b0 */ 20, 64, 0, 8, 3, 4,192, 35, 17,167, 1, 98, 0, 11, 90, 0,
/* 0x09c0 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x09d0 */ 37,173, 0, 1,149,195, 1,176, 0, 11, 18,194, 0, 67, 0, 24,
/* 0x09e0 */ 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 7, 36, 2, 8, 0,
/* 0x09f0 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165,194, 1,176,
/* 0x0a00 */ 16, 0, 0, 28, 2,128, 16, 33, 1,100, 88, 35, 0, 3, 17, 66,
/* 0x0a10 */ 0, 98, 16, 35,165,194, 1,176, 0,203, 16, 43, 20, 64, 0, 8,
/* 0x0a20 */ 3, 4,192, 35, 17,167, 1, 71, 0, 11, 90, 0, 0, 24, 26, 0,
/* 0x0a30 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x0a40 */ 149,195, 1,200, 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 32, 18,
/* 0x0a50 */ 3, 4, 16, 43, 16, 64, 0, 11, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x0a60 */ 0, 2, 17, 67, 0, 98, 16, 33,165,194, 1,200, 2,224, 16, 33,
/* 0x0a70 */ 2,128,184, 33, 2, 32,160, 33, 0, 64,136, 33, 16, 0, 0, 11,
/* 0x0a80 */ 0,128, 88, 33, 1,100, 88, 35, 3, 4,192, 35, 0, 3, 17, 66,
/* 0x0a90 */ 0, 98, 16, 35,165,194, 1,200,143,162, 0, 0,175,183, 0, 0,
/* 0x0aa0 */ 2,128,184, 33, 2, 32,160, 33, 0, 64,136, 33, 42, 66, 0, 7,
/* 0x0ab0 */ 20, 64, 0, 2, 36, 18, 0, 8, 36, 18, 0, 11, 38, 14, 10,104,
/* 0x0ac0 */ 60, 2, 0,255, 52, 76,255,255, 1,139, 16, 43, 20, 64, 0, 8,
/* 0x0ad0 */ 0, 0, 0, 0, 17,167, 1, 27, 0, 11, 90, 0, 0, 24, 26, 0,
/* 0x0ae0 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x0af0 */ 149,195, 0, 0, 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 32, 18,
/* 0x0b00 */ 3, 4, 16, 43, 16, 64, 0, 12, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x0b10 */ 0, 2, 17, 67, 0, 98, 16, 33,165,194, 0, 0, 0, 5, 17, 0,
/* 0x0b20 */ 1,194, 16, 33, 36, 69, 0, 4, 0,128,120, 33, 36, 8, 0, 3,
/* 0x0b30 */ 16, 0, 0, 41, 0, 0, 48, 33, 1,100, 88, 35, 0, 3, 17, 66,
/* 0x0b40 */ 0, 98, 16, 35,165,194, 0, 0, 1,139, 16, 43, 20, 64, 0, 8,
/* 0x0b50 */ 3, 4,192, 35, 17,167, 0,251, 0, 11, 90, 0, 0, 24, 26, 0,
/* 0x0b60 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x0b70 */ 149,195, 0, 2, 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 32, 18,
/* 0x0b80 */ 3, 4, 16, 43, 16, 64, 0, 12, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x0b90 */ 0, 2, 17, 67, 0, 98, 16, 33,165,194, 0, 2, 0, 5, 17, 0,
/* 0x0ba0 */ 1,194, 16, 33, 36, 69, 1, 4, 0,128,120, 33, 36, 8, 0, 3,
/* 0x0bb0 */ 16, 0, 0, 9, 36, 6, 0, 8, 1,100,120, 35, 3, 4,192, 35,
/* 0x0bc0 */ 0, 3, 17, 66, 0, 98, 16, 35,165,194, 0, 2, 37,197, 2, 4,
/* 0x0bd0 */ 36, 8, 0, 8, 36, 6, 0, 16, 1, 0,112, 33, 36, 25, 0, 1,
/* 0x0be0 */ 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 9,
/* 0x0bf0 */ 0, 25, 96, 64, 17,167, 0,211, 0, 15,122, 0, 0, 24, 26, 0,
/* 0x0c00 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x0c10 */ 0, 25, 96, 64, 0,172, 88, 33,149, 99, 0, 0, 0, 15, 18,194,
/* 0x0c20 */ 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 8,
/* 0x0c30 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x0c40 */ 165, 98, 0, 0, 1,128,200, 33, 16, 0, 0, 8, 0,128,120, 33,
/* 0x0c50 */ 1,228,120, 35, 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x0c60 */ 165, 98, 0, 0, 39, 34, 0, 1, 3, 34,200, 33, 37,206,255,255,
/* 0x0c70 */ 21,192,255,220, 60, 2, 0,255, 36, 2, 0, 1, 1, 2, 16, 4,
/* 0x0c80 */ 3, 34, 16, 35, 0, 70, 72, 33, 42, 66, 0, 4, 16, 64, 0,134,
/* 0x0c90 */ 41, 34, 0, 4, 20, 64, 0, 2, 1, 32, 24, 33, 36, 3, 0, 3,
/* 0x0ca0 */ 0, 3, 17,192, 2, 2, 16, 33, 36, 70, 3, 96, 36, 14, 0, 1,
/* 0x0cb0 */ 36, 25, 0, 6, 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43,
/* 0x0cc0 */ 20, 64, 0, 9, 0, 14, 96, 64, 17,167, 0,158, 0, 15,122, 0,
/* 0x0cd0 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x0ce0 */ 37,173, 0, 1, 0, 14, 96, 64, 0,204, 88, 33,149, 99, 0, 0,
/* 0x0cf0 */ 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43,
/* 0x0d00 */ 16, 64, 0, 8, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x0d10 */ 0, 98, 16, 33,165, 98, 0, 0, 1,128,112, 33, 16, 0, 0, 8,
/* 0x0d20 */ 0,128,120, 33, 1,228,120, 35, 3, 4,192, 35, 0, 3, 17, 66,
/* 0x0d30 */ 0, 98, 16, 35,165, 98, 0, 0, 37,194, 0, 1, 1,194,112, 33,
/* 0x0d40 */ 39, 57,255,255, 23, 32,255,220, 60, 2, 0,255, 37,195,255,192,
/* 0x0d50 */ 40, 98, 0, 4, 20, 64, 0, 80, 0, 96,112, 33, 0, 3, 32, 67,
/* 0x0d60 */ 48, 98, 0, 1, 52, 75, 0, 2, 40, 98, 0, 14, 16, 64, 0, 8,
/* 0x0d70 */ 36,153,255,255, 3, 43,112, 4, 0, 14, 16, 64, 2, 2, 32, 33,
/* 0x0d80 */ 0, 3, 16, 64, 0,130, 16, 35, 16, 0, 0, 26, 36, 72, 5, 94,
/* 0x0d90 */ 36,132,255,251, 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43,
/* 0x0da0 */ 20, 64, 0, 8, 0, 0, 0, 0, 17,167, 0,102, 0, 15,122, 0,
/* 0x0db0 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x0dc0 */ 37,173, 0, 1, 0, 15,120, 66, 3, 15, 16, 43, 20, 64, 0, 3,
/* 0x0dd0 */ 0, 11, 88, 64, 3, 15,192, 35, 53,107, 0, 1, 36,132,255,255,
/* 0x0de0 */ 20,128,255,237, 60, 2, 0,255, 38, 8, 6, 68, 0, 11,113, 0,
/* 0x0df0 */ 36, 25, 0, 4, 36, 6, 0, 1, 36, 5, 0, 1, 60, 2, 0,255,
/* 0x0e00 */ 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 9, 0, 5, 96, 64,
/* 0x0e10 */ 17,167, 0, 76, 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x0e20 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1, 0, 5, 96, 64,
/* 0x0e30 */ 1, 12, 88, 33,149, 99, 0, 0, 0, 15, 18,194, 0, 67, 0, 24,
/* 0x0e40 */ 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 8, 36, 2, 8, 0,
/* 0x0e50 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 0, 0,
/* 0x0e60 */ 1,128, 40, 33, 16, 0, 0, 9, 0,128,120, 33, 1,228,120, 35,
/* 0x0e70 */ 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 0, 0,
/* 0x0e80 */ 36,162, 0, 1, 0,162, 40, 33, 1,198,112, 37, 39, 57,255,255,
/* 0x0e90 */ 23, 32,255,218, 0, 6, 48, 64, 37,209, 0, 1, 18, 32, 0, 26,
/* 0x0ea0 */ 60, 2, 0,255, 38, 82, 0, 7, 1, 81, 16, 43, 20, 64, 0, 38,
/* 0x0eb0 */ 36, 2, 0, 1, 1, 81, 16, 35, 2, 98, 88, 33, 2,106, 32, 33,
/* 0x0ec0 */ 1, 64, 24, 33,145,110, 0, 0, 36, 99, 0, 1, 1, 73, 16, 33,
/* 0x0ed0 */ 36, 66, 0, 2, 16, 98, 0, 6,160,142, 0, 0, 37,107, 0, 1,
/* 0x0ee0 */ 143,162, 0, 16, 0, 0, 0, 0, 20, 98,255,246, 36,132, 0, 1,
/* 0x0ef0 */ 0, 96, 80, 33,143,163, 0, 16, 0, 0, 0, 0, 1, 67, 16, 43,
/* 0x0f00 */ 20, 64,253,166, 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43,
/* 0x0f10 */ 20, 64, 0, 4, 1,181, 40, 35, 17,167, 0, 10, 37,173, 0, 1,
/* 0x0f20 */ 1,181, 40, 35,143,162, 0, 12, 0, 0, 0, 0,172, 69, 0, 0,
/* 0x0f30 */ 143,163, 0, 20, 0, 0, 0, 0,172,106, 0, 0, 16, 0, 0, 2,
/* 0x0f40 */ 0, 0, 16, 33, 36, 2, 0, 1,143,183, 0, 52,143,182, 0, 48,
/* 0x0f50 */ 143,181, 0, 44,143,180, 0, 40,143,179, 0, 36,143,178, 0, 32,
/* 0x0f60 */ 143,177, 0, 28,143,176, 0, 24, 3,224, 0, 8, 39,189, 0, 56,
/* 0x0f70 */ 39,189,255,200,175,183, 0, 52,175,182, 0, 48,175,181, 0, 44,
/* 0x0f80 */ 175,180, 0, 40,175,179, 0, 36,175,178, 0, 32,175,177, 0, 28,
/* 0x0f90 */ 175,176, 0, 24, 0,160,168, 33,175,167, 0, 12, 1, 0,152, 33,
/* 0x0fa0 */ 175,169, 0, 16,175,170, 0, 20, 36,144, 0, 4,144,130, 0, 2,
/* 0x0fb0 */ 36, 3, 0, 1, 0, 67, 16, 4, 36, 66,255,255,175,162, 0, 8,
/* 0x0fc0 */ 144,130, 0, 1, 0, 0, 0, 0, 0, 67, 16, 4, 36, 66,255,255,
/* 0x0fd0 */ 175,162, 0, 4,144,150, 0, 0,172,224, 0, 0,173, 64, 0, 0,
/* 0x0fe0 */ 144,132, 0, 1, 0, 0, 0, 0, 2,196, 32, 33, 36, 2, 3, 0,
/* 0x0ff0 */ 0,130, 32, 4, 36,132, 7, 54, 2, 0, 16, 33, 16, 0, 0, 4,
/* 0x1000 */ 0, 0, 88, 33, 36, 3, 4, 0,164, 67,255,254, 37,107, 0, 1,
/* 0x1010 */ 21,100,255,252, 36, 66, 0, 2, 2,166, 56, 33, 2,160,104, 33,
/* 0x1020 */ 0, 0,192, 33, 0, 0, 32, 33, 0,245, 16, 35, 16,130, 2,123,
/* 0x1030 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x1040 */ 36,132, 0, 1, 36, 2, 0, 5, 20,130,255,247, 37,173, 0, 1,
/* 0x1050 */ 0, 0, 80, 33, 0, 0,112, 33, 0, 0,144, 33, 36, 17, 0, 1,
/* 0x1060 */ 36, 20, 0, 1, 36, 23, 0, 1,175,183, 0, 0, 16, 0, 2, 87,
/* 0x1070 */ 36, 15,255,255, 52, 70,255,255, 0,207, 16, 43, 20, 64, 0, 8,
/* 0x1080 */ 0, 0, 0, 0, 17,167, 2,101, 0, 15,122, 0, 0, 24, 26, 0,
/* 0x1090 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x10a0 */ 143,163, 0, 8, 0, 0, 0, 0, 1, 67, 40, 36, 0, 18,201, 0,
/* 0x10b0 */ 0,185, 16, 33, 0, 2, 16, 64, 2, 2, 88, 33,149, 99, 0, 0,
/* 0x10c0 */ 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 96, 18, 3, 12, 16, 43,
/* 0x10d0 */ 16, 64, 0,125, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x10e0 */ 0, 98, 16, 33,165, 98, 0, 0,143,163, 0, 4, 0, 0, 0, 0,
/* 0x10f0 */ 1, 67, 16, 36, 2,194, 24, 4, 36, 2, 0, 8, 0, 86, 16, 35,
/* 0x1100 */ 0, 78, 16, 7, 0, 98, 16, 33, 0, 2, 26, 64, 0, 2, 18,192,
/* 0x1110 */ 0, 67, 16, 35, 2, 2, 16, 33, 36, 70, 14,108, 42, 66, 0, 7,
/* 0x1120 */ 16, 64, 0, 3, 1,128,120, 33, 16, 0, 0, 85, 36, 5, 0, 1,
/* 0x1130 */ 1, 81, 16, 35, 2, 98, 16, 33,144, 89, 0, 0, 36, 5, 0, 1,
/* 0x1140 */ 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 8,
/* 0x1150 */ 0, 0, 0, 0, 17,167, 2, 49, 0, 15,122, 0, 0, 24, 26, 0,
/* 0x1160 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x1170 */ 0, 25,200, 64, 51, 44, 1, 0, 0, 12, 16, 64, 0,194, 16, 33,
/* 0x1180 */ 0, 5,112, 64, 0, 78, 88, 33,149, 99, 2, 0, 0, 15, 18,194,
/* 0x1190 */ 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 9,
/* 0x11a0 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x11b0 */ 165, 98, 2, 0, 21,128, 0, 41, 1,192, 40, 33, 16, 0, 0, 9,
/* 0x11c0 */ 0,128,120, 33, 1,228,120, 35, 3, 4,192, 35, 0, 3, 17, 66,
/* 0x11d0 */ 0, 98, 16, 35,165, 98, 2, 0, 36,162, 0, 1, 17,128, 0, 40,
/* 0x11e0 */ 0,162, 40, 33, 40,162, 1, 0, 16, 64, 0, 37, 60, 2, 0,255,
/* 0x11f0 */ 16, 0,255,213, 52, 66,255,255, 52, 66,255,255, 0, 79, 16, 43,
/* 0x1200 */ 20, 64, 0, 9, 0, 5, 96, 64, 17,167, 2, 4, 0, 15,122, 0,
/* 0x1210 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x1220 */ 37,173, 0, 1, 0, 5, 96, 64, 0,204, 88, 33,149, 99, 0, 0,
/* 0x1230 */ 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43,
/* 0x1240 */ 16, 64, 0, 8, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x1250 */ 0, 98, 16, 33,165, 98, 0, 0, 1,128, 40, 33, 16, 0, 0, 8,
/* 0x1260 */ 0,128,120, 33, 1,228,120, 35, 3, 4,192, 35, 0, 3, 17, 66,
/* 0x1270 */ 0, 98, 16, 35,165, 98, 0, 0, 36,162, 0, 1, 0,162, 40, 33,
/* 0x1280 */ 40,162, 1, 0, 20, 64,255,220, 60, 2, 0,255, 48,174, 0,255,
/* 0x1290 */ 2,106, 16, 33,160, 78, 0, 0, 42, 66, 0, 4, 16, 64, 0, 3,
/* 0x12a0 */ 37, 67, 0, 1, 16, 0, 1,200, 0, 0,144, 33, 42, 66, 0, 10,
/* 0x12b0 */ 16, 64, 0, 3, 0, 0, 0, 0, 16, 0, 1,195, 38, 82,255,253,
/* 0x12c0 */ 16, 0, 1,193, 38, 82,255,250, 1,236, 32, 35, 0, 3, 17, 66,
/* 0x12d0 */ 0, 98, 16, 35,165, 98, 0, 0, 0,196, 16, 43, 20, 64, 0, 8,
/* 0x12e0 */ 3, 12,192, 35, 17,167, 1,205, 0, 4, 34, 0, 0, 24, 26, 0,
/* 0x12f0 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x1300 */ 0, 18, 16, 64, 2, 2,112, 33,149,195, 1,128, 0, 4, 18,194,
/* 0x1310 */ 0, 67, 0, 24, 0, 0, 96, 18, 3, 12, 16, 43, 16, 64, 0, 15,
/* 0x1320 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x1330 */ 165,194, 1,128, 42, 66, 0, 7, 20, 64, 0, 2, 0, 0,144, 33,
/* 0x1340 */ 36, 18, 0, 3, 38, 14, 6,100,175,183, 0, 0, 2,128,184, 33,
/* 0x1350 */ 2, 32,160, 33, 16, 0, 0,144, 1,128, 88, 33, 0,140, 88, 35,
/* 0x1360 */ 0, 3, 17, 66, 0, 98, 16, 35,165,194, 1,128, 0,203, 16, 43,
/* 0x1370 */ 20, 64, 0, 8, 3, 12,192, 35, 17,167, 1,168, 0, 11, 90, 0,
/* 0x1380 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x1390 */ 37,173, 0, 1,149,195, 1,152, 0, 11, 18,194, 0, 67, 0, 24,
/* 0x13a0 */ 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 50, 36, 2, 8, 0,
/* 0x13b0 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165,194, 1,152,
/* 0x13c0 */ 60, 2, 1, 0, 0,130, 16, 43, 16, 64, 0, 8, 0,128, 88, 33,
/* 0x13d0 */ 17,167, 1,146, 0, 4, 90, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x13e0 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1, 0, 25, 16, 64,
/* 0x13f0 */ 2, 2, 24, 33, 0, 5, 16, 64, 0, 98, 32, 33,148,131, 1,224,
/* 0x1400 */ 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 96, 18, 3, 12, 16, 43,
/* 0x1410 */ 16, 64, 0, 18, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x1420 */ 0, 98, 16, 33, 17, 64, 1,125,164,130, 1,224, 42, 66, 0, 7,
/* 0x1430 */ 20, 64, 0, 2, 36, 18, 0, 9, 36, 18, 0, 11, 1, 81, 16, 35,
/* 0x1440 */ 2, 98, 16, 33,144, 78, 0, 0, 2,106, 16, 33,160, 78, 0, 0,
/* 0x1450 */ 37, 67, 0, 1, 16, 0, 1, 92, 1,128,120, 33, 1,108, 88, 35,
/* 0x1460 */ 3, 12,192, 35, 0, 3, 17, 66, 0, 98, 16, 35, 16, 0, 0, 69,
/* 0x1470 */ 164,130, 1,224, 1,100, 88, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x1480 */ 165,194, 1,152, 0,203, 16, 43, 20, 64, 0, 8, 3, 4,192, 35,
/* 0x1490 */ 17,167, 1, 98, 0, 11, 90, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x14a0 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,149,195, 1,176,
/* 0x14b0 */ 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43,
/* 0x14c0 */ 16, 64, 0, 7, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x14d0 */ 0, 98, 16, 33,165,194, 1,176, 16, 0, 0, 28, 2,128, 16, 33,
/* 0x14e0 */ 1,100, 88, 35, 0, 3, 17, 66, 0, 98, 16, 35,165,194, 1,176,
/* 0x14f0 */ 0,203, 16, 43, 20, 64, 0, 8, 3, 4,192, 35, 17,167, 1, 71,
/* 0x1500 */ 0, 11, 90, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x1510 */ 0, 98,192, 37, 37,173, 0, 1,149,195, 1,200, 0, 11, 18,194,
/* 0x1520 */ 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 11,
/* 0x1530 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x1540 */ 165,194, 1,200, 2,224, 16, 33, 2,128,184, 33, 2, 32,160, 33,
/* 0x1550 */ 0, 64,136, 33, 16, 0, 0, 11, 0,128, 88, 33, 1,100, 88, 35,
/* 0x1560 */ 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,165,194, 1,200,
/* 0x1570 */ 143,162, 0, 0,175,183, 0, 0, 2,128,184, 33, 2, 32,160, 33,
/* 0x1580 */ 0, 64,136, 33, 42, 66, 0, 7, 20, 64, 0, 2, 36, 18, 0, 8,
/* 0x1590 */ 36, 18, 0, 11, 38, 14, 10,104, 60, 2, 0,255, 52, 76,255,255,
/* 0x15a0 */ 1,139, 16, 43, 20, 64, 0, 8, 0, 0, 0, 0, 17,167, 1, 27,
/* 0x15b0 */ 0, 11, 90, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x15c0 */ 0, 98,192, 37, 37,173, 0, 1,149,195, 0, 0, 0, 11, 18,194,
/* 0x15d0 */ 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 12,
/* 0x15e0 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x15f0 */ 165,194, 0, 0, 0, 5, 17, 0, 1,194, 16, 33, 36, 69, 0, 4,
/* 0x1600 */ 0,128,120, 33, 36, 8, 0, 3, 16, 0, 0, 41, 0, 0, 48, 33,
/* 0x1610 */ 1,100, 88, 35, 0, 3, 17, 66, 0, 98, 16, 35,165,194, 0, 0,
/* 0x1620 */ 1,139, 16, 43, 20, 64, 0, 8, 3, 4,192, 35, 17,167, 0,251,
/* 0x1630 */ 0, 11, 90, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x1640 */ 0, 98,192, 37, 37,173, 0, 1,149,195, 0, 2, 0, 11, 18,194,
/* 0x1650 */ 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 12,
/* 0x1660 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x1670 */ 165,194, 0, 2, 0, 5, 17, 0, 1,194, 16, 33, 36, 69, 1, 4,
/* 0x1680 */ 0,128,120, 33, 36, 8, 0, 3, 16, 0, 0, 9, 36, 6, 0, 8,
/* 0x1690 */ 1,100,120, 35, 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x16a0 */ 165,194, 0, 2, 37,197, 2, 4, 36, 8, 0, 8, 36, 6, 0, 16,
/* 0x16b0 */ 1, 0,112, 33, 36, 25, 0, 1, 60, 2, 0,255, 52, 66,255,255,
/* 0x16c0 */ 0, 79, 16, 43, 20, 64, 0, 9, 0, 25, 96, 64, 17,167, 0,211,
/* 0x16d0 */ 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x16e0 */ 0, 98,192, 37, 37,173, 0, 1, 0, 25, 96, 64, 0,172, 88, 33,
/* 0x16f0 */ 149, 99, 0, 0, 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 32, 18,
/* 0x1700 */ 3, 4, 16, 43, 16, 64, 0, 8, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x1710 */ 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 0, 0, 1,128,200, 33,
/* 0x1720 */ 16, 0, 0, 8, 0,128,120, 33, 1,228,120, 35, 3, 4,192, 35,
/* 0x1730 */ 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 0, 0, 39, 34, 0, 1,
/* 0x1740 */ 3, 34,200, 33, 37,206,255,255, 21,192,255,220, 60, 2, 0,255,
/* 0x1750 */ 36, 2, 0, 1, 1, 2, 16, 4, 3, 34, 16, 35, 0, 70, 72, 33,
/* 0x1760 */ 42, 66, 0, 4, 16, 64, 0,134, 41, 34, 0, 4, 20, 64, 0, 2,
/* 0x1770 */ 1, 32, 24, 33, 36, 3, 0, 3, 0, 3, 17,192, 2, 2, 16, 33,
/* 0x1780 */ 36, 70, 3, 96, 36, 14, 0, 1, 36, 25, 0, 6, 60, 2, 0,255,
/* 0x1790 */ 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 9, 0, 14, 96, 64,
/* 0x17a0 */ 17,167, 0,158, 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x17b0 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1, 0, 14, 96, 64,
/* 0x17c0 */ 0,204, 88, 33,149, 99, 0, 0, 0, 15, 18,194, 0, 67, 0, 24,
/* 0x17d0 */ 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 8, 36, 2, 8, 0,
/* 0x17e0 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 0, 0,
/* 0x17f0 */ 1,128,112, 33, 16, 0, 0, 8, 0,128,120, 33, 1,228,120, 35,
/* 0x1800 */ 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 0, 0,
/* 0x1810 */ 37,194, 0, 1, 1,194,112, 33, 39, 57,255,255, 23, 32,255,220,
/* 0x1820 */ 60, 2, 0,255, 37,195,255,192, 40, 98, 0, 4, 20, 64, 0, 80,
/* 0x1830 */ 0, 96,112, 33, 0, 3, 32, 67, 48, 98, 0, 1, 52, 75, 0, 2,
/* 0x1840 */ 40, 98, 0, 14, 16, 64, 0, 8, 36,153,255,255, 3, 43,112, 4,
/* 0x1850 */ 0, 14, 16, 64, 2, 2, 32, 33, 0, 3, 16, 64, 0,130, 16, 35,
/* 0x1860 */ 16, 0, 0, 26, 36, 72, 5, 94, 36,132,255,251, 60, 2, 0,255,
/* 0x1870 */ 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 8, 0, 0, 0, 0,
/* 0x1880 */ 17,167, 0,102, 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x1890 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1, 0, 15,120, 66,
/* 0x18a0 */ 3, 15, 16, 43, 20, 64, 0, 3, 0, 11, 88, 64, 3, 15,192, 35,
/* 0x18b0 */ 53,107, 0, 1, 36,132,255,255, 20,128,255,237, 60, 2, 0,255,
/* 0x18c0 */ 38, 8, 6, 68, 0, 11,113, 0, 36, 25, 0, 4, 36, 6, 0, 1,
/* 0x18d0 */ 36, 5, 0, 1, 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43,
/* 0x18e0 */ 20, 64, 0, 9, 0, 5, 96, 64, 17,167, 0, 76, 0, 15,122, 0,
/* 0x18f0 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x1900 */ 37,173, 0, 1, 0, 5, 96, 64, 1, 12, 88, 33,149, 99, 0, 0,
/* 0x1910 */ 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43,
/* 0x1920 */ 16, 64, 0, 8, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x1930 */ 0, 98, 16, 33,165, 98, 0, 0, 1,128, 40, 33, 16, 0, 0, 9,
/* 0x1940 */ 0,128,120, 33, 1,228,120, 35, 3, 4,192, 35, 0, 3, 17, 66,
/* 0x1950 */ 0, 98, 16, 35,165, 98, 0, 0, 36,162, 0, 1, 0,162, 40, 33,
/* 0x1960 */ 1,198,112, 37, 39, 57,255,255, 23, 32,255,218, 0, 6, 48, 64,
/* 0x1970 */ 37,209, 0, 1, 18, 32, 0, 26, 60, 2, 0,255, 38, 82, 0, 7,
/* 0x1980 */ 1, 81, 16, 43, 20, 64, 0, 38, 36, 2, 0, 1, 1, 81, 16, 35,
/* 0x1990 */ 2, 98, 88, 33, 2,106, 32, 33, 1, 64, 24, 33,145,110, 0, 0,
/* 0x19a0 */ 36, 99, 0, 1, 1, 73, 16, 33, 36, 66, 0, 2, 16, 98, 0, 6,
/* 0x19b0 */ 160,142, 0, 0, 37,107, 0, 1,143,162, 0, 16, 0, 0, 0, 0,
/* 0x19c0 */ 20, 98,255,246, 36,132, 0, 1, 0, 96, 80, 33,143,163, 0, 16,
/* 0x19d0 */ 0, 0, 0, 0, 1, 67, 16, 43, 20, 64,253,166, 60, 2, 0,255,
/* 0x19e0 */ 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 4, 1,181, 40, 35,
/* 0x19f0 */ 17,167, 0, 10, 37,173, 0, 1, 1,181, 40, 35,143,162, 0, 12,
/* 0x1a00 */ 0, 0, 0, 0,172, 69, 0, 0,143,163, 0, 20, 0, 0, 0, 0,
/* 0x1a10 */ 172,106, 0, 0, 16, 0, 0, 2, 0, 0, 16, 33, 36, 2, 0, 1,
/* 0x1a20 */ 143,183, 0, 52,143,182, 0, 48,143,181, 0, 44,143,180, 0, 40,
/* 0x1a30 */ 143,179, 0, 36,143,178, 0, 32,143,177, 0, 28,143,176, 0, 24,
/* 0x1a40 */ 3,224, 0, 8, 39,189, 0, 56, 0, 0, 0, 13, 39,189,255,252,
/* 0x1a50 */ 175,191, 0, 0, 0,164, 40, 32,172,230, 0, 0,140,227, 0, 0,
/* 0x1a60 */ 0,133,192, 35,143,191, 0, 0,175,184, 0, 0, 0, 96, 32, 33,
/* 0x1a70 */ 0,195, 40, 35,172,229, 0, 0, 36, 6, 0, 3, 36, 2, 16, 51,
/* 0x1a80 */ 0, 0, 0, 12,143,162, 0, 0, 3,224, 0, 8, 39,189, 0, 4,
/* 0x1a90 */ 36, 6, 0, 30, 4, 17,255,255, 3,224, 40, 33, 80, 82, 79, 84,
/* 0x1aa0 */ 95, 69, 88, 69, 67,124, 80, 82, 79, 84, 95, 87, 82, 73, 84, 69,
/* 0x1ab0 */ 32,102, 97,105,108,101,100, 46, 10, 0, 36, 4, 0, 2, 36, 2,
/* 0x1ac0 */ 15,164, 0, 0, 0, 12, 36, 4, 0,127, 36, 2, 15,161, 0, 0,
/* 0x1ad0 */ 0, 12, 39,189,255,224,175,188, 0, 16,143,209,255,244, 39,213,
/* 0x1ae0 */ 255,244, 36, 8,255,255,142,147, 0, 0, 36, 7, 8, 2, 2,177,
/* 0x1af0 */ 168, 34, 36, 4, 0, 0, 2, 96, 40, 33, 4, 17, 0, 26,175,165,
/* 0x1b00 */ 0, 28,175,162, 0, 24,142,144,255,252, 36, 1,255,252, 2, 1,
/* 0x1b10 */ 128, 36,130,136, 0, 8,175,179, 0, 0, 3,160, 56, 33, 0, 64,
/* 0x1b20 */ 48, 33,142,133, 0, 4, 3,192,248, 9, 38,132, 0, 12,143,164,
/* 0x1b30 */ 0, 24, 0, 28, 26, 66,140,130, 0, 0, 48, 99,255,255, 0, 67,
/* 0x1b40 */ 16, 37,172,130, 0, 0, 36, 6, 0, 5,143,165, 0, 28, 36, 2,
/* 0x1b50 */ 16, 29, 0, 0, 0, 12,143,191, 0, 24, 35,255, 0, 16, 3,224,
/* 0x1b60 */ 0, 8, 2,176,128, 33, 36, 9, 0, 0, 36, 6, 0, 3, 39,189,
/* 0x1b70 */ 255,224,175,168, 0, 16,175,169, 0, 20, 36, 2, 15,250, 0, 0,
/* 0x1b80 */ 0, 12, 20,224, 0, 3, 0, 0, 0, 0, 3,224, 0, 8, 39,189,
/* 0x1b90 */ 0, 32, 0, 0, 0, 13,140,131, 0, 0, 36,132, 0, 4, 20, 96,
/* 0x1ba0 */ 255,253, 0,128,176, 33, 3,224, 0, 8, 36, 8, 0, 6, 4, 17,
/* 0x1bb0 */ 255,249, 3,160, 32, 33, 4, 17,255,247, 2,192, 32, 33,140,131,
/* 0x1bc0 */ 0, 0, 36,132, 0, 8, 16,104, 0, 3,140,130,255,252, 20, 96,
/* 0x1bd0 */ 255,251, 36, 2, 16, 0, 0, 2,224, 34, 4, 17,255,189, 39,244,
/* 0x1be0 */ 0, 4, 0, 0, 0, 0,102,105,108,101, 32,102,111,114,109, 97,
/* 0x1bf0 */ 116, 32,101,108,102, 51, 50, 45, 98,105,103,109,105,112,115, 10,
/* 0x1c00 */ 10, 83,101, 99,116,105,111,110,115, 58, 10, 73,100,120, 32, 78,
/* 0x1c10 */ 97,109,101, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 83,105,122,
/* 0x1c20 */ 101, 32, 32, 32, 32, 32, 32, 86, 77, 65, 32, 32, 32, 32, 32, 32,
/* 0x1c30 */ 32, 76, 77, 65, 32, 32, 32, 32, 32, 32, 32, 70,105,108,101, 32,
/* 0x1c40 */ 111,102,102, 32, 32, 65,108,103,110, 32, 32, 70,108, 97,103,115,
/* 0x1c50 */ 10, 32, 32, 48, 32, 69, 76, 70, 77, 65, 73, 78, 88, 32, 32, 32,
/* 0x1c60 */ 32, 32, 32, 48, 56, 32, 32, 48, 32, 32, 48, 32, 32, 48, 51, 52,
/* 0x1c70 */ 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83,
/* 0x1c80 */ 10, 32, 32, 49, 32, 78, 82, 86, 50, 69, 32, 32, 32, 32, 32, 32,
/* 0x1c90 */ 32, 32, 32, 48, 49, 53, 52, 32, 32, 48, 32, 32, 48, 32, 32, 48,
/* 0x1ca0 */ 51, 99, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78,
/* 0x1cb0 */ 84, 83, 10, 32, 32, 50, 32, 78, 82, 86, 50, 68, 32, 32, 32, 32,
/* 0x1cc0 */ 32, 32, 32, 32, 32, 48, 49, 52, 52, 32, 32, 48, 32, 32, 48, 32,
/* 0x1cd0 */ 32, 48, 49, 57, 48, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78,
/* 0x1ce0 */ 84, 69, 78, 84, 83, 10, 32, 32, 51, 32, 78, 82, 86, 50, 66, 32,
/* 0x1cf0 */ 32, 32, 32, 32, 32, 32, 32, 32, 48, 49, 50, 56, 32, 32, 48, 32,
/* 0x1d00 */ 32, 48, 32, 32, 48, 50,100, 52, 32, 32, 50, 42, 42, 48, 32, 32,
/* 0x1d10 */ 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 52, 32, 76, 90, 77,
/* 0x1d20 */ 65, 95, 69, 76, 70, 48, 48, 32, 32, 32, 32, 48, 57, 99, 32, 32,
/* 0x1d30 */ 48, 32, 32, 48, 32, 32, 48, 51,102, 99, 32, 32, 50, 42, 42, 48,
/* 0x1d40 */ 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 53, 32, 76,
/* 0x1d50 */ 90, 77, 65, 95, 68, 69, 67, 50, 48, 32, 32, 32, 32, 48, 97,100,
/* 0x1d60 */ 56, 32, 32, 48, 32, 32, 48, 32, 32, 48, 52, 57, 56, 32, 32, 50,
/* 0x1d70 */ 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32,
/* 0x1d80 */ 54, 32, 76, 90, 77, 65, 95, 68, 69, 67, 49, 48, 32, 32, 32, 32,
/* 0x1d90 */ 48, 97,100, 56, 32, 32, 48, 32, 32, 48, 32, 32, 48,102, 55, 48,
/* 0x1da0 */ 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83,
/* 0x1db0 */ 10, 32, 32, 55, 32, 76, 90, 77, 65, 95, 68, 69, 67, 51, 48, 32,
/* 0x1dc0 */ 32, 32, 32, 48, 52, 32, 32, 48, 32, 32, 48, 32, 32, 48, 49, 97,
/* 0x1dd0 */ 52, 56, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78,
/* 0x1de0 */ 84, 83, 10, 32, 32, 56, 32, 78, 82, 86, 95, 72, 69, 65, 68, 32,
/* 0x1df0 */ 32, 32, 32, 32, 32, 48, 49, 48, 32, 32, 48, 32, 32, 48, 32, 32,
/* 0x1e00 */ 48, 49, 97, 52, 99, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78,
/* 0x1e10 */ 84, 69, 78, 84, 83, 10, 32, 32, 57, 32, 78, 82, 86, 95, 84, 65,
/* 0x1e20 */ 73, 76, 32, 32, 32, 32, 32, 32, 48, 49, 48, 32, 32, 48, 32, 32,
/* 0x1e30 */ 48, 32, 32, 48, 49, 97, 53, 99, 32, 32, 50, 42, 42, 48, 32, 32,
/* 0x1e40 */ 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 49, 48, 32, 67, 70, 76,
/* 0x1e50 */ 85, 83, 72, 32, 32, 32, 32, 32, 32, 32, 32, 48, 50, 52, 32, 32,
/* 0x1e60 */ 48, 32, 32, 48, 32, 32, 48, 49, 97, 54, 99, 32, 32, 50, 42, 42,
/* 0x1e70 */ 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 49, 49, 32,
/* 0x1e80 */ 69, 76, 70, 77, 65, 73, 78, 89, 32, 32, 32, 32, 32, 32, 48, 50,
/* 0x1e90 */ 97, 32, 32, 48, 32, 32, 48, 32, 32, 48, 49, 97, 57, 48, 32, 32,
/* 0x1ea0 */ 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32,
/* 0x1eb0 */ 49, 50, 32, 69, 76, 70, 77, 65, 73, 78, 90, 32, 32, 32, 32, 32,
/* 0x1ec0 */ 32, 48, 49, 50, 99, 32, 32, 48, 32, 32, 48, 32, 32, 48, 49, 97,
/* 0x1ed0 */ 98, 97, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78,
/* 0x1ee0 */ 84, 83, 10, 83, 89, 77, 66, 79, 76, 32, 84, 65, 66, 76, 69, 58,
/* 0x1ef0 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100,
/* 0x1f00 */ 32, 32, 78, 82, 86, 95, 84, 65, 73, 76, 32, 48, 32, 78, 82, 86,
/* 0x1f10 */ 95, 84, 65, 73, 76, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108,
/* 0x1f20 */ 32, 32, 32, 32,100, 32, 32, 69, 76, 70, 77, 65, 73, 78, 90, 32,
/* 0x1f30 */ 48, 32, 69, 76, 70, 77, 65, 73, 78, 90, 10, 48, 48, 48, 48, 48,
/* 0x1f40 */ 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 69, 76, 70, 77,
/* 0x1f50 */ 65, 73, 78, 88, 32, 48, 32, 69, 76, 70, 77, 65, 73, 78, 88, 10,
/* 0x1f60 */ 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32,
/* 0x1f70 */ 32, 78, 82, 86, 50, 69, 32, 48, 32, 78, 82, 86, 50, 69, 10, 48,
/* 0x1f80 */ 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32,
/* 0x1f90 */ 78, 82, 86, 50, 68, 32, 48, 32, 78, 82, 86, 50, 68, 10, 48, 48,
/* 0x1fa0 */ 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 78,
/* 0x1fb0 */ 82, 86, 50, 66, 32, 48, 32, 78, 82, 86, 50, 66, 10, 48, 48, 48,
/* 0x1fc0 */ 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 76, 90,
/* 0x1fd0 */ 77, 65, 95, 69, 76, 70, 48, 48, 32, 48, 32, 76, 90, 77, 65, 95,
/* 0x1fe0 */ 69, 76, 70, 48, 48, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108,
/* 0x1ff0 */ 32, 32, 32, 32,100, 32, 32, 76, 90, 77, 65, 95, 68, 69, 67, 50,
/* 0x2000 */ 48, 32, 48, 32, 76, 90, 77, 65, 95, 68, 69, 67, 50, 48, 10, 48,
/* 0x2010 */ 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32,
/* 0x2020 */ 76, 90, 77, 65, 95, 68, 69, 67, 49, 48, 32, 48, 32, 76, 90, 77,
/* 0x2030 */ 65, 95, 68, 69, 67, 49, 48, 10, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x2040 */ 32,108, 32, 32, 32, 32,100, 32, 32, 76, 90, 77, 65, 95, 68, 69,
/* 0x2050 */ 67, 51, 48, 32, 48, 32, 76, 90, 77, 65, 95, 68, 69, 67, 51, 48,
/* 0x2060 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100,
/* 0x2070 */ 32, 32, 78, 82, 86, 95, 72, 69, 65, 68, 32, 48, 32, 78, 82, 86,
/* 0x2080 */ 95, 72, 69, 65, 68, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108,
/* 0x2090 */ 32, 32, 32, 32,100, 32, 32, 67, 70, 76, 85, 83, 72, 32, 48, 32,
/* 0x20a0 */ 67, 70, 76, 85, 83, 72, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,
/* 0x20b0 */ 108, 32, 32, 32, 32,100, 32, 32, 69, 76, 70, 77, 65, 73, 78, 89,
/* 0x20c0 */ 32, 48, 32, 69, 76, 70, 77, 65, 73, 78, 89, 10, 48, 48, 48, 48,
/* 0x20d0 */ 48, 48, 48, 48, 32,103, 32, 32, 32, 32, 32, 79, 32, 69, 76, 70,
/* 0x20e0 */ 77, 65, 73, 78, 88, 32, 48, 32, 95,115,116, 97,114,116, 10, 48,
/* 0x20f0 */ 48, 48, 48, 48, 48, 48, 48, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x2100 */ 42, 85, 78, 68, 42, 32, 48, 32, 79, 95, 66, 73, 78, 70, 79, 10,
/* 0x2110 */ 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79,
/* 0x2120 */ 82, 68, 83, 32, 70, 79, 82, 32, 91, 69, 76, 70, 77, 65, 73, 78,
/* 0x2130 */ 88, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32, 32, 84, 89, 80,
/* 0x2140 */ 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86,
/* 0x2150 */ 65, 76, 85, 69, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32, 82, 95,
/* 0x2160 */ 77, 73, 80, 83, 95, 80, 67, 49, 54, 32, 32, 32, 32, 32, 32, 32,
/* 0x2170 */ 69, 76, 70, 77, 65, 73, 78, 90, 10, 10, 82, 69, 76, 79, 67, 65,
/* 0x2180 */ 84, 73, 79, 78, 32, 82, 69, 67, 79, 82, 68, 83, 32, 70, 79, 82,
/* 0x2190 */ 32, 91, 78, 82, 86, 50, 69, 93, 58, 10, 79, 70, 70, 83, 69, 84,
/* 0x21a0 */ 32, 32, 32, 84, 89, 80, 69, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x21b0 */ 32, 32, 32, 32, 32, 86, 65, 76, 85, 69, 10, 48, 48, 48, 48, 48,
/* 0x21c0 */ 48, 55, 99, 32, 82, 95, 77, 73, 80, 83, 95, 80, 67, 49, 54, 32,
/* 0x21d0 */ 32, 32, 32, 32, 32, 32, 78, 82, 86, 95, 84, 65, 73, 76, 10, 10,
/* 0x21e0 */ 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79, 82,
/* 0x21f0 */ 68, 83, 32, 70, 79, 82, 32, 91, 78, 82, 86, 50, 68, 93, 58, 10,
/* 0x2200 */ 79, 70, 70, 83, 69, 84, 32, 32, 32, 84, 89, 80, 69, 32, 32, 32,
/* 0x2210 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86, 65, 76, 85, 69,
/* 0x2220 */ 10, 48, 48, 48, 48, 48, 48, 55, 99, 32, 82, 95, 77, 73, 80, 83,
/* 0x2230 */ 95, 80, 67, 49, 54, 32, 32, 32, 32, 32, 32, 32, 78, 82, 86, 95,
/* 0x2240 */ 84, 65, 73, 76, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78,
/* 0x2250 */ 32, 82, 69, 67, 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 78, 82,
/* 0x2260 */ 86, 50, 66, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32, 32, 84,
/* 0x2270 */ 89, 80, 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x2280 */ 32, 86, 65, 76, 85, 69, 10, 48, 48, 48, 48, 48, 48, 54, 52, 32,
/* 0x2290 */ 82, 95, 77, 73, 80, 83, 95, 80, 67, 49, 54, 32, 32, 32, 32, 32,
/* 0x22a0 */ 32, 32, 78, 82, 86, 95, 84, 65, 73, 76, 10, 10, 82, 69, 76, 79,
/* 0x22b0 */ 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79, 82, 68, 83, 32, 70,
/* 0x22c0 */ 79, 82, 32, 91, 69, 76, 70, 77, 65, 73, 78, 89, 93, 58, 10, 79,
/* 0x22d0 */ 70, 70, 83, 69, 84, 32, 32, 32, 84, 89, 80, 69, 32, 32, 32, 32,
/* 0x22e0 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86, 65, 76, 85, 69, 10,
/* 0x22f0 */ 48, 48, 48, 48, 48, 48, 48, 52, 32, 82, 95, 77, 73, 80, 83, 95,
/* 0x2300 */ 80, 67, 49, 54, 32, 32, 32, 32, 32, 32, 32, 69, 76, 70, 77, 65,
/* 0x2310 */ 73, 78, 90, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32,
/* 0x2320 */ 82, 69, 67, 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 69, 76, 70,
/* 0x2330 */ 77, 65, 73, 78, 90, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32,
/* 0x2340 */ 32, 84, 89, 80, 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x2350 */ 32, 32, 32, 86, 65, 76, 85, 69, 10, 48, 48, 48, 48, 48, 49, 50,
/* 0x2360 */ 56, 32, 82, 95, 77, 73, 80, 83, 95, 51, 50, 32, 32, 32, 32, 32,
/* 0x2370 */ 32, 32, 32, 32, 79, 95, 66, 73, 78, 70, 79, 10
/* 0x0020 */ 0, 0, 3, 52, 0, 0, 48, 1, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0030 */ 0, 9, 0, 6, 36, 4, 0, 2, 36, 2, 15,164, 0, 0, 0, 12,
/* 0x0040 */ 36, 4, 0,127, 36, 2, 15,161, 0, 0, 0, 12, 39,189,255,224,
/* 0x0050 */ 175,188, 0, 16,143,209,255,244, 39,213,255,244, 2,177,168, 34,
/* 0x0060 */ 4, 17, 0, 2, 3,224, 32, 33,117,112,120, 0, 0, 0, 40, 33,
/* 0x0070 */ 36, 2, 17, 2, 0, 0, 0, 12, 0, 64,184, 33,142,147, 0, 0,
/* 0x0080 */ 3,160,240, 33,175,179, 0, 28, 36, 1,255,248, 3,179,232, 35,
/* 0x0090 */ 3,161,232, 36,142,144,255,252, 36, 1,255,252, 2, 1,128, 36,
/* 0x00a0 */ 130,136, 0, 8,175,211, 0, 24, 39,199, 0, 24, 3,160, 48, 33,
/* 0x00b0 */ 142,133, 0, 4, 4, 17, 0, 1, 38,132, 0, 12,175,188, 0, 0,
/* 0x00c0 */ 147,161, 0, 0, 16, 32, 0, 4,143,161, 0, 28,175,161, 0, 16,
/* 0x00d0 */ 143,161, 0, 36,175,161, 0, 24, 2, 96, 48, 33, 3,160, 40, 33,
/* 0x00e0 */ 2,224, 32, 33, 36, 2, 15,164, 0, 0, 0, 12, 3,192,232, 33,
/* 0x00f0 */ 39,189,255,232,175,160, 0, 20,175,183, 0, 16, 36, 7, 0, 1,
/* 0x0100 */ 36, 6, 0, 7,142,133, 0, 0, 0, 0, 32, 33, 36, 2, 15,250,
/* 0x0110 */ 0, 0, 0, 12, 39,189, 0, 24,175,162, 0, 24, 36, 95, 0, 8,
/* 0x0120 */ 2,224, 32, 33, 36, 2, 15,166, 0, 0, 0, 12, 3,224, 0, 8,
/* 0x0130 */ 2,176,128, 33,140,131, 0, 0, 36,132, 0, 4, 20, 96,255,253,
/* 0x0140 */ 0,128,176, 33, 3,224, 0, 8, 36, 8, 0, 6, 4, 17,255,249,
/* 0x0150 */ 39,164, 0, 4, 4, 17,255,247, 2,192, 32, 33,140,131, 0, 0,
/* 0x0160 */ 36,132, 0, 8, 16,104, 0, 3,140,130,255,252, 20, 96,255,251,
/* 0x0170 */ 36, 2, 16, 0, 0, 2,224, 34, 4, 17,255,180, 39,244, 0, 4,
/* 0x0180 */ 0, 0, 0, 0, 4, 17, 0, 69, 39,254, 0, 0, 39,189,255,252,
/* 0x0190 */ 175,191, 0, 0, 0,164, 40, 32,172,230, 0, 0, 60, 13,128, 0,
/* 0x01a0 */ 1,160, 72, 33, 36, 11, 0, 1, 4, 17, 0, 66, 36, 15, 0, 1,
/* 0x01b0 */ 17,192, 0, 5,144,142, 0, 0, 36,132, 0, 1, 36,198, 0, 1,
/* 0x01c0 */ 16, 0,255,249,160,206,255,255, 4, 17, 0, 58, 0, 15,120, 64,
/* 0x01d0 */ 4, 17, 0, 56, 1,238,120, 33, 17,192,255,251, 36, 14, 0, 2,
/* 0x01e0 */ 21,238, 0, 3, 37,239,255,253, 16, 0, 0, 7, 1, 96,120, 33,
/* 0x01f0 */ 144,142, 0, 0, 0, 15,122, 0, 1,238,120, 33, 37,239, 0, 1,
/* 0x0200 */ 17,224, 0, 48, 36,132, 0, 1, 4, 17, 0, 42, 1,224, 88, 33,
/* 0x0210 */ 1,192, 96, 33, 4, 17, 0, 39, 0, 12, 96, 64, 1,142, 96, 33,
/* 0x0220 */ 21,128, 0, 7, 37,140,255,254, 36, 12, 0, 1, 4, 17, 0, 33,
/* 0x0230 */ 0, 12, 96, 64, 4, 17, 0, 31, 1,142, 96, 33, 17,192,255,251,
/* 0x0240 */ 45,238, 13, 1, 37,140, 0, 4, 1,142, 96, 35, 0,207,120, 35,
/* 0x0250 */ 145,238, 0, 0, 37,140,255,255, 37,239, 0, 1, 36,198, 0, 1,
/* 0x0260 */ 21,128,255,251,160,206,255,255, 16, 0,255,207, 0, 0, 0, 0,
/* 0x0270 */ 136,137, 0, 0,152,137, 0, 3, 60, 1, 0,255, 52, 33, 0,255,
/* 0x0280 */ 0, 9,114, 2, 1,193,112, 36, 1, 33, 72, 36, 0, 9, 74, 0,
/* 0x0290 */ 1, 46, 72, 37, 0, 9,116, 2, 0, 9, 76, 0, 1, 46, 72, 37,
/* 0x02a0 */ 36,132, 0, 4, 0, 9,119,194, 0, 9, 72, 64, 3,224, 0, 8,
/* 0x02b0 */ 37, 41, 0, 1, 17,169,255,238, 0, 9,119,194, 3,224, 0, 8,
/* 0x02c0 */ 0, 9, 72, 64,140,227, 0, 0, 0,133,192, 35,143,191, 0, 0,
/* 0x02d0 */ 175,184, 0, 0, 0, 96, 32, 33, 0,195, 40, 35,172,229, 0, 0,
/* 0x02e0 */ 36, 6, 0, 3, 36, 2, 16, 51, 0, 0, 0, 12,143,162, 0, 0,
/* 0x02f0 */ 3,224, 0, 8, 39,189, 0, 4, 0, 46,115,121,109,116, 97, 98,
/* 0x0300 */ 0, 46,115,116,114,116, 97, 98, 0, 46,115,104,115,116,114,116,
/* 0x0310 */ 97, 98, 0, 46,114,101,108, 69, 76, 70, 77, 65, 73, 78, 90, 0,
/* 0x0320 */ 46,114,101,108, 69, 76, 70, 77, 65, 73, 78, 88, 0, 46,112,100,
/* 0x0330 */ 114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0340 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0350 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31,
/* 0x0360 */ 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 52,
/* 0x0370 */ 0, 0, 1, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4,
/* 0x0380 */ 0, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 9, 0, 0, 0, 0,
/* 0x0390 */ 0, 0, 0, 0, 0, 0, 5, 36, 0, 0, 0, 16, 0, 0, 0, 7,
/* 0x03a0 */ 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 0, 0, 0, 44,
/* 0x03b0 */ 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 1,132,
/* 0x03c0 */ 0, 0, 1,116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4,
/* 0x03d0 */ 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 9, 0, 0, 0, 0,
/* 0x03e0 */ 0, 0, 0, 0, 0, 0, 5, 52, 0, 0, 0, 8, 0, 0, 0, 7,
/* 0x03f0 */ 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 8, 0, 0, 0, 53,
/* 0x0400 */ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2,248,
/* 0x0410 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4,
/* 0x0420 */ 0, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 3, 0, 0, 0, 0,
/* 0x0430 */ 0, 0, 0, 0, 0, 0, 2,248, 0, 0, 0, 58, 0, 0, 0, 0,
/* 0x0440 */ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1,
/* 0x0450 */ 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4,156,
/* 0x0460 */ 0, 0, 0, 96, 0, 0, 0, 8, 0, 0, 0, 4, 0, 0, 0, 4,
/* 0x0470 */ 0, 0, 0, 16, 0, 0, 0, 9, 0, 0, 0, 3, 0, 0, 0, 0,
/* 0x0480 */ 0, 0, 0, 0, 0, 0, 4,252, 0, 0, 0, 39, 0, 0, 0, 0,
/* 0x0490 */ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x04a0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
/* 0x04b0 */ 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 1, 0, 0, 0, 10,
/* 0x04c0 */ 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 3, 0, 0, 0, 19,
/* 0x04d0 */ 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 5, 0, 0, 0, 24,
/* 0x04e0 */ 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 32,
/* 0x04f0 */ 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 0, 3, 0, 69, 76, 70,
/* 0x0500 */ 77, 65, 73, 78, 90, 0, 69, 76, 70, 77, 65, 73, 78, 88, 0, 46,
/* 0x0510 */ 112,100,114, 0, 79, 95, 66, 73, 78, 70, 79, 0, 95,115,116, 97,
/* 0x0520 */ 114,116, 0, 0, 0, 0, 0,128, 0, 0, 2, 10, 0, 0, 1, 76,
/* 0x0530 */ 0, 0, 4, 2, 0, 0, 0, 0, 0, 0, 1, 10,102,105,108,101,
/* 0x0540 */ 32,102,111,114,109, 97,116, 32,101,108,102, 51, 50, 45, 98,105,
/* 0x0550 */ 103,109,105,112,115, 10, 10, 83,101, 99,116,105,111,110,115, 58,
/* 0x0560 */ 10, 73,100,120, 32, 78, 97,109,101, 32, 32, 32, 32, 32, 32, 32,
/* 0x0570 */ 32, 32, 32, 83,105,122,101, 32, 32, 32, 32, 32, 32, 86, 77, 65,
/* 0x0580 */ 32, 32, 32, 32, 32, 32, 32, 76, 77, 65, 32, 32, 32, 32, 32, 32,
/* 0x0590 */ 32, 70,105,108,101, 32,111,102,102, 32, 32, 65,108,103,110, 32,
/* 0x05a0 */ 32, 70,108, 97,103,115, 10, 32, 32, 48, 32, 69, 76, 70, 77, 65,
/* 0x05b0 */ 73, 78, 90, 32, 32, 32, 32, 32, 32, 48, 49, 53, 48, 32, 32, 48,
/* 0x05c0 */ 32, 32, 48, 32, 32, 48, 51, 52, 32, 32, 50, 42, 42, 50, 32, 32,
/* 0x05d0 */ 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 49, 32, 69, 76, 70,
/* 0x05e0 */ 77, 65, 73, 78, 88, 32, 32, 32, 32, 32, 32, 48, 49, 55, 52, 32,
/* 0x05f0 */ 32, 48, 32, 32, 48, 32, 32, 48, 49, 56, 52, 32, 32, 50, 42, 42,
/* 0x0600 */ 50, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 50, 32,
/* 0x0610 */ 46,112,100,114, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 48, 32,
/* 0x0620 */ 32, 48, 32, 32, 48, 32, 32, 48, 50,102, 56, 32, 32, 50, 42, 42,
/* 0x0630 */ 50, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 83, 89, 77, 66,
/* 0x0640 */ 79, 76, 32, 84, 65, 66, 76, 69, 58, 10, 48, 48, 48, 48, 48, 48,
/* 0x0650 */ 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 69, 76, 70, 77, 65,
/* 0x0660 */ 73, 78, 90, 32, 48, 32, 69, 76, 70, 77, 65, 73, 78, 90, 10, 48,
/* 0x0670 */ 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32,
/* 0x0680 */ 69, 76, 70, 77, 65, 73, 78, 88, 32, 48, 32, 69, 76, 70, 77, 65,
/* 0x0690 */ 73, 78, 88, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32,
/* 0x06a0 */ 32, 32,100, 32, 32, 46,112,100,114, 32, 48, 32, 46,112,100,114,
/* 0x06b0 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 32, 32, 32, 32, 32,
/* 0x06c0 */ 32, 32, 42, 85, 78, 68, 42, 32, 48, 32, 79, 95, 66, 73, 78, 70,
/* 0x06d0 */ 79, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,103, 32, 32, 32, 32,
/* 0x06e0 */ 32, 79, 32, 69, 76, 70, 77, 65, 73, 78, 88, 32, 48, 32, 95,115,
/* 0x06f0 */ 116, 97,114,116, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78,
/* 0x0700 */ 32, 82, 69, 67, 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 69, 76,
/* 0x0710 */ 70, 77, 65, 73, 78, 90, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32,
/* 0x0720 */ 32, 32, 84, 89, 80, 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x0730 */ 32, 32, 32, 32, 86, 65, 76, 85, 69, 10, 48, 48, 48, 48, 48, 48,
/* 0x0740 */ 56, 48, 32, 82, 95, 77, 73, 80, 83, 95, 80, 67, 49, 54, 32, 32,
/* 0x0750 */ 32, 32, 32, 32, 32, 69, 76, 70, 77, 65, 73, 78, 88, 10, 48, 48,
/* 0x0760 */ 48, 48, 48, 49, 52, 99, 32, 82, 95, 77, 73, 80, 83, 95, 51, 50,
/* 0x0770 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 79, 95, 66, 73, 78, 70, 79,
/* 0x0780 */ 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32, 82, 69, 67,
/* 0x0790 */ 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 69, 76, 70, 77, 65, 73,
/* 0x07a0 */ 78, 88, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32, 32, 84, 89,
/* 0x07b0 */ 80, 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x07c0 */ 86, 65, 76, 85, 69, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32, 82,
/* 0x07d0 */ 95, 77, 73, 80, 83, 95, 80, 67, 49, 54, 32, 32, 32, 32, 32, 32,
/* 0x07e0 */ 32, 69, 76, 70, 77, 65, 73, 78, 90, 10
};
+1147 -193
View File
File diff suppressed because it is too large Load Diff
+27 -598
View File
@@ -1,5 +1,5 @@
/* mips.r3000-linux.shlib-init.h
created from mips.r3000-linux.shlib-init.bin, 9517 (0x252d) bytes
created from mips.r3000-linux.shlib-init.bin, 371 (0x173) bytes
This file is part of the UPX executable compressor.
@@ -32,604 +32,33 @@
/* clang-format off */
#define STUB_MIPS_R3000_LINUX_SHLIB_INIT_SIZE 9517
#define STUB_MIPS_R3000_LINUX_SHLIB_INIT_ADLER32 0xa6bb1270
#define STUB_MIPS_R3000_LINUX_SHLIB_INIT_CRC32 0x3f34e1d4
#define STUB_MIPS_R3000_LINUX_SHLIB_INIT_SIZE 371
#define STUB_MIPS_R3000_LINUX_SHLIB_INIT_ADLER32 0x3026368a
#define STUB_MIPS_R3000_LINUX_SHLIB_INIT_CRC32 0x511a1628
unsigned char stub_mips_r3000_linux_shlib_init[9517] = {
unsigned char stub_mips_r3000_linux_shlib_init[371] = {
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0010 */ 0, 1, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0020 */ 0, 0, 30,220, 0, 0, 0, 1, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0030 */ 0, 0, 0, 0, 39,189,255,152,175,191, 0,100,175,166, 0, 88,
/* 0x0040 */ 175,165, 0, 84,175,164, 0, 80,175,190, 0, 96, 36, 2, 0, 0,
/* 0x0050 */ 3, 34,200, 35, 39, 57, 0, 0,175,185, 0, 76, 4, 17, 0, 8,
/* 0x0060 */ 3,224, 32, 33, 47,112,114,111, 99, 47,115,101,108,102, 47, 97,
/* 0x0070 */ 117,120,118, 0, 36, 3, 16, 0, 16, 0, 0, 28, 0, 3,240, 35,
/* 0x0080 */ 0, 0, 40, 33, 36, 2, 15,165, 0, 0, 0, 12, 20,224,255,249,
/* 0x0090 */ 175,162, 0, 72, 39,189,254,192, 36, 6, 1, 64, 3,160, 40, 33,
/* 0x00a0 */ 0, 64, 32, 33, 36, 2, 15,163, 0, 0, 0, 12, 4,224,255,241,
/* 0x00b0 */ 3,162, 48, 33, 3,160, 56, 33, 16,230, 0, 7, 36, 3, 16, 0,
/* 0x00c0 */ 140,194, 0, 0, 16, 64, 0, 4, 36, 66,255,250, 20, 64,255,250,
/* 0x00d0 */ 36,198, 0, 8,140,195,255,252, 39,189, 1, 64, 0, 3,240, 35,
/* 0x00e0 */ 143,164, 0, 72, 36, 2, 15,166, 0, 0, 0, 12,143,185, 0, 76,
/* 0x00f0 */ 3, 32,248, 9, 0, 0, 0, 0, 60, 13,128, 0, 1,160, 72, 33,
/* 0x0100 */ 36, 11, 0, 1, 4, 17, 0, 77, 36, 15, 0, 1, 17,192, 0, 5,
/* 0x0110 */ 144,142, 0, 0, 36,132, 0, 1, 36,198, 0, 1, 16, 0,255,249,
/* 0x0120 */ 160,206,255,255, 4, 17, 0, 69, 0, 15,120, 64, 4, 17, 0, 67,
/* 0x0130 */ 1,238,120, 33, 21,192, 0, 5, 37,238,255,254, 4, 17, 0, 63,
/* 0x0140 */ 1,238,120, 33, 16, 0,255,247, 1,238,120, 33, 21,192, 0, 5,
/* 0x0150 */ 37,239,255,253, 4, 17, 0, 57, 1, 96,120, 33, 16, 0, 0, 11,
/* 0x0160 */ 49,204, 0, 1,144,142, 0, 0, 0, 15,122, 0, 1,238,120, 33,
/* 0x0170 */ 37,238, 0, 1, 17,192,255,255, 36,132, 0, 1, 0, 15,120, 66,
/* 0x0180 */ 37,239, 0, 1, 1,224, 88, 33, 49,204, 0, 1, 4, 17, 0, 43,
/* 0x0190 */ 0, 0, 0, 0, 21,128, 0, 12, 37,204,255,254, 17,192, 0, 5,
/* 0x01a0 */ 36, 12, 0, 1, 4, 17, 0, 37, 0, 0, 0, 0, 16, 0, 0, 6,
/* 0x01b0 */ 1,192, 96, 33, 4, 17, 0, 33, 0, 12, 96, 64, 4, 17, 0, 31,
/* 0x01c0 */ 1,142, 96, 33, 17,192,255,251, 45,238, 5, 1, 37,140, 0, 5,
/* 0x01d0 */ 1,142, 96, 35, 0,207,120, 35,145,238, 0, 0, 37,140,255,255,
/* 0x01e0 */ 37,239, 0, 1, 36,198, 0, 1, 21,128,255,251,160,206,255,255,
/* 0x01f0 */ 16, 0,255,196, 0, 0, 0, 0,136,137, 0, 0,152,137, 0, 3,
/* 0x0200 */ 60, 1, 0,255, 52, 33, 0,255, 0, 9,114, 2, 1,193,112, 36,
/* 0x0210 */ 1, 33, 72, 36, 0, 9, 74, 0, 1, 46, 72, 37, 0, 9,116, 2,
/* 0x0220 */ 0, 9, 76, 0, 1, 46, 72, 37, 36,132, 0, 4, 0, 9,119,194,
/* 0x0230 */ 0, 9, 72, 64, 3,224, 0, 8, 37, 41, 0, 1, 17,169,255,238,
/* 0x0240 */ 0, 9,119,194, 3,224, 0, 8, 0, 9, 72, 64, 60, 13,128, 0,
/* 0x0250 */ 1,160, 72, 33, 36, 11, 0, 1, 4, 17, 0, 73, 36, 15, 0, 1,
/* 0x0260 */ 17,192, 0, 5,144,142, 0, 0, 36,132, 0, 1, 36,198, 0, 1,
/* 0x0270 */ 16, 0,255,249,160,206,255,255, 4, 17, 0, 65, 0, 15,120, 64,
/* 0x0280 */ 4, 17, 0, 63, 1,238,120, 33, 21,192, 0, 5, 37,238,255,254,
/* 0x0290 */ 4, 17, 0, 59, 1,207,120, 33, 16, 0,255,247, 1,238,120, 33,
/* 0x02a0 */ 21,192, 0, 5, 37,239,255,253, 4, 17, 0, 53, 1, 96,120, 33,
/* 0x02b0 */ 16, 0, 0, 11, 49,204, 0, 1,144,142, 0, 0, 0, 15,122, 0,
/* 0x02c0 */ 1,238,120, 33, 37,238, 0, 1, 17,192,255,255, 36,132, 0, 1,
/* 0x02d0 */ 0, 15,120, 66, 37,239, 0, 1, 1,224, 88, 33, 49,204, 0, 1,
/* 0x02e0 */ 4, 17, 0, 39, 0, 12, 96, 64, 1,142, 96, 33, 21,128, 0, 7,
/* 0x02f0 */ 37,140,255,254, 36, 12, 0, 1, 4, 17, 0, 33, 0, 12, 96, 64,
/* 0x0300 */ 4, 17, 0, 31, 1,142, 96, 33, 17,192,255,251, 45,238, 5, 1,
/* 0x0310 */ 37,140, 0, 4, 1,142, 96, 35, 0,207,120, 35,145,238, 0, 0,
/* 0x0320 */ 37,140,255,255, 37,239, 0, 1, 36,198, 0, 1, 21,128,255,251,
/* 0x0330 */ 160,206,255,255, 16, 0,255,200, 0, 0, 0, 0,136,137, 0, 0,
/* 0x0340 */ 152,137, 0, 3, 60, 1, 0,255, 52, 33, 0,255, 0, 9,114, 2,
/* 0x0350 */ 1,193,112, 36, 1, 33, 72, 36, 0, 9, 74, 0, 1, 46, 72, 37,
/* 0x0360 */ 0, 9,116, 2, 0, 9, 76, 0, 1, 46, 72, 37, 36,132, 0, 4,
/* 0x0370 */ 0, 9,119,194, 0, 9, 72, 64, 3,224, 0, 8, 37, 41, 0, 1,
/* 0x0380 */ 17,169,255,238, 0, 9,119,194, 3,224, 0, 8, 0, 9, 72, 64,
/* 0x0390 */ 60, 13,128, 0, 1,160, 72, 33, 36, 11, 0, 1, 4, 17, 0, 66,
/* 0x03a0 */ 36, 15, 0, 1, 17,192, 0, 5,144,142, 0, 0, 36,132, 0, 1,
/* 0x03b0 */ 36,198, 0, 1, 16, 0,255,249,160,206,255,255, 4, 17, 0, 58,
/* 0x03c0 */ 0, 15,120, 64, 4, 17, 0, 56, 1,238,120, 33, 17,192,255,251,
/* 0x03d0 */ 36, 14, 0, 2, 21,238, 0, 3, 37,239,255,253, 16, 0, 0, 7,
/* 0x03e0 */ 1, 96,120, 33,144,142, 0, 0, 0, 15,122, 0, 1,238,120, 33,
/* 0x03f0 */ 37,239, 0, 1, 17,224,255,255, 36,132, 0, 1, 4, 17, 0, 42,
/* 0x0400 */ 1,224, 88, 33, 1,192, 96, 33, 4, 17, 0, 39, 0, 12, 96, 64,
/* 0x0410 */ 1,142, 96, 33, 21,128, 0, 7, 37,140,255,254, 36, 12, 0, 1,
/* 0x0420 */ 4, 17, 0, 33, 0, 12, 96, 64, 4, 17, 0, 31, 1,142, 96, 33,
/* 0x0430 */ 17,192,255,251, 45,238, 13, 1, 37,140, 0, 4, 1,142, 96, 35,
/* 0x0440 */ 0,207,120, 35,145,238, 0, 0, 37,140,255,255, 37,239, 0, 1,
/* 0x0450 */ 36,198, 0, 1, 21,128,255,251,160,206,255,255, 16, 0,255,207,
/* 0x0460 */ 0, 0, 0, 0,136,137, 0, 0,152,137, 0, 3, 60, 1, 0,255,
/* 0x0470 */ 52, 33, 0,255, 0, 9,114, 2, 1,193,112, 36, 1, 33, 72, 36,
/* 0x0480 */ 0, 9, 74, 0, 1, 46, 72, 37, 0, 9,116, 2, 0, 9, 76, 0,
/* 0x0490 */ 1, 46, 72, 37, 36,132, 0, 4, 0, 9,119,194, 0, 9, 72, 64,
/* 0x04a0 */ 3,224, 0, 8, 37, 41, 0, 1, 17,169,255,238, 0, 9,119,194,
/* 0x04b0 */ 3,224, 0, 8, 0, 9, 72, 64,144,153, 0, 0, 36, 3,250, 0,
/* 0x04c0 */ 144,152, 0, 1, 51, 34, 0, 7, 0, 25,200,194, 3, 35, 24, 4,
/* 0x04d0 */ 36, 99,241, 96, 3,163,232, 33,175,163, 0, 40, 39,170, 0, 32,
/* 0x04e0 */ 175,191, 0, 44,140,233, 0, 0,175,166, 0, 36, 0,192, 64, 33,
/* 0x04f0 */ 39,167, 0, 28, 36,166,255,254, 36,133, 0, 2, 39,164, 0, 48,
/* 0x0500 */ 160,130, 0, 2, 51, 3, 0, 15,160,131, 0, 0, 0, 24,193, 2,
/* 0x0510 */ 4, 17, 0, 16,160,152, 0, 1,175,162, 0, 28,143,164, 0, 36,
/* 0x0520 */ 143,165, 0, 32, 36, 6, 0, 3, 36, 2, 16, 51, 0, 0, 0, 12,
/* 0x0530 */ 143,162, 0, 28,143,163, 0, 40,143,191, 0, 44, 3,163, 24, 35,
/* 0x0540 */ 39,189, 0, 4, 23,163,255,254,175,160,255,252, 3,224, 0, 8,
/* 0x0550 */ 0, 0, 0, 0, 39,189,255,200,175,183, 0, 52,175,182, 0, 48,
/* 0x0560 */ 175,181, 0, 44,175,180, 0, 40,175,179, 0, 36,175,178, 0, 32,
/* 0x0570 */ 175,177, 0, 28,175,176, 0, 24, 0,160,168, 33,175,167, 0, 12,
/* 0x0580 */ 1, 0,152, 33,175,169, 0, 16,175,170, 0, 20, 36,144, 0, 4,
/* 0x0590 */ 144,130, 0, 2, 36, 3, 0, 1, 0, 67, 16, 4, 36, 66,255,255,
/* 0x05a0 */ 175,162, 0, 8,144,130, 0, 1, 0, 0, 0, 0, 0, 67, 16, 4,
/* 0x05b0 */ 36, 66,255,255,175,162, 0, 4,144,150, 0, 0,172,224, 0, 0,
/* 0x05c0 */ 173, 64, 0, 0,144,132, 0, 1, 0, 0, 0, 0, 2,196, 32, 33,
/* 0x05d0 */ 36, 2, 3, 0, 0,130, 32, 4, 36,132, 7, 54, 2, 0, 16, 33,
/* 0x05e0 */ 16, 0, 0, 4, 0, 0, 88, 33, 36, 3, 4, 0,164, 67,255,254,
/* 0x05f0 */ 37,107, 0, 1, 21,100,255,252, 36, 66, 0, 2, 2,166, 56, 33,
/* 0x0600 */ 2,160,104, 33, 0, 0,192, 33, 0, 0, 32, 33, 0,245, 16, 35,
/* 0x0610 */ 16,130, 2,123, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x0620 */ 0, 98,192, 37, 36,132, 0, 1, 36, 2, 0, 5, 20,130,255,247,
/* 0x0630 */ 37,173, 0, 1, 0, 0, 80, 33, 0, 0,112, 33, 0, 0,144, 33,
/* 0x0640 */ 36, 17, 0, 1, 36, 20, 0, 1, 36, 23, 0, 1,175,183, 0, 0,
/* 0x0650 */ 16, 0, 2, 87, 36, 15,255,255, 52, 70,255,255, 0,207, 16, 43,
/* 0x0660 */ 20, 64, 0, 8, 0, 0, 0, 0, 17,167, 2,101, 0, 15,122, 0,
/* 0x0670 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x0680 */ 37,173, 0, 1,143,163, 0, 8, 0, 0, 0, 0, 1, 67, 40, 36,
/* 0x0690 */ 0, 18,201, 0, 0,185, 16, 33, 0, 2, 16, 64, 2, 2, 88, 33,
/* 0x06a0 */ 149, 99, 0, 0, 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 96, 18,
/* 0x06b0 */ 3, 12, 16, 43, 16, 64, 0,125, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x06c0 */ 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 0, 0,143,163, 0, 4,
/* 0x06d0 */ 0, 0, 0, 0, 1, 67, 16, 36, 2,194, 24, 4, 36, 2, 0, 8,
/* 0x06e0 */ 0, 86, 16, 35, 0, 78, 16, 7, 0, 98, 16, 33, 0, 2, 26, 64,
/* 0x06f0 */ 0, 2, 18,192, 0, 67, 16, 35, 2, 2, 16, 33, 36, 70, 14,108,
/* 0x0700 */ 42, 66, 0, 7, 16, 64, 0, 3, 1,128,120, 33, 16, 0, 0, 85,
/* 0x0710 */ 36, 5, 0, 1, 1, 81, 16, 35, 2, 98, 16, 33,144, 89, 0, 0,
/* 0x0720 */ 36, 5, 0, 1, 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43,
/* 0x0730 */ 20, 64, 0, 8, 0, 0, 0, 0, 17,167, 2, 49, 0, 15,122, 0,
/* 0x0740 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x0750 */ 37,173, 0, 1, 0, 25,200, 64, 51, 44, 1, 0, 0, 12, 16, 64,
/* 0x0760 */ 0,194, 16, 33, 0, 5,112, 64, 0, 78, 88, 33,149, 99, 2, 0,
/* 0x0770 */ 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43,
/* 0x0780 */ 16, 64, 0, 9, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x0790 */ 0, 98, 16, 33,165, 98, 2, 0, 21,128, 0, 41, 1,192, 40, 33,
/* 0x07a0 */ 16, 0, 0, 9, 0,128,120, 33, 1,228,120, 35, 3, 4,192, 35,
/* 0x07b0 */ 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 2, 0, 36,162, 0, 1,
/* 0x07c0 */ 17,128, 0, 40, 0,162, 40, 33, 40,162, 1, 0, 16, 64, 0, 37,
/* 0x07d0 */ 60, 2, 0,255, 16, 0,255,213, 52, 66,255,255, 52, 66,255,255,
/* 0x07e0 */ 0, 79, 16, 43, 20, 64, 0, 9, 0, 5, 96, 64, 17,167, 2, 4,
/* 0x07f0 */ 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x0800 */ 0, 98,192, 37, 37,173, 0, 1, 0, 5, 96, 64, 0,204, 88, 33,
/* 0x0810 */ 149, 99, 0, 0, 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 32, 18,
/* 0x0820 */ 3, 4, 16, 43, 16, 64, 0, 8, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x0830 */ 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 0, 0, 1,128, 40, 33,
/* 0x0840 */ 16, 0, 0, 8, 0,128,120, 33, 1,228,120, 35, 3, 4,192, 35,
/* 0x0850 */ 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 0, 0, 36,162, 0, 1,
/* 0x0860 */ 0,162, 40, 33, 40,162, 1, 0, 20, 64,255,220, 60, 2, 0,255,
/* 0x0870 */ 48,174, 0,255, 2,106, 16, 33,160, 78, 0, 0, 42, 66, 0, 4,
/* 0x0880 */ 16, 64, 0, 3, 37, 67, 0, 1, 16, 0, 1,200, 0, 0,144, 33,
/* 0x0890 */ 42, 66, 0, 10, 16, 64, 0, 3, 0, 0, 0, 0, 16, 0, 1,195,
/* 0x08a0 */ 38, 82,255,253, 16, 0, 1,193, 38, 82,255,250, 1,236, 32, 35,
/* 0x08b0 */ 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 0, 0, 0,196, 16, 43,
/* 0x08c0 */ 20, 64, 0, 8, 3, 12,192, 35, 17,167, 1,205, 0, 4, 34, 0,
/* 0x08d0 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x08e0 */ 37,173, 0, 1, 0, 18, 16, 64, 2, 2,112, 33,149,195, 1,128,
/* 0x08f0 */ 0, 4, 18,194, 0, 67, 0, 24, 0, 0, 96, 18, 3, 12, 16, 43,
/* 0x0900 */ 16, 64, 0, 15, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x0910 */ 0, 98, 16, 33,165,194, 1,128, 42, 66, 0, 7, 20, 64, 0, 2,
/* 0x0920 */ 0, 0,144, 33, 36, 18, 0, 3, 38, 14, 6,100,175,183, 0, 0,
/* 0x0930 */ 2,128,184, 33, 2, 32,160, 33, 16, 0, 0,144, 1,128, 88, 33,
/* 0x0940 */ 0,140, 88, 35, 0, 3, 17, 66, 0, 98, 16, 35,165,194, 1,128,
/* 0x0950 */ 0,203, 16, 43, 20, 64, 0, 8, 3, 12,192, 35, 17,167, 1,168,
/* 0x0960 */ 0, 11, 90, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x0970 */ 0, 98,192, 37, 37,173, 0, 1,149,195, 1,152, 0, 11, 18,194,
/* 0x0980 */ 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 50,
/* 0x0990 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x09a0 */ 165,194, 1,152, 60, 2, 1, 0, 0,130, 16, 43, 16, 64, 0, 8,
/* 0x09b0 */ 0,128, 88, 33, 17,167, 1,146, 0, 4, 90, 0, 0, 24, 26, 0,
/* 0x09c0 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x09d0 */ 0, 25, 16, 64, 2, 2, 24, 33, 0, 5, 16, 64, 0, 98, 32, 33,
/* 0x09e0 */ 148,131, 1,224, 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 96, 18,
/* 0x09f0 */ 3, 12, 16, 43, 16, 64, 0, 18, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x0a00 */ 0, 2, 17, 67, 0, 98, 16, 33, 17, 64, 1,125,164,130, 1,224,
/* 0x0a10 */ 42, 66, 0, 7, 20, 64, 0, 2, 36, 18, 0, 9, 36, 18, 0, 11,
/* 0x0a20 */ 1, 81, 16, 35, 2, 98, 16, 33,144, 78, 0, 0, 2,106, 16, 33,
/* 0x0a30 */ 160, 78, 0, 0, 37, 67, 0, 1, 16, 0, 1, 92, 1,128,120, 33,
/* 0x0a40 */ 1,108, 88, 35, 3, 12,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x0a50 */ 16, 0, 0, 69,164,130, 1,224, 1,100, 88, 35, 0, 3, 17, 66,
/* 0x0a60 */ 0, 98, 16, 35,165,194, 1,152, 0,203, 16, 43, 20, 64, 0, 8,
/* 0x0a70 */ 3, 4,192, 35, 17,167, 1, 98, 0, 11, 90, 0, 0, 24, 26, 0,
/* 0x0a80 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x0a90 */ 149,195, 1,176, 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 32, 18,
/* 0x0aa0 */ 3, 4, 16, 43, 16, 64, 0, 7, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x0ab0 */ 0, 2, 17, 67, 0, 98, 16, 33,165,194, 1,176, 16, 0, 0, 28,
/* 0x0ac0 */ 2,128, 16, 33, 1,100, 88, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x0ad0 */ 165,194, 1,176, 0,203, 16, 43, 20, 64, 0, 8, 3, 4,192, 35,
/* 0x0ae0 */ 17,167, 1, 71, 0, 11, 90, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x0af0 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,149,195, 1,200,
/* 0x0b00 */ 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43,
/* 0x0b10 */ 16, 64, 0, 11, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x0b20 */ 0, 98, 16, 33,165,194, 1,200, 2,224, 16, 33, 2,128,184, 33,
/* 0x0b30 */ 2, 32,160, 33, 0, 64,136, 33, 16, 0, 0, 11, 0,128, 88, 33,
/* 0x0b40 */ 1,100, 88, 35, 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x0b50 */ 165,194, 1,200,143,162, 0, 0,175,183, 0, 0, 2,128,184, 33,
/* 0x0b60 */ 2, 32,160, 33, 0, 64,136, 33, 42, 66, 0, 7, 20, 64, 0, 2,
/* 0x0b70 */ 36, 18, 0, 8, 36, 18, 0, 11, 38, 14, 10,104, 60, 2, 0,255,
/* 0x0b80 */ 52, 76,255,255, 1,139, 16, 43, 20, 64, 0, 8, 0, 0, 0, 0,
/* 0x0b90 */ 17,167, 1, 27, 0, 11, 90, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x0ba0 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,149,195, 0, 0,
/* 0x0bb0 */ 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43,
/* 0x0bc0 */ 16, 64, 0, 12, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x0bd0 */ 0, 98, 16, 33,165,194, 0, 0, 0, 5, 17, 0, 1,194, 16, 33,
/* 0x0be0 */ 36, 69, 0, 4, 0,128,120, 33, 36, 8, 0, 3, 16, 0, 0, 41,
/* 0x0bf0 */ 0, 0, 48, 33, 1,100, 88, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x0c00 */ 165,194, 0, 0, 1,139, 16, 43, 20, 64, 0, 8, 3, 4,192, 35,
/* 0x0c10 */ 17,167, 0,251, 0, 11, 90, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x0c20 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,149,195, 0, 2,
/* 0x0c30 */ 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43,
/* 0x0c40 */ 16, 64, 0, 12, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x0c50 */ 0, 98, 16, 33,165,194, 0, 2, 0, 5, 17, 0, 1,194, 16, 33,
/* 0x0c60 */ 36, 69, 1, 4, 0,128,120, 33, 36, 8, 0, 3, 16, 0, 0, 9,
/* 0x0c70 */ 36, 6, 0, 8, 1,100,120, 35, 3, 4,192, 35, 0, 3, 17, 66,
/* 0x0c80 */ 0, 98, 16, 35,165,194, 0, 2, 37,197, 2, 4, 36, 8, 0, 8,
/* 0x0c90 */ 36, 6, 0, 16, 1, 0,112, 33, 36, 25, 0, 1, 60, 2, 0,255,
/* 0x0ca0 */ 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 9, 0, 25, 96, 64,
/* 0x0cb0 */ 17,167, 0,211, 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x0cc0 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1, 0, 25, 96, 64,
/* 0x0cd0 */ 0,172, 88, 33,149, 99, 0, 0, 0, 15, 18,194, 0, 67, 0, 24,
/* 0x0ce0 */ 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 8, 36, 2, 8, 0,
/* 0x0cf0 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 0, 0,
/* 0x0d00 */ 1,128,200, 33, 16, 0, 0, 8, 0,128,120, 33, 1,228,120, 35,
/* 0x0d10 */ 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 0, 0,
/* 0x0d20 */ 39, 34, 0, 1, 3, 34,200, 33, 37,206,255,255, 21,192,255,220,
/* 0x0d30 */ 60, 2, 0,255, 36, 2, 0, 1, 1, 2, 16, 4, 3, 34, 16, 35,
/* 0x0d40 */ 0, 70, 72, 33, 42, 66, 0, 4, 16, 64, 0,134, 41, 34, 0, 4,
/* 0x0d50 */ 20, 64, 0, 2, 1, 32, 24, 33, 36, 3, 0, 3, 0, 3, 17,192,
/* 0x0d60 */ 2, 2, 16, 33, 36, 70, 3, 96, 36, 14, 0, 1, 36, 25, 0, 6,
/* 0x0d70 */ 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 9,
/* 0x0d80 */ 0, 14, 96, 64, 17,167, 0,158, 0, 15,122, 0, 0, 24, 26, 0,
/* 0x0d90 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x0da0 */ 0, 14, 96, 64, 0,204, 88, 33,149, 99, 0, 0, 0, 15, 18,194,
/* 0x0db0 */ 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 8,
/* 0x0dc0 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x0dd0 */ 165, 98, 0, 0, 1,128,112, 33, 16, 0, 0, 8, 0,128,120, 33,
/* 0x0de0 */ 1,228,120, 35, 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x0df0 */ 165, 98, 0, 0, 37,194, 0, 1, 1,194,112, 33, 39, 57,255,255,
/* 0x0e00 */ 23, 32,255,220, 60, 2, 0,255, 37,195,255,192, 40, 98, 0, 4,
/* 0x0e10 */ 20, 64, 0, 80, 0, 96,112, 33, 0, 3, 32, 67, 48, 98, 0, 1,
/* 0x0e20 */ 52, 75, 0, 2, 40, 98, 0, 14, 16, 64, 0, 8, 36,153,255,255,
/* 0x0e30 */ 3, 43,112, 4, 0, 14, 16, 64, 2, 2, 32, 33, 0, 3, 16, 64,
/* 0x0e40 */ 0,130, 16, 35, 16, 0, 0, 26, 36, 72, 5, 94, 36,132,255,251,
/* 0x0e50 */ 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 8,
/* 0x0e60 */ 0, 0, 0, 0, 17,167, 0,102, 0, 15,122, 0, 0, 24, 26, 0,
/* 0x0e70 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x0e80 */ 0, 15,120, 66, 3, 15, 16, 43, 20, 64, 0, 3, 0, 11, 88, 64,
/* 0x0e90 */ 3, 15,192, 35, 53,107, 0, 1, 36,132,255,255, 20,128,255,237,
/* 0x0ea0 */ 60, 2, 0,255, 38, 8, 6, 68, 0, 11,113, 0, 36, 25, 0, 4,
/* 0x0eb0 */ 36, 6, 0, 1, 36, 5, 0, 1, 60, 2, 0,255, 52, 66,255,255,
/* 0x0ec0 */ 0, 79, 16, 43, 20, 64, 0, 9, 0, 5, 96, 64, 17,167, 0, 76,
/* 0x0ed0 */ 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x0ee0 */ 0, 98,192, 37, 37,173, 0, 1, 0, 5, 96, 64, 1, 12, 88, 33,
/* 0x0ef0 */ 149, 99, 0, 0, 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 32, 18,
/* 0x0f00 */ 3, 4, 16, 43, 16, 64, 0, 8, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x0f10 */ 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 0, 0, 1,128, 40, 33,
/* 0x0f20 */ 16, 0, 0, 9, 0,128,120, 33, 1,228,120, 35, 3, 4,192, 35,
/* 0x0f30 */ 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 0, 0, 36,162, 0, 1,
/* 0x0f40 */ 0,162, 40, 33, 1,198,112, 37, 39, 57,255,255, 23, 32,255,218,
/* 0x0f50 */ 0, 6, 48, 64, 37,209, 0, 1, 18, 32, 0, 26, 60, 2, 0,255,
/* 0x0f60 */ 38, 82, 0, 7, 1, 81, 16, 43, 20, 64, 0, 38, 36, 2, 0, 1,
/* 0x0f70 */ 1, 81, 16, 35, 2, 98, 88, 33, 2,106, 32, 33, 1, 64, 24, 33,
/* 0x0f80 */ 145,110, 0, 0, 36, 99, 0, 1, 1, 73, 16, 33, 36, 66, 0, 2,
/* 0x0f90 */ 16, 98, 0, 6,160,142, 0, 0, 37,107, 0, 1,143,162, 0, 16,
/* 0x0fa0 */ 0, 0, 0, 0, 20, 98,255,246, 36,132, 0, 1, 0, 96, 80, 33,
/* 0x0fb0 */ 143,163, 0, 16, 0, 0, 0, 0, 1, 67, 16, 43, 20, 64,253,166,
/* 0x0fc0 */ 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 4,
/* 0x0fd0 */ 1,181, 40, 35, 17,167, 0, 10, 37,173, 0, 1, 1,181, 40, 35,
/* 0x0fe0 */ 143,162, 0, 12, 0, 0, 0, 0,172, 69, 0, 0,143,163, 0, 20,
/* 0x0ff0 */ 0, 0, 0, 0,172,106, 0, 0, 16, 0, 0, 2, 0, 0, 16, 33,
/* 0x1000 */ 36, 2, 0, 1,143,183, 0, 52,143,182, 0, 48,143,181, 0, 44,
/* 0x1010 */ 143,180, 0, 40,143,179, 0, 36,143,178, 0, 32,143,177, 0, 28,
/* 0x1020 */ 143,176, 0, 24, 3,224, 0, 8, 39,189, 0, 56, 39,189,255,200,
/* 0x1030 */ 175,183, 0, 52,175,182, 0, 48,175,181, 0, 44,175,180, 0, 40,
/* 0x1040 */ 175,179, 0, 36,175,178, 0, 32,175,177, 0, 28,175,176, 0, 24,
/* 0x1050 */ 0,160,168, 33,175,167, 0, 12, 1, 0,152, 33,175,169, 0, 16,
/* 0x1060 */ 175,170, 0, 20, 36,144, 0, 4,144,130, 0, 2, 36, 3, 0, 1,
/* 0x1070 */ 0, 67, 16, 4, 36, 66,255,255,175,162, 0, 8,144,130, 0, 1,
/* 0x1080 */ 0, 0, 0, 0, 0, 67, 16, 4, 36, 66,255,255,175,162, 0, 4,
/* 0x1090 */ 144,150, 0, 0,172,224, 0, 0,173, 64, 0, 0,144,132, 0, 1,
/* 0x10a0 */ 0, 0, 0, 0, 2,196, 32, 33, 36, 2, 3, 0, 0,130, 32, 4,
/* 0x10b0 */ 36,132, 7, 54, 2, 0, 16, 33, 16, 0, 0, 4, 0, 0, 88, 33,
/* 0x10c0 */ 36, 3, 4, 0,164, 67,255,254, 37,107, 0, 1, 21,100,255,252,
/* 0x10d0 */ 36, 66, 0, 2, 2,166, 56, 33, 2,160,104, 33, 0, 0,192, 33,
/* 0x10e0 */ 0, 0, 32, 33, 0,245, 16, 35, 16,130, 2,123, 0, 24, 26, 0,
/* 0x10f0 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 36,132, 0, 1,
/* 0x1100 */ 36, 2, 0, 5, 20,130,255,247, 37,173, 0, 1, 0, 0, 80, 33,
/* 0x1110 */ 0, 0,112, 33, 0, 0,144, 33, 36, 17, 0, 1, 36, 20, 0, 1,
/* 0x1120 */ 36, 23, 0, 1,175,183, 0, 0, 16, 0, 2, 87, 36, 15,255,255,
/* 0x1130 */ 52, 70,255,255, 0,207, 16, 43, 20, 64, 0, 8, 0, 0, 0, 0,
/* 0x1140 */ 17,167, 2,101, 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x1150 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,143,163, 0, 8,
/* 0x1160 */ 0, 0, 0, 0, 1, 67, 40, 36, 0, 18,201, 0, 0,185, 16, 33,
/* 0x1170 */ 0, 2, 16, 64, 2, 2, 88, 33,149, 99, 0, 0, 0, 15, 18,194,
/* 0x1180 */ 0, 67, 0, 24, 0, 0, 96, 18, 3, 12, 16, 43, 16, 64, 0,125,
/* 0x1190 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x11a0 */ 165, 98, 0, 0,143,163, 0, 4, 0, 0, 0, 0, 1, 67, 16, 36,
/* 0x11b0 */ 2,194, 24, 4, 36, 2, 0, 8, 0, 86, 16, 35, 0, 78, 16, 7,
/* 0x11c0 */ 0, 98, 16, 33, 0, 2, 26, 64, 0, 2, 18,192, 0, 67, 16, 35,
/* 0x11d0 */ 2, 2, 16, 33, 36, 70, 14,108, 42, 66, 0, 7, 16, 64, 0, 3,
/* 0x11e0 */ 1,128,120, 33, 16, 0, 0, 85, 36, 5, 0, 1, 1, 81, 16, 35,
/* 0x11f0 */ 2, 98, 16, 33,144, 89, 0, 0, 36, 5, 0, 1, 60, 2, 0,255,
/* 0x1200 */ 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 8, 0, 0, 0, 0,
/* 0x1210 */ 17,167, 2, 49, 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x1220 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1, 0, 25,200, 64,
/* 0x1230 */ 51, 44, 1, 0, 0, 12, 16, 64, 0,194, 16, 33, 0, 5,112, 64,
/* 0x1240 */ 0, 78, 88, 33,149, 99, 2, 0, 0, 15, 18,194, 0, 67, 0, 24,
/* 0x1250 */ 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 9, 36, 2, 8, 0,
/* 0x1260 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 2, 0,
/* 0x1270 */ 21,128, 0, 41, 1,192, 40, 33, 16, 0, 0, 9, 0,128,120, 33,
/* 0x1280 */ 1,228,120, 35, 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x1290 */ 165, 98, 2, 0, 36,162, 0, 1, 17,128, 0, 40, 0,162, 40, 33,
/* 0x12a0 */ 40,162, 1, 0, 16, 64, 0, 37, 60, 2, 0,255, 16, 0,255,213,
/* 0x12b0 */ 52, 66,255,255, 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 9,
/* 0x12c0 */ 0, 5, 96, 64, 17,167, 2, 4, 0, 15,122, 0, 0, 24, 26, 0,
/* 0x12d0 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x12e0 */ 0, 5, 96, 64, 0,204, 88, 33,149, 99, 0, 0, 0, 15, 18,194,
/* 0x12f0 */ 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 8,
/* 0x1300 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x1310 */ 165, 98, 0, 0, 1,128, 40, 33, 16, 0, 0, 8, 0,128,120, 33,
/* 0x1320 */ 1,228,120, 35, 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x1330 */ 165, 98, 0, 0, 36,162, 0, 1, 0,162, 40, 33, 40,162, 1, 0,
/* 0x1340 */ 20, 64,255,220, 60, 2, 0,255, 48,174, 0,255, 2,106, 16, 33,
/* 0x1350 */ 160, 78, 0, 0, 42, 66, 0, 4, 16, 64, 0, 3, 37, 67, 0, 1,
/* 0x1360 */ 16, 0, 1,200, 0, 0,144, 33, 42, 66, 0, 10, 16, 64, 0, 3,
/* 0x1370 */ 0, 0, 0, 0, 16, 0, 1,195, 38, 82,255,253, 16, 0, 1,193,
/* 0x1380 */ 38, 82,255,250, 1,236, 32, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x1390 */ 165, 98, 0, 0, 0,196, 16, 43, 20, 64, 0, 8, 3, 12,192, 35,
/* 0x13a0 */ 17,167, 1,205, 0, 4, 34, 0, 0, 24, 26, 0,145,162, 0, 0,
/* 0x13b0 */ 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1, 0, 18, 16, 64,
/* 0x13c0 */ 2, 2,112, 33,149,195, 1,128, 0, 4, 18,194, 0, 67, 0, 24,
/* 0x13d0 */ 0, 0, 96, 18, 3, 12, 16, 43, 16, 64, 0, 15, 36, 2, 8, 0,
/* 0x13e0 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165,194, 1,128,
/* 0x13f0 */ 42, 66, 0, 7, 20, 64, 0, 2, 0, 0,144, 33, 36, 18, 0, 3,
/* 0x1400 */ 38, 14, 6,100,175,183, 0, 0, 2,128,184, 33, 2, 32,160, 33,
/* 0x1410 */ 16, 0, 0,144, 1,128, 88, 33, 0,140, 88, 35, 0, 3, 17, 66,
/* 0x1420 */ 0, 98, 16, 35,165,194, 1,128, 0,203, 16, 43, 20, 64, 0, 8,
/* 0x1430 */ 3, 12,192, 35, 17,167, 1,168, 0, 11, 90, 0, 0, 24, 26, 0,
/* 0x1440 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x1450 */ 149,195, 1,152, 0, 11, 18,194, 0, 67, 0, 24, 0, 0, 32, 18,
/* 0x1460 */ 3, 4, 16, 43, 16, 64, 0, 50, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x1470 */ 0, 2, 17, 67, 0, 98, 16, 33,165,194, 1,152, 60, 2, 1, 0,
/* 0x1480 */ 0,130, 16, 43, 16, 64, 0, 8, 0,128, 88, 33, 17,167, 1,146,
/* 0x1490 */ 0, 4, 90, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x14a0 */ 0, 98,192, 37, 37,173, 0, 1, 0, 25, 16, 64, 2, 2, 24, 33,
/* 0x14b0 */ 0, 5, 16, 64, 0, 98, 32, 33,148,131, 1,224, 0, 11, 18,194,
/* 0x14c0 */ 0, 67, 0, 24, 0, 0, 96, 18, 3, 12, 16, 43, 16, 64, 0, 18,
/* 0x14d0 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x14e0 */ 17, 64, 1,125,164,130, 1,224, 42, 66, 0, 7, 20, 64, 0, 2,
/* 0x14f0 */ 36, 18, 0, 9, 36, 18, 0, 11, 1, 81, 16, 35, 2, 98, 16, 33,
/* 0x1500 */ 144, 78, 0, 0, 2,106, 16, 33,160, 78, 0, 0, 37, 67, 0, 1,
/* 0x1510 */ 16, 0, 1, 92, 1,128,120, 33, 1,108, 88, 35, 3, 12,192, 35,
/* 0x1520 */ 0, 3, 17, 66, 0, 98, 16, 35, 16, 0, 0, 69,164,130, 1,224,
/* 0x1530 */ 1,100, 88, 35, 0, 3, 17, 66, 0, 98, 16, 35,165,194, 1,152,
/* 0x1540 */ 0,203, 16, 43, 20, 64, 0, 8, 3, 4,192, 35, 17,167, 1, 98,
/* 0x1550 */ 0, 11, 90, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x1560 */ 0, 98,192, 37, 37,173, 0, 1,149,195, 1,176, 0, 11, 18,194,
/* 0x1570 */ 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 7,
/* 0x1580 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x1590 */ 165,194, 1,176, 16, 0, 0, 28, 2,128, 16, 33, 1,100, 88, 35,
/* 0x15a0 */ 0, 3, 17, 66, 0, 98, 16, 35,165,194, 1,176, 0,203, 16, 43,
/* 0x15b0 */ 20, 64, 0, 8, 3, 4,192, 35, 17,167, 1, 71, 0, 11, 90, 0,
/* 0x15c0 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x15d0 */ 37,173, 0, 1,149,195, 1,200, 0, 11, 18,194, 0, 67, 0, 24,
/* 0x15e0 */ 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 11, 36, 2, 8, 0,
/* 0x15f0 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165,194, 1,200,
/* 0x1600 */ 2,224, 16, 33, 2,128,184, 33, 2, 32,160, 33, 0, 64,136, 33,
/* 0x1610 */ 16, 0, 0, 11, 0,128, 88, 33, 1,100, 88, 35, 3, 4,192, 35,
/* 0x1620 */ 0, 3, 17, 66, 0, 98, 16, 35,165,194, 1,200,143,162, 0, 0,
/* 0x1630 */ 175,183, 0, 0, 2,128,184, 33, 2, 32,160, 33, 0, 64,136, 33,
/* 0x1640 */ 42, 66, 0, 7, 20, 64, 0, 2, 36, 18, 0, 8, 36, 18, 0, 11,
/* 0x1650 */ 38, 14, 10,104, 60, 2, 0,255, 52, 76,255,255, 1,139, 16, 43,
/* 0x1660 */ 20, 64, 0, 8, 0, 0, 0, 0, 17,167, 1, 27, 0, 11, 90, 0,
/* 0x1670 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x1680 */ 37,173, 0, 1,149,195, 0, 0, 0, 11, 18,194, 0, 67, 0, 24,
/* 0x1690 */ 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 12, 36, 2, 8, 0,
/* 0x16a0 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165,194, 0, 0,
/* 0x16b0 */ 0, 5, 17, 0, 1,194, 16, 33, 36, 69, 0, 4, 0,128,120, 33,
/* 0x16c0 */ 36, 8, 0, 3, 16, 0, 0, 41, 0, 0, 48, 33, 1,100, 88, 35,
/* 0x16d0 */ 0, 3, 17, 66, 0, 98, 16, 35,165,194, 0, 0, 1,139, 16, 43,
/* 0x16e0 */ 20, 64, 0, 8, 3, 4,192, 35, 17,167, 0,251, 0, 11, 90, 0,
/* 0x16f0 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x1700 */ 37,173, 0, 1,149,195, 0, 2, 0, 11, 18,194, 0, 67, 0, 24,
/* 0x1710 */ 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 12, 36, 2, 8, 0,
/* 0x1720 */ 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,165,194, 0, 2,
/* 0x1730 */ 0, 5, 17, 0, 1,194, 16, 33, 36, 69, 1, 4, 0,128,120, 33,
/* 0x1740 */ 36, 8, 0, 3, 16, 0, 0, 9, 36, 6, 0, 8, 1,100,120, 35,
/* 0x1750 */ 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,165,194, 0, 2,
/* 0x1760 */ 37,197, 2, 4, 36, 8, 0, 8, 36, 6, 0, 16, 1, 0,112, 33,
/* 0x1770 */ 36, 25, 0, 1, 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43,
/* 0x1780 */ 20, 64, 0, 9, 0, 25, 96, 64, 17,167, 0,211, 0, 15,122, 0,
/* 0x1790 */ 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37,
/* 0x17a0 */ 37,173, 0, 1, 0, 25, 96, 64, 0,172, 88, 33,149, 99, 0, 0,
/* 0x17b0 */ 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43,
/* 0x17c0 */ 16, 64, 0, 8, 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67,
/* 0x17d0 */ 0, 98, 16, 33,165, 98, 0, 0, 1,128,200, 33, 16, 0, 0, 8,
/* 0x17e0 */ 0,128,120, 33, 1,228,120, 35, 3, 4,192, 35, 0, 3, 17, 66,
/* 0x17f0 */ 0, 98, 16, 35,165, 98, 0, 0, 39, 34, 0, 1, 3, 34,200, 33,
/* 0x1800 */ 37,206,255,255, 21,192,255,220, 60, 2, 0,255, 36, 2, 0, 1,
/* 0x1810 */ 1, 2, 16, 4, 3, 34, 16, 35, 0, 70, 72, 33, 42, 66, 0, 4,
/* 0x1820 */ 16, 64, 0,134, 41, 34, 0, 4, 20, 64, 0, 2, 1, 32, 24, 33,
/* 0x1830 */ 36, 3, 0, 3, 0, 3, 17,192, 2, 2, 16, 33, 36, 70, 3, 96,
/* 0x1840 */ 36, 14, 0, 1, 36, 25, 0, 6, 60, 2, 0,255, 52, 66,255,255,
/* 0x1850 */ 0, 79, 16, 43, 20, 64, 0, 9, 0, 14, 96, 64, 17,167, 0,158,
/* 0x1860 */ 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x1870 */ 0, 98,192, 37, 37,173, 0, 1, 0, 14, 96, 64, 0,204, 88, 33,
/* 0x1880 */ 149, 99, 0, 0, 0, 15, 18,194, 0, 67, 0, 24, 0, 0, 32, 18,
/* 0x1890 */ 3, 4, 16, 43, 16, 64, 0, 8, 36, 2, 8, 0, 0, 67, 16, 35,
/* 0x18a0 */ 0, 2, 17, 67, 0, 98, 16, 33,165, 98, 0, 0, 1,128,112, 33,
/* 0x18b0 */ 16, 0, 0, 8, 0,128,120, 33, 1,228,120, 35, 3, 4,192, 35,
/* 0x18c0 */ 0, 3, 17, 66, 0, 98, 16, 35,165, 98, 0, 0, 37,194, 0, 1,
/* 0x18d0 */ 1,194,112, 33, 39, 57,255,255, 23, 32,255,220, 60, 2, 0,255,
/* 0x18e0 */ 37,195,255,192, 40, 98, 0, 4, 20, 64, 0, 80, 0, 96,112, 33,
/* 0x18f0 */ 0, 3, 32, 67, 48, 98, 0, 1, 52, 75, 0, 2, 40, 98, 0, 14,
/* 0x1900 */ 16, 64, 0, 8, 36,153,255,255, 3, 43,112, 4, 0, 14, 16, 64,
/* 0x1910 */ 2, 2, 32, 33, 0, 3, 16, 64, 0,130, 16, 35, 16, 0, 0, 26,
/* 0x1920 */ 36, 72, 5, 94, 36,132,255,251, 60, 2, 0,255, 52, 66,255,255,
/* 0x1930 */ 0, 79, 16, 43, 20, 64, 0, 8, 0, 0, 0, 0, 17,167, 0,102,
/* 0x1940 */ 0, 15,122, 0, 0, 24, 26, 0,145,162, 0, 0, 0, 0, 0, 0,
/* 0x1950 */ 0, 98,192, 37, 37,173, 0, 1, 0, 15,120, 66, 3, 15, 16, 43,
/* 0x1960 */ 20, 64, 0, 3, 0, 11, 88, 64, 3, 15,192, 35, 53,107, 0, 1,
/* 0x1970 */ 36,132,255,255, 20,128,255,237, 60, 2, 0,255, 38, 8, 6, 68,
/* 0x1980 */ 0, 11,113, 0, 36, 25, 0, 4, 36, 6, 0, 1, 36, 5, 0, 1,
/* 0x1990 */ 60, 2, 0,255, 52, 66,255,255, 0, 79, 16, 43, 20, 64, 0, 9,
/* 0x19a0 */ 0, 5, 96, 64, 17,167, 0, 76, 0, 15,122, 0, 0, 24, 26, 0,
/* 0x19b0 */ 145,162, 0, 0, 0, 0, 0, 0, 0, 98,192, 37, 37,173, 0, 1,
/* 0x19c0 */ 0, 5, 96, 64, 1, 12, 88, 33,149, 99, 0, 0, 0, 15, 18,194,
/* 0x19d0 */ 0, 67, 0, 24, 0, 0, 32, 18, 3, 4, 16, 43, 16, 64, 0, 8,
/* 0x19e0 */ 36, 2, 8, 0, 0, 67, 16, 35, 0, 2, 17, 67, 0, 98, 16, 33,
/* 0x19f0 */ 165, 98, 0, 0, 1,128, 40, 33, 16, 0, 0, 9, 0,128,120, 33,
/* 0x1a00 */ 1,228,120, 35, 3, 4,192, 35, 0, 3, 17, 66, 0, 98, 16, 35,
/* 0x1a10 */ 165, 98, 0, 0, 36,162, 0, 1, 0,162, 40, 33, 1,198,112, 37,
/* 0x1a20 */ 39, 57,255,255, 23, 32,255,218, 0, 6, 48, 64, 37,209, 0, 1,
/* 0x1a30 */ 18, 32, 0, 26, 60, 2, 0,255, 38, 82, 0, 7, 1, 81, 16, 43,
/* 0x1a40 */ 20, 64, 0, 38, 36, 2, 0, 1, 1, 81, 16, 35, 2, 98, 88, 33,
/* 0x1a50 */ 2,106, 32, 33, 1, 64, 24, 33,145,110, 0, 0, 36, 99, 0, 1,
/* 0x1a60 */ 1, 73, 16, 33, 36, 66, 0, 2, 16, 98, 0, 6,160,142, 0, 0,
/* 0x1a70 */ 37,107, 0, 1,143,162, 0, 16, 0, 0, 0, 0, 20, 98,255,246,
/* 0x1a80 */ 36,132, 0, 1, 0, 96, 80, 33,143,163, 0, 16, 0, 0, 0, 0,
/* 0x1a90 */ 1, 67, 16, 43, 20, 64,253,166, 60, 2, 0,255, 52, 66,255,255,
/* 0x1aa0 */ 0, 79, 16, 43, 20, 64, 0, 4, 1,181, 40, 35, 17,167, 0, 10,
/* 0x1ab0 */ 37,173, 0, 1, 1,181, 40, 35,143,162, 0, 12, 0, 0, 0, 0,
/* 0x1ac0 */ 172, 69, 0, 0,143,163, 0, 20, 0, 0, 0, 0,172,106, 0, 0,
/* 0x1ad0 */ 16, 0, 0, 2, 0, 0, 16, 33, 36, 2, 0, 1,143,183, 0, 52,
/* 0x1ae0 */ 143,182, 0, 48,143,181, 0, 44,143,180, 0, 40,143,179, 0, 36,
/* 0x1af0 */ 143,178, 0, 32,143,177, 0, 28,143,176, 0, 24, 3,224, 0, 8,
/* 0x1b00 */ 39,189, 0, 56, 0, 0, 0, 13, 39,189,255,252,175,191, 0, 0,
/* 0x1b10 */ 0,164, 40, 32,172,230, 0, 0,140,227, 0, 0, 0,133,192, 35,
/* 0x1b20 */ 143,191, 0, 0,175,184, 0, 0, 0, 96, 32, 33, 0,195, 40, 35,
/* 0x1b30 */ 172,229, 0, 0, 36, 6, 0, 3, 36, 2, 16, 51, 0, 0, 0, 12,
/* 0x1b40 */ 143,162, 0, 0, 3,224, 0, 8, 39,189, 0, 4, 3, 63,200, 35,
/* 0x1b50 */ 39,233,255, 44, 0, 25,200,130,143,232,255, 44, 1, 40, 72, 35,
/* 0x1b60 */ 143,232,255, 48, 1, 40, 64, 33,175,168, 0, 92,143,232,255, 52,
/* 0x1b70 */ 1, 40, 64, 33,175,168, 0, 68,143,232,255, 56, 1, 40, 32, 33,
/* 0x1b80 */ 36,133, 0, 24,140,168, 0, 4, 36,165, 0, 12, 0,168, 40, 33,
/* 0x1b90 */ 136,168, 0, 0,152,168, 0, 3, 36,165, 0, 4, 0,158, 16, 36,
/* 0x1ba0 */ 0,130, 72, 35, 1, 9, 64, 33,175,168, 0, 56, 0,137, 32, 35,
/* 0x1bb0 */ 175,164, 0, 52, 1, 9, 64, 35, 0,137, 32, 33, 0, 9, 72,130,
/* 0x1bc0 */ 167,169, 0, 48,167,185, 0, 50,175,168, 0, 44,136,168, 0, 0,
/* 0x1bd0 */ 152,168, 0, 3, 36,165, 0, 4, 1, 0, 72, 33, 36,165, 0, 4,
/* 0x1be0 */ 175,191, 0, 40, 39,163, 0, 44,175,165, 0, 24,175,169, 0, 28,
/* 0x1bf0 */ 175,164, 0, 32,175,163, 0, 36, 48,163, 0, 3, 33, 41, 0, 3,
/* 0x1c00 */ 1, 35, 72, 32, 0, 9, 72,130,135,163, 0, 48, 0,105, 48, 32,
/* 0x1c10 */ 135,163, 0, 50, 0,102, 48, 32, 4, 17, 0, 91,175,191, 0, 20,
/* 0x1c20 */ 36, 7, 8, 18,143,165, 0, 56, 4, 17, 0, 75,143,164, 0, 52,
/* 0x1c30 */ 135,169, 0, 48, 0, 64, 32, 33, 4, 17, 0, 55,143,165, 0, 60,
/* 0x1c40 */ 143,185, 0, 40,143,167, 0, 36,143,166, 0, 32,143,165, 0, 28,
/* 0x1c50 */ 3, 32,248, 9,143,164, 0, 24, 4, 17, 0, 5,143,168, 0, 68,
/* 0x1c60 */ 0, 0, 0, 12, 1, 32, 40, 33, 3, 32, 0, 8, 1, 0, 32, 33,
/* 0x1c70 */ 143,226, 0, 0,173, 2, 0, 0,143,226, 0, 4,173, 2, 0, 4,
/* 0x1c80 */ 143,226, 0, 8,173, 2, 0, 8,143,226, 0, 12,173, 2, 0, 12,
/* 0x1c90 */ 143,164, 0, 52,143,165, 0, 56, 36, 6, 0, 0, 0,164, 40, 33,
/* 0x1ca0 */ 36,165, 0, 8, 36, 2, 16, 51, 0, 0, 0, 12,143,164, 0, 52,
/* 0x1cb0 */ 143,165, 0, 56, 36, 6, 0, 5, 36, 2, 16, 29, 0, 0, 0, 12,
/* 0x1cc0 */ 143,184, 0, 68,143,165, 0, 64,143,164, 0, 60,143,191, 0,100,
/* 0x1cd0 */ 143,190, 0, 96,143,185, 0, 92,143,166, 0, 88,143,169, 0, 84,
/* 0x1ce0 */ 143,168, 0, 80, 39,189, 0,104, 3, 0, 0, 8, 36, 2, 15,251,
/* 0x1cf0 */ 140,169,255,248, 0, 9, 76, 0, 0, 9, 76, 2, 16, 0, 0, 6,
/* 0x1d00 */ 37, 41,255,255,140,162, 0, 0, 36,165, 0, 4,172,130, 0, 0,
/* 0x1d10 */ 36,132, 0, 4, 37, 41,255,255, 49, 35, 0, 3, 20, 96,255,250,
/* 0x1d20 */ 140,162, 0, 0,140,163, 0, 4,140,184, 0, 8,140,185, 0, 12,
/* 0x1d30 */ 172,130, 0, 0,172,131, 0, 4,172,152, 0, 8,172,153, 0, 12,
/* 0x1d40 */ 37, 41,255,252, 36,165, 0, 16, 21, 32,255,245, 36,132, 0, 16,
/* 0x1d50 */ 3,224, 0, 8, 0, 0, 0, 0, 36, 2,255,255, 39,189,255,232,
/* 0x1d60 */ 175,162, 0, 16,175,160, 0, 20, 36, 6, 0, 3, 36, 2, 15,250,
/* 0x1d70 */ 0, 0, 0, 12, 16,224, 0, 2, 0, 0, 0, 0, 0, 0, 0, 13,
/* 0x1d80 */ 3,224, 0, 8, 39,189, 0, 24, 3,224, 56, 33, 4, 17, 0, 37,
/* 0x1d90 */ 0, 0, 0, 0, 0, 6, 40,128, 36, 7, 8, 2,175,165, 0, 64,
/* 0x1da0 */ 4, 17,255,237, 36, 4, 0, 0,175,162, 0, 60,143,165, 0, 52,
/* 0x1db0 */ 0, 64, 32, 33, 4, 17,255,216,135,169, 0, 48,143,165, 0, 24,
/* 0x1dc0 */ 143,169, 0, 28, 48,163, 0, 3, 0,163, 40, 35, 1, 35, 72, 33,
/* 0x1dd0 */ 0,131, 24, 33,175,163, 0, 24, 33, 41, 0, 3, 4, 17,255,206,
/* 0x1de0 */ 0, 9, 72,130, 0,128, 48, 33,135,169, 0, 50,143,165, 0, 40,
/* 0x1df0 */ 4, 17,255,201,175,164, 0, 40,143,165, 0, 20, 4, 17,255,188,
/* 0x1e00 */ 175,164, 0, 20, 0,128, 40, 33, 0,192, 32, 33, 36, 6, 0, 0,
/* 0x1e10 */ 36, 2, 16, 51, 0, 0, 0, 12,143,185, 0, 20, 3, 32, 0, 8,
/* 0x1e20 */ 0, 0, 0, 0,140,231,255,248, 0, 7, 60, 0, 0, 7, 60, 2,
/* 0x1e30 */ 36,231,255,255, 3,224, 0, 8, 0,199, 48, 33,102,105,108,101,
/* 0x1e40 */ 32,102,111,114,109, 97,116, 32,101,108,102, 51, 50, 45, 98,105,
/* 0x1e50 */ 103,109,105,112,115, 10, 10, 83,101, 99,116,105,111,110,115, 58,
/* 0x1e60 */ 10, 73,100,120, 32, 78, 97,109,101, 32, 32, 32, 32, 32, 32, 32,
/* 0x1e70 */ 32, 32, 32, 83,105,122,101, 32, 32, 32, 32, 32, 32, 86, 77, 65,
/* 0x1e80 */ 32, 32, 32, 32, 32, 32, 32, 76, 77, 65, 32, 32, 32, 32, 32, 32,
/* 0x1e90 */ 32, 70,105,108,101, 32,111,102,102, 32, 32, 65,108,103,110, 32,
/* 0x1ea0 */ 32, 70,108, 97,103,115, 10, 32, 32, 48, 32, 69, 76, 70, 77, 65,
/* 0x1eb0 */ 73, 78, 88, 32, 32, 32, 32, 32, 32, 48, 99, 52, 32, 32, 48, 32,
/* 0x1ec0 */ 32, 48, 32, 32, 48, 51, 52, 32, 32, 50, 42, 42, 48, 32, 32, 67,
/* 0x1ed0 */ 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 49, 32, 78, 82, 86, 50,
/* 0x1ee0 */ 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 48, 49, 53, 52, 32, 32,
/* 0x1ef0 */ 48, 32, 32, 48, 32, 32, 48,102, 56, 32, 32, 50, 42, 42, 48, 32,
/* 0x1f00 */ 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 50, 32, 78, 82,
/* 0x1f10 */ 86, 50, 68, 32, 32, 32, 32, 32, 32, 32, 32, 32, 48, 49, 52, 52,
/* 0x1f20 */ 32, 32, 48, 32, 32, 48, 32, 32, 48, 50, 52, 99, 32, 32, 50, 42,
/* 0x1f30 */ 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 51,
/* 0x1f40 */ 32, 78, 82, 86, 50, 66, 32, 32, 32, 32, 32, 32, 32, 32, 32, 48,
/* 0x1f50 */ 49, 50, 56, 32, 32, 48, 32, 32, 48, 32, 32, 48, 51, 57, 48, 32,
/* 0x1f60 */ 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10,
/* 0x1f70 */ 32, 32, 52, 32, 76, 90, 77, 65, 95, 69, 76, 70, 48, 48, 32, 32,
/* 0x1f80 */ 32, 32, 48, 57, 99, 32, 32, 48, 32, 32, 48, 32, 32, 48, 52, 98,
/* 0x1f90 */ 56, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84,
/* 0x1fa0 */ 83, 10, 32, 32, 53, 32, 76, 90, 77, 65, 95, 68, 69, 67, 50, 48,
/* 0x1fb0 */ 32, 32, 32, 32, 48, 97,100, 56, 32, 32, 48, 32, 32, 48, 32, 32,
/* 0x1fc0 */ 48, 53, 53, 52, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84,
/* 0x1fd0 */ 69, 78, 84, 83, 10, 32, 32, 54, 32, 76, 90, 77, 65, 95, 68, 69,
/* 0x1fe0 */ 67, 49, 48, 32, 32, 32, 32, 48, 97,100, 56, 32, 32, 48, 32, 32,
/* 0x1ff0 */ 48, 32, 32, 48, 49, 48, 50, 99, 32, 32, 50, 42, 42, 48, 32, 32,
/* 0x2000 */ 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 55, 32, 76, 90, 77,
/* 0x2010 */ 65, 95, 68, 69, 67, 51, 48, 32, 32, 32, 32, 48, 52, 32, 32, 48,
/* 0x2020 */ 32, 32, 48, 32, 32, 48, 49, 98, 48, 52, 32, 32, 50, 42, 42, 48,
/* 0x2030 */ 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 56, 32, 78,
/* 0x2040 */ 82, 86, 95, 72, 69, 65, 68, 32, 32, 32, 32, 32, 32, 48, 49, 48,
/* 0x2050 */ 32, 32, 48, 32, 32, 48, 32, 32, 48, 49, 98, 48, 56, 32, 32, 50,
/* 0x2060 */ 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32,
/* 0x2070 */ 57, 32, 78, 82, 86, 95, 84, 65, 73, 76, 32, 32, 32, 32, 32, 32,
/* 0x2080 */ 48, 49, 48, 32, 32, 48, 32, 32, 48, 32, 32, 48, 49, 98, 49, 56,
/* 0x2090 */ 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83,
/* 0x20a0 */ 10, 32, 49, 48, 32, 67, 70, 76, 85, 83, 72, 32, 32, 32, 32, 32,
/* 0x20b0 */ 32, 32, 32, 48, 50, 52, 32, 32, 48, 32, 32, 48, 32, 32, 48, 49,
/* 0x20c0 */ 98, 50, 56, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69,
/* 0x20d0 */ 78, 84, 83, 10, 32, 49, 49, 32, 69, 76, 70, 77, 65, 73, 78, 89,
/* 0x20e0 */ 32, 32, 32, 32, 32, 32, 48, 32, 32, 48, 32, 32, 48, 32, 32, 48,
/* 0x20f0 */ 49, 98, 52, 99, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84,
/* 0x2100 */ 69, 78, 84, 83, 10, 32, 49, 50, 32, 69, 76, 70, 77, 65, 73, 78,
/* 0x2110 */ 90, 32, 32, 32, 32, 32, 32, 48, 50,102, 48, 32, 32, 48, 32, 32,
/* 0x2120 */ 48, 32, 32, 48, 49, 98, 52, 99, 32, 32, 50, 42, 42, 48, 32, 32,
/* 0x2130 */ 67, 79, 78, 84, 69, 78, 84, 83, 10, 83, 89, 77, 66, 79, 76, 32,
/* 0x2140 */ 84, 65, 66, 76, 69, 58, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,
/* 0x2150 */ 108, 32, 32, 32, 32,100, 32, 32, 78, 82, 86, 95, 84, 65, 73, 76,
/* 0x2160 */ 32, 48, 32, 78, 82, 86, 95, 84, 65, 73, 76, 10, 48, 48, 48, 48,
/* 0x2170 */ 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 69, 76, 70,
/* 0x2180 */ 77, 65, 73, 78, 90, 32, 48, 32, 69, 76, 70, 77, 65, 73, 78, 90,
/* 0x2190 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100,
/* 0x21a0 */ 32, 32, 69, 76, 70, 77, 65, 73, 78, 88, 32, 48, 32, 69, 76, 70,
/* 0x21b0 */ 77, 65, 73, 78, 88, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108,
/* 0x21c0 */ 32, 32, 32, 32,100, 32, 32, 78, 82, 86, 50, 69, 32, 48, 32, 78,
/* 0x21d0 */ 82, 86, 50, 69, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32,
/* 0x21e0 */ 32, 32, 32,100, 32, 32, 78, 82, 86, 50, 68, 32, 48, 32, 78, 82,
/* 0x21f0 */ 86, 50, 68, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32,
/* 0x2200 */ 32, 32,100, 32, 32, 78, 82, 86, 50, 66, 32, 48, 32, 78, 82, 86,
/* 0x2210 */ 50, 66, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32,
/* 0x2220 */ 32,100, 32, 32, 76, 90, 77, 65, 95, 69, 76, 70, 48, 48, 32, 48,
/* 0x2230 */ 32, 76, 90, 77, 65, 95, 69, 76, 70, 48, 48, 10, 48, 48, 48, 48,
/* 0x2240 */ 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 76, 90, 77,
/* 0x2250 */ 65, 95, 68, 69, 67, 50, 48, 32, 48, 32, 76, 90, 77, 65, 95, 68,
/* 0x2260 */ 69, 67, 50, 48, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32,
/* 0x2270 */ 32, 32, 32,100, 32, 32, 76, 90, 77, 65, 95, 68, 69, 67, 49, 48,
/* 0x2280 */ 32, 48, 32, 76, 90, 77, 65, 95, 68, 69, 67, 49, 48, 10, 48, 48,
/* 0x2290 */ 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 76,
/* 0x22a0 */ 90, 77, 65, 95, 68, 69, 67, 51, 48, 32, 48, 32, 76, 90, 77, 65,
/* 0x22b0 */ 95, 68, 69, 67, 51, 48, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,
/* 0x22c0 */ 108, 32, 32, 32, 32,100, 32, 32, 78, 82, 86, 95, 72, 69, 65, 68,
/* 0x22d0 */ 32, 48, 32, 78, 82, 86, 95, 72, 69, 65, 68, 10, 48, 48, 48, 48,
/* 0x22e0 */ 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 67, 70, 76,
/* 0x22f0 */ 85, 83, 72, 32, 48, 32, 67, 70, 76, 85, 83, 72, 10, 48, 48, 48,
/* 0x2300 */ 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 69, 76,
/* 0x2310 */ 70, 77, 65, 73, 78, 89, 32, 48, 32, 69, 76, 70, 77, 65, 73, 78,
/* 0x2320 */ 89, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,103, 32, 32, 32, 32,
/* 0x2330 */ 32, 79, 32, 69, 76, 70, 77, 65, 73, 78, 88, 32, 48, 32, 95,115,
/* 0x2340 */ 116, 97,114,116, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,103, 32,
/* 0x2350 */ 32, 32, 32, 32, 79, 32, 69, 76, 70, 77, 65, 73, 78, 89, 32, 48,
/* 0x2360 */ 32,101,110,100, 95,100,101, 99,111,109,112,114,101,115,115, 10,
/* 0x2370 */ 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79,
/* 0x2380 */ 82, 68, 83, 32, 70, 79, 82, 32, 91, 69, 76, 70, 77, 65, 73, 78,
/* 0x2390 */ 88, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32, 32, 84, 89, 80,
/* 0x23a0 */ 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86,
/* 0x23b0 */ 65, 76, 85, 69, 10, 48, 48, 48, 48, 48, 48, 49, 56, 32, 82, 95,
/* 0x23c0 */ 77, 73, 80, 83, 95, 76, 79, 49, 54, 32, 32, 32, 32, 32, 32, 32,
/* 0x23d0 */ 95,115,116, 97,114,116, 10, 48, 48, 48, 48, 48, 48, 50, 48, 32,
/* 0x23e0 */ 82, 95, 77, 73, 80, 83, 95, 76, 79, 49, 54, 32, 32, 32, 32, 32,
/* 0x23f0 */ 32, 32, 69, 76, 70, 77, 65, 73, 78, 90, 10, 10, 82, 69, 76, 79,
/* 0x2400 */ 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79, 82, 68, 83, 32, 70,
/* 0x2410 */ 79, 82, 32, 91, 78, 82, 86, 50, 69, 93, 58, 10, 79, 70, 70, 83,
/* 0x2420 */ 69, 84, 32, 32, 32, 84, 89, 80, 69, 32, 32, 32, 32, 32, 32, 32,
/* 0x2430 */ 32, 32, 32, 32, 32, 32, 32, 86, 65, 76, 85, 69, 10, 48, 48, 48,
/* 0x2440 */ 48, 48, 48, 55, 99, 32, 82, 95, 77, 73, 80, 83, 95, 80, 67, 49,
/* 0x2450 */ 54, 32, 32, 32, 32, 32, 32, 32, 78, 82, 86, 95, 84, 65, 73, 76,
/* 0x2460 */ 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32, 82, 69, 67,
/* 0x2470 */ 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 78, 82, 86, 50, 68, 93,
/* 0x2480 */ 58, 10, 79, 70, 70, 83, 69, 84, 32, 32, 32, 84, 89, 80, 69, 32,
/* 0x2490 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86, 65, 76,
/* 0x24a0 */ 85, 69, 10, 48, 48, 48, 48, 48, 48, 55, 99, 32, 82, 95, 77, 73,
/* 0x24b0 */ 80, 83, 95, 80, 67, 49, 54, 32, 32, 32, 32, 32, 32, 32, 78, 82,
/* 0x24c0 */ 86, 95, 84, 65, 73, 76, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73,
/* 0x24d0 */ 79, 78, 32, 82, 69, 67, 79, 82, 68, 83, 32, 70, 79, 82, 32, 91,
/* 0x24e0 */ 78, 82, 86, 50, 66, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32,
/* 0x24f0 */ 32, 84, 89, 80, 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x2500 */ 32, 32, 32, 86, 65, 76, 85, 69, 10, 48, 48, 48, 48, 48, 48, 54,
/* 0x2510 */ 52, 32, 82, 95, 77, 73, 80, 83, 95, 80, 67, 49, 54, 32, 32, 32,
/* 0x2520 */ 32, 32, 32, 32, 78, 82, 86, 95, 84, 65, 73, 76, 10
/* 0x0020 */ 0, 0, 0, 72, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0030 */ 0, 3, 0, 2, 0, 46,115,104,115,116,114,116, 97, 98, 0, 46,
/* 0x0040 */ 116,101,120,116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0050 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0060 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0070 */ 0, 0, 0, 11, 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, 0, 0,
/* 0x0080 */ 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0090 */ 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 3,
/* 0x00a0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 17,
/* 0x00b0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0,
/* 0x00c0 */ 102,105,108,101, 32,102,111,114,109, 97,116, 32,101,108,102, 51,
/* 0x00d0 */ 50, 45, 98,105,103,109,105,112,115, 10, 10, 83,101, 99,116,105,
/* 0x00e0 */ 111,110,115, 58, 10, 73,100,120, 32, 78, 97,109,101, 32, 32, 32,
/* 0x00f0 */ 32, 32, 32, 32, 32, 32, 32, 83,105,122,101, 32, 32, 32, 32, 32,
/* 0x0100 */ 32, 86, 77, 65, 32, 32, 32, 32, 32, 32, 32, 76, 77, 65, 32, 32,
/* 0x0110 */ 32, 32, 32, 32, 32, 70,105,108,101, 32,111,102,102, 32, 32, 65,
/* 0x0120 */ 108,103,110, 32, 32, 70,108, 97,103,115, 10, 32, 32, 48, 32, 46,
/* 0x0130 */ 116,101,120,116, 32, 32, 32, 32, 32, 32, 32, 32, 32, 48, 32, 32,
/* 0x0140 */ 48, 32, 32, 48, 32, 32, 48, 51, 52, 32, 32, 50, 42, 42, 50, 32,
/* 0x0150 */ 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 83, 89, 77, 66, 79, 76,
/* 0x0160 */ 32, 84, 65, 66, 76, 69, 58, 10,110,111, 32,115,121,109, 98,111,
/* 0x0170 */ 108,115, 10
};
+128 -564
View File
@@ -1,5 +1,5 @@
/* mipsel.r3000-linux.elf-entry.h
created from mipsel.r3000-linux.elf-entry.bin, 8967 (0x2307) bytes
created from mipsel.r3000-linux.elf-entry.bin, 1989 (0x7c5) bytes
This file is part of the UPX executable compressor.
@@ -32,570 +32,134 @@
/* clang-format off */
#define STUB_MIPSEL_R3000_LINUX_ELF_ENTRY_SIZE 8967
#define STUB_MIPSEL_R3000_LINUX_ELF_ENTRY_ADLER32 0x2b3a7a18
#define STUB_MIPSEL_R3000_LINUX_ELF_ENTRY_CRC32 0x2855114e
#define STUB_MIPSEL_R3000_LINUX_ELF_ENTRY_SIZE 1989
#define STUB_MIPSEL_R3000_LINUX_ELF_ENTRY_ADLER32 0xca678191
#define STUB_MIPSEL_R3000_LINUX_ELF_ENTRY_CRC32 0x99d80785
unsigned char stub_mipsel_r3000_linux_elf_entry[8967] = {
unsigned char stub_mipsel_r3000_linux_elf_entry[1989] = {
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0010 */ 1, 0, 8, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0020 */ 20, 28, 0, 0, 1, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
/* 0x0030 */ 0, 0, 0, 0, 60, 0, 17, 4, 0, 0,254, 39, 0,128, 13, 60,
/* 0x0040 */ 33, 72,160, 1, 1, 0, 11, 36, 67, 0, 17, 4, 1, 0, 15, 36,
/* 0x0050 */ 5, 0,192, 17, 0, 0,142,144, 1, 0,132, 36, 1, 0,198, 36,
/* 0x0060 */ 249,255, 0, 16,255,255,206,160, 59, 0, 17, 4, 64,120, 15, 0,
/* 0x0070 */ 57, 0, 17, 4, 33,120,238, 1, 5, 0,192, 21,254,255,238, 37,
/* 0x0080 */ 53, 0, 17, 4, 33,120,238, 1,247,255, 0, 16, 33,120,238, 1,
/* 0x0090 */ 5, 0,192, 21,253,255,239, 37, 47, 0, 17, 4, 33,120, 96, 1,
/* 0x00a0 */ 11, 0, 0, 16, 1, 0,204, 49, 0, 0,142,144, 0,122, 15, 0,
/* 0x00b0 */ 33,120,238, 1, 1, 0,238, 37,255,255,192, 17, 1, 0,132, 36,
/* 0x00c0 */ 66,120, 15, 0, 1, 0,239, 37, 33, 88,224, 1, 1, 0,204, 49,
/* 0x00d0 */ 33, 0, 17, 4, 0, 0, 0, 0, 12, 0,128, 21,254,255,204, 37,
/* 0x00e0 */ 5, 0,192, 17, 1, 0, 12, 36, 27, 0, 17, 4, 0, 0, 0, 0,
/* 0x00f0 */ 6, 0, 0, 16, 33, 96,192, 1, 23, 0, 17, 4, 64, 96, 12, 0,
/* 0x0100 */ 21, 0, 17, 4, 33, 96,142, 1,251,255,192, 17, 1, 5,238, 45,
/* 0x0110 */ 5, 0,140, 37, 35, 96,142, 1, 35,120,207, 0, 0, 0,238,145,
/* 0x0120 */ 255,255,140, 37, 1, 0,239, 37, 1, 0,198, 36,251,255,128, 21,
/* 0x0130 */ 255,255,206,160,196,255, 0, 16, 0, 0, 0, 0, 0, 0,137,152,
/* 0x0140 */ 3, 0,137,136, 4, 0,132, 36,194,119, 9, 0, 64, 72, 9, 0,
/* 0x0150 */ 8, 0,224, 3, 1, 0, 41, 37,248,255,169, 17,194,119, 9, 0,
/* 0x0160 */ 8, 0,224, 3, 64, 72, 9, 0, 0,128, 13, 60, 33, 72,160, 1,
/* 0x0170 */ 1, 0, 11, 36, 63, 0, 17, 4, 1, 0, 15, 36, 5, 0,192, 17,
/* 0x0180 */ 0, 0,142,144, 1, 0,132, 36, 1, 0,198, 36,249,255, 0, 16,
/* 0x0190 */ 255,255,206,160, 55, 0, 17, 4, 64,120, 15, 0, 53, 0, 17, 4,
/* 0x01a0 */ 33,120,238, 1, 5, 0,192, 21,254,255,238, 37, 49, 0, 17, 4,
/* 0x01b0 */ 33,120,207, 1,247,255, 0, 16, 33,120,238, 1, 5, 0,192, 21,
/* 0x01c0 */ 253,255,239, 37, 43, 0, 17, 4, 33,120, 96, 1, 11, 0, 0, 16,
/* 0x01d0 */ 1, 0,204, 49, 0, 0,142,144, 0,122, 15, 0, 33,120,238, 1,
/* 0x01e0 */ 1, 0,238, 37,255,255,192, 17, 1, 0,132, 36, 66,120, 15, 0,
/* 0x01f0 */ 1, 0,239, 37, 33, 88,224, 1, 1, 0,204, 49, 29, 0, 17, 4,
/* 0x0200 */ 64, 96, 12, 0, 33, 96,142, 1, 7, 0,128, 21,254,255,140, 37,
/* 0x0210 */ 1, 0, 12, 36, 23, 0, 17, 4, 64, 96, 12, 0, 21, 0, 17, 4,
/* 0x0220 */ 33, 96,142, 1,251,255,192, 17, 1, 5,238, 45, 4, 0,140, 37,
/* 0x0230 */ 35, 96,142, 1, 35,120,207, 0, 0, 0,238,145,255,255,140, 37,
/* 0x0240 */ 1, 0,239, 37, 1, 0,198, 36,251,255,128, 21,255,255,206,160,
/* 0x0250 */ 200,255, 0, 16, 0, 0, 0, 0, 0, 0,137,152, 3, 0,137,136,
/* 0x0260 */ 4, 0,132, 36,194,119, 9, 0, 64, 72, 9, 0, 8, 0,224, 3,
/* 0x0270 */ 1, 0, 41, 37,248,255,169, 17,194,119, 9, 0, 8, 0,224, 3,
/* 0x0280 */ 64, 72, 9, 0, 0,128, 13, 60, 33, 72,160, 1, 1, 0, 11, 36,
/* 0x0290 */ 56, 0, 17, 4, 1, 0, 15, 36, 5, 0,192, 17, 0, 0,142,144,
/* 0x02a0 */ 1, 0,132, 36, 1, 0,198, 36,249,255, 0, 16,255,255,206,160,
/* 0x02b0 */ 48, 0, 17, 4, 64,120, 15, 0, 46, 0, 17, 4, 33,120,238, 1,
/* 0x02c0 */ 251,255,192, 17, 2, 0, 14, 36, 3, 0,238, 21,253,255,239, 37,
/* 0x02d0 */ 7, 0, 0, 16, 33,120, 96, 1, 0, 0,142,144, 0,122, 15, 0,
/* 0x02e0 */ 33,120,238, 1, 1, 0,239, 37,255,255,224, 17, 1, 0,132, 36,
/* 0x02f0 */ 32, 0, 17, 4, 33, 88,224, 1, 33, 96,192, 1, 29, 0, 17, 4,
/* 0x0300 */ 64, 96, 12, 0, 33, 96,142, 1, 7, 0,128, 21,254,255,140, 37,
/* 0x0310 */ 1, 0, 12, 36, 23, 0, 17, 4, 64, 96, 12, 0, 21, 0, 17, 4,
/* 0x0320 */ 33, 96,142, 1,251,255,192, 17, 1, 13,238, 45, 4, 0,140, 37,
/* 0x0330 */ 35, 96,142, 1, 35,120,207, 0, 0, 0,238,145,255,255,140, 37,
/* 0x0340 */ 1, 0,239, 37, 1, 0,198, 36,251,255,128, 21,255,255,206,160,
/* 0x0350 */ 207,255, 0, 16, 0, 0, 0, 0, 0, 0,137,152, 3, 0,137,136,
/* 0x0360 */ 4, 0,132, 36,194,119, 9, 0, 64, 72, 9, 0, 8, 0,224, 3,
/* 0x0370 */ 1, 0, 41, 37,248,255,169, 17,194,119, 9, 0, 8, 0,224, 3,
/* 0x0380 */ 64, 72, 9, 0, 0, 0,153,144, 0,250, 1, 36, 1, 0,152,144,
/* 0x0390 */ 7, 0, 34, 51,194,200, 25, 0, 4, 8, 33, 3, 96,241, 33, 36,
/* 0x03a0 */ 33,232,161, 3, 40, 0,161,175, 32, 0,170, 39, 44, 0,191,175,
/* 0x03b0 */ 0, 0,233,140, 36, 0,166,175, 33, 64,192, 0, 28, 0,167, 39,
/* 0x03c0 */ 254,255,166, 36, 2, 0,133, 36, 48, 0,164, 39, 2, 0,130,160,
/* 0x03d0 */ 15, 0, 1, 51, 0, 0,129,160, 2,193, 24, 0, 16, 0, 17, 4,
/* 0x03e0 */ 1, 0,152,160, 28, 0,162,175, 36, 0,164,143, 32, 0,165,143,
/* 0x03f0 */ 3, 0, 6, 36, 51, 16, 2, 36, 12, 0, 0, 0, 28, 0,162,143,
/* 0x0400 */ 40, 0,161,143, 44, 0,191,143, 35, 8,161, 3, 4, 0,189, 39,
/* 0x0410 */ 254,255,161, 23,252,255,160,175, 8, 0,224, 3, 0, 0, 0, 0,
/* 0x0420 */ 200,255,189, 39, 52, 0,183,175, 48, 0,182,175, 44, 0,181,175,
/* 0x0430 */ 40, 0,180,175, 36, 0,179,175, 32, 0,178,175, 28, 0,177,175,
/* 0x0440 */ 24, 0,176,175, 33,168,160, 0, 12, 0,167,175, 33,152, 0, 1,
/* 0x0450 */ 16, 0,169,175, 20, 0,170,175, 4, 0,144, 36, 2, 0,130,144,
/* 0x0460 */ 1, 0, 3, 36, 4, 16, 67, 0,255,255, 66, 36, 8, 0,162,175,
/* 0x0470 */ 1, 0,130,144, 0, 0, 0, 0, 4, 16, 67, 0,255,255, 66, 36,
/* 0x0480 */ 4, 0,162,175, 0, 0,150,144, 0, 0,224,172, 0, 0, 64,173,
/* 0x0490 */ 1, 0,132,144, 0, 0, 0, 0, 33, 32,196, 2, 0, 3, 2, 36,
/* 0x04a0 */ 4, 32,130, 0, 54, 7,132, 36, 33, 16, 0, 2, 4, 0, 0, 16,
/* 0x04b0 */ 33, 88, 0, 0, 0, 4, 3, 36,254,255, 67,164, 1, 0,107, 37,
/* 0x04c0 */ 252,255,100, 21, 2, 0, 66, 36, 33, 56,166, 2, 33,104,160, 2,
/* 0x04d0 */ 33,192, 0, 0, 33, 32, 0, 0, 35, 16,245, 0,123, 2,130, 16,
/* 0x04e0 */ 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0,
/* 0x04f0 */ 1, 0,132, 36, 5, 0, 2, 36,247,255,130, 20, 1, 0,173, 37,
/* 0x0500 */ 33, 80, 0, 0, 33,112, 0, 0, 33,144, 0, 0, 1, 0, 17, 36,
/* 0x0510 */ 1, 0, 20, 36, 1, 0, 23, 36, 0, 0,183,175, 87, 2, 0, 16,
/* 0x0520 */ 255,255, 15, 36,255,255, 70, 52, 43, 16,207, 0, 8, 0, 64, 20,
/* 0x0530 */ 0, 0, 0, 0,101, 2,167, 17, 0,122, 15, 0, 0, 26, 24, 0,
/* 0x0540 */ 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37,
/* 0x0550 */ 8, 0,163,143, 0, 0, 0, 0, 36, 40, 67, 1, 0,201, 18, 0,
/* 0x0560 */ 33, 16,185, 0, 64, 16, 2, 0, 33, 88, 2, 2, 0, 0, 99,149,
/* 0x0570 */ 194, 18, 15, 0, 24, 0, 67, 0, 18, 96, 0, 0, 43, 16, 12, 3,
/* 0x0580 */ 125, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0,
/* 0x0590 */ 33, 16, 98, 0, 0, 0, 98,165, 4, 0,163,143, 0, 0, 0, 0,
/* 0x05a0 */ 36, 16, 67, 1, 4, 24,194, 2, 8, 0, 2, 36, 35, 16, 86, 0,
/* 0x05b0 */ 7, 16, 78, 0, 33, 16, 98, 0, 64, 26, 2, 0,192, 18, 2, 0,
/* 0x05c0 */ 35, 16, 67, 0, 33, 16, 2, 2,108, 14, 70, 36, 7, 0, 66, 42,
/* 0x05d0 */ 3, 0, 64, 16, 33,120,128, 1, 85, 0, 0, 16, 1, 0, 5, 36,
/* 0x05e0 */ 35, 16, 81, 1, 33, 16, 98, 2, 0, 0, 89,144, 1, 0, 5, 36,
/* 0x05f0 */ 255, 0, 2, 60,255,255, 66, 52, 43, 16, 79, 0, 8, 0, 64, 20,
/* 0x0600 */ 0, 0, 0, 0, 49, 2,167, 17, 0,122, 15, 0, 0, 26, 24, 0,
/* 0x0610 */ 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37,
/* 0x0620 */ 64,200, 25, 0, 0, 1, 44, 51, 64, 16, 12, 0, 33, 16,194, 0,
/* 0x0630 */ 64,112, 5, 0, 33, 88, 78, 0, 0, 2, 99,149,194, 18, 15, 0,
/* 0x0640 */ 24, 0, 67, 0, 18, 32, 0, 0, 43, 16, 4, 3, 9, 0, 64, 16,
/* 0x0650 */ 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0,
/* 0x0660 */ 0, 2, 98,165, 41, 0,128, 21, 33, 40,192, 1, 9, 0, 0, 16,
/* 0x0670 */ 33,120,128, 0, 35,120,228, 1, 35,192, 4, 3, 66, 17, 3, 0,
/* 0x0680 */ 35, 16, 98, 0, 0, 2, 98,165, 1, 0,162, 36, 40, 0,128, 17,
/* 0x0690 */ 33, 40,162, 0, 0, 1,162, 40, 37, 0, 64, 16,255, 0, 2, 60,
/* 0x06a0 */ 213,255, 0, 16,255,255, 66, 52,255,255, 66, 52, 43, 16, 79, 0,
/* 0x06b0 */ 9, 0, 64, 20, 64, 96, 5, 0, 4, 2,167, 17, 0,122, 15, 0,
/* 0x06c0 */ 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0,
/* 0x06d0 */ 1, 0,173, 37, 64, 96, 5, 0, 33, 88,204, 0, 0, 0, 99,149,
/* 0x06e0 */ 194, 18, 15, 0, 24, 0, 67, 0, 18, 32, 0, 0, 43, 16, 4, 3,
/* 0x06f0 */ 8, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0,
/* 0x0700 */ 33, 16, 98, 0, 0, 0, 98,165, 33, 40,128, 1, 8, 0, 0, 16,
/* 0x0710 */ 33,120,128, 0, 35,120,228, 1, 35,192, 4, 3, 66, 17, 3, 0,
/* 0x0720 */ 35, 16, 98, 0, 0, 0, 98,165, 1, 0,162, 36, 33, 40,162, 0,
/* 0x0730 */ 0, 1,162, 40,220,255, 64, 20,255, 0, 2, 60,255, 0,174, 48,
/* 0x0740 */ 33, 16,106, 2, 0, 0, 78,160, 4, 0, 66, 42, 3, 0, 64, 16,
/* 0x0750 */ 1, 0, 67, 37,200, 1, 0, 16, 33,144, 0, 0, 10, 0, 66, 42,
/* 0x0760 */ 3, 0, 64, 16, 0, 0, 0, 0,195, 1, 0, 16,253,255, 82, 38,
/* 0x0770 */ 193, 1, 0, 16,250,255, 82, 38, 35, 32,236, 1, 66, 17, 3, 0,
/* 0x0780 */ 35, 16, 98, 0, 0, 0, 98,165, 43, 16,196, 0, 8, 0, 64, 20,
/* 0x0790 */ 35,192, 12, 3,205, 1,167, 17, 0, 34, 4, 0, 0, 26, 24, 0,
/* 0x07a0 */ 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37,
/* 0x07b0 */ 64, 16, 18, 0, 33,112, 2, 2,128, 1,195,149,194, 18, 4, 0,
/* 0x07c0 */ 24, 0, 67, 0, 18, 96, 0, 0, 43, 16, 12, 3, 15, 0, 64, 16,
/* 0x07d0 */ 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0,
/* 0x07e0 */ 128, 1,194,165, 7, 0, 66, 42, 2, 0, 64, 20, 33,144, 0, 0,
/* 0x07f0 */ 3, 0, 18, 36,100, 6, 14, 38, 0, 0,183,175, 33,184,128, 2,
/* 0x0800 */ 33,160, 32, 2,144, 0, 0, 16, 33, 88,128, 1, 35, 88,140, 0,
/* 0x0810 */ 66, 17, 3, 0, 35, 16, 98, 0,128, 1,194,165, 43, 16,203, 0,
/* 0x0820 */ 8, 0, 64, 20, 35,192, 12, 3,168, 1,167, 17, 0, 90, 11, 0,
/* 0x0830 */ 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0,
/* 0x0840 */ 1, 0,173, 37,152, 1,195,149,194, 18, 11, 0, 24, 0, 67, 0,
/* 0x0850 */ 18, 32, 0, 0, 43, 16, 4, 3, 50, 0, 64, 16, 0, 8, 2, 36,
/* 0x0860 */ 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0,152, 1,194,165,
/* 0x0870 */ 0, 1, 2, 60, 43, 16,130, 0, 8, 0, 64, 16, 33, 88,128, 0,
/* 0x0880 */ 146, 1,167, 17, 0, 90, 4, 0, 0, 26, 24, 0, 0, 0,162,145,
/* 0x0890 */ 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37, 64, 16, 25, 0,
/* 0x08a0 */ 33, 24, 2, 2, 64, 16, 5, 0, 33, 32, 98, 0,224, 1,131,148,
/* 0x08b0 */ 194, 18, 11, 0, 24, 0, 67, 0, 18, 96, 0, 0, 43, 16, 12, 3,
/* 0x08c0 */ 18, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0,
/* 0x08d0 */ 33, 16, 98, 0,125, 1, 64, 17,224, 1,130,164, 7, 0, 66, 42,
/* 0x08e0 */ 2, 0, 64, 20, 9, 0, 18, 36, 11, 0, 18, 36, 35, 16, 81, 1,
/* 0x08f0 */ 33, 16, 98, 2, 0, 0, 78,144, 33, 16,106, 2, 0, 0, 78,160,
/* 0x0900 */ 1, 0, 67, 37, 92, 1, 0, 16, 33,120,128, 1, 35, 88,108, 1,
/* 0x0910 */ 35,192, 12, 3, 66, 17, 3, 0, 35, 16, 98, 0, 69, 0, 0, 16,
/* 0x0920 */ 224, 1,130,164, 35, 88,100, 1, 66, 17, 3, 0, 35, 16, 98, 0,
/* 0x0930 */ 152, 1,194,165, 43, 16,203, 0, 8, 0, 64, 20, 35,192, 4, 3,
/* 0x0940 */ 98, 1,167, 17, 0, 90, 11, 0, 0, 26, 24, 0, 0, 0,162,145,
/* 0x0950 */ 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37,176, 1,195,149,
/* 0x0960 */ 194, 18, 11, 0, 24, 0, 67, 0, 18, 32, 0, 0, 43, 16, 4, 3,
/* 0x0970 */ 7, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0,
/* 0x0980 */ 33, 16, 98, 0,176, 1,194,165, 28, 0, 0, 16, 33, 16,128, 2,
/* 0x0990 */ 35, 88,100, 1, 66, 17, 3, 0, 35, 16, 98, 0,176, 1,194,165,
/* 0x09a0 */ 43, 16,203, 0, 8, 0, 64, 20, 35,192, 4, 3, 71, 1,167, 17,
/* 0x09b0 */ 0, 90, 11, 0, 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0,
/* 0x09c0 */ 37,192, 98, 0, 1, 0,173, 37,200, 1,195,149,194, 18, 11, 0,
/* 0x09d0 */ 24, 0, 67, 0, 18, 32, 0, 0, 43, 16, 4, 3, 11, 0, 64, 16,
/* 0x09e0 */ 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0,
/* 0x09f0 */ 200, 1,194,165, 33, 16,224, 2, 33,184,128, 2, 33,160, 32, 2,
/* 0x0a00 */ 33,136, 64, 0, 11, 0, 0, 16, 33, 88,128, 0, 35, 88,100, 1,
/* 0x0a10 */ 35,192, 4, 3, 66, 17, 3, 0, 35, 16, 98, 0,200, 1,194,165,
/* 0x0a20 */ 0, 0,162,143, 0, 0,183,175, 33,184,128, 2, 33,160, 32, 2,
/* 0x0a30 */ 33,136, 64, 0, 7, 0, 66, 42, 2, 0, 64, 20, 8, 0, 18, 36,
/* 0x0a40 */ 11, 0, 18, 36,104, 10, 14, 38,255, 0, 2, 60,255,255, 76, 52,
/* 0x0a50 */ 43, 16,139, 1, 8, 0, 64, 20, 0, 0, 0, 0, 27, 1,167, 17,
/* 0x0a60 */ 0, 90, 11, 0, 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0,
/* 0x0a70 */ 37,192, 98, 0, 1, 0,173, 37, 0, 0,195,149,194, 18, 11, 0,
/* 0x0a80 */ 24, 0, 67, 0, 18, 32, 0, 0, 43, 16, 4, 3, 12, 0, 64, 16,
/* 0x0a90 */ 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0,
/* 0x0aa0 */ 0, 0,194,165, 0, 17, 5, 0, 33, 16,194, 1, 4, 0, 69, 36,
/* 0x0ab0 */ 33,120,128, 0, 3, 0, 8, 36, 41, 0, 0, 16, 33, 48, 0, 0,
/* 0x0ac0 */ 35, 88,100, 1, 66, 17, 3, 0, 35, 16, 98, 0, 0, 0,194,165,
/* 0x0ad0 */ 43, 16,139, 1, 8, 0, 64, 20, 35,192, 4, 3,251, 0,167, 17,
/* 0x0ae0 */ 0, 90, 11, 0, 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0,
/* 0x0af0 */ 37,192, 98, 0, 1, 0,173, 37, 2, 0,195,149,194, 18, 11, 0,
/* 0x0b00 */ 24, 0, 67, 0, 18, 32, 0, 0, 43, 16, 4, 3, 12, 0, 64, 16,
/* 0x0b10 */ 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0,
/* 0x0b20 */ 2, 0,194,165, 0, 17, 5, 0, 33, 16,194, 1, 4, 1, 69, 36,
/* 0x0b30 */ 33,120,128, 0, 3, 0, 8, 36, 9, 0, 0, 16, 8, 0, 6, 36,
/* 0x0b40 */ 35,120,100, 1, 35,192, 4, 3, 66, 17, 3, 0, 35, 16, 98, 0,
/* 0x0b50 */ 2, 0,194,165, 4, 2,197, 37, 8, 0, 8, 36, 16, 0, 6, 36,
/* 0x0b60 */ 33,112, 0, 1, 1, 0, 25, 36,255, 0, 2, 60,255,255, 66, 52,
/* 0x0b70 */ 43, 16, 79, 0, 9, 0, 64, 20, 64, 96, 25, 0,211, 0,167, 17,
/* 0x0b80 */ 0,122, 15, 0, 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0,
/* 0x0b90 */ 37,192, 98, 0, 1, 0,173, 37, 64, 96, 25, 0, 33, 88,172, 0,
/* 0x0ba0 */ 0, 0, 99,149,194, 18, 15, 0, 24, 0, 67, 0, 18, 32, 0, 0,
/* 0x0bb0 */ 43, 16, 4, 3, 8, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0,
/* 0x0bc0 */ 67, 17, 2, 0, 33, 16, 98, 0, 0, 0, 98,165, 33,200,128, 1,
/* 0x0bd0 */ 8, 0, 0, 16, 33,120,128, 0, 35,120,228, 1, 35,192, 4, 3,
/* 0x0be0 */ 66, 17, 3, 0, 35, 16, 98, 0, 0, 0, 98,165, 1, 0, 34, 39,
/* 0x0bf0 */ 33,200, 34, 3,255,255,206, 37,220,255,192, 21,255, 0, 2, 60,
/* 0x0c00 */ 1, 0, 2, 36, 4, 16, 2, 1, 35, 16, 34, 3, 33, 72, 70, 0,
/* 0x0c10 */ 4, 0, 66, 42,134, 0, 64, 16, 4, 0, 34, 41, 2, 0, 64, 20,
/* 0x0c20 */ 33, 24, 32, 1, 3, 0, 3, 36,192, 17, 3, 0, 33, 16, 2, 2,
/* 0x0c30 */ 96, 3, 70, 36, 1, 0, 14, 36, 6, 0, 25, 36,255, 0, 2, 60,
/* 0x0c40 */ 255,255, 66, 52, 43, 16, 79, 0, 9, 0, 64, 20, 64, 96, 14, 0,
/* 0x0c50 */ 158, 0,167, 17, 0,122, 15, 0, 0, 26, 24, 0, 0, 0,162,145,
/* 0x0c60 */ 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37, 64, 96, 14, 0,
/* 0x0c70 */ 33, 88,204, 0, 0, 0, 99,149,194, 18, 15, 0, 24, 0, 67, 0,
/* 0x0c80 */ 18, 32, 0, 0, 43, 16, 4, 3, 8, 0, 64, 16, 0, 8, 2, 36,
/* 0x0c90 */ 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0, 0, 0, 98,165,
/* 0x0ca0 */ 33,112,128, 1, 8, 0, 0, 16, 33,120,128, 0, 35,120,228, 1,
/* 0x0cb0 */ 35,192, 4, 3, 66, 17, 3, 0, 35, 16, 98, 0, 0, 0, 98,165,
/* 0x0cc0 */ 1, 0,194, 37, 33,112,194, 1,255,255, 57, 39,220,255, 32, 23,
/* 0x0cd0 */ 255, 0, 2, 60,192,255,195, 37, 4, 0, 98, 40, 80, 0, 64, 20,
/* 0x0ce0 */ 33,112, 96, 0, 67, 32, 3, 0, 1, 0, 98, 48, 2, 0, 75, 52,
/* 0x0cf0 */ 14, 0, 98, 40, 8, 0, 64, 16,255,255,153, 36, 4,112, 43, 3,
/* 0x0d00 */ 64, 16, 14, 0, 33, 32, 2, 2, 64, 16, 3, 0, 35, 16,130, 0,
/* 0x0d10 */ 26, 0, 0, 16, 94, 5, 72, 36,251,255,132, 36,255, 0, 2, 60,
/* 0x0d20 */ 255,255, 66, 52, 43, 16, 79, 0, 8, 0, 64, 20, 0, 0, 0, 0,
/* 0x0d30 */ 102, 0,167, 17, 0,122, 15, 0, 0, 26, 24, 0, 0, 0,162,145,
/* 0x0d40 */ 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37, 66,120, 15, 0,
/* 0x0d50 */ 43, 16, 15, 3, 3, 0, 64, 20, 64, 88, 11, 0, 35,192, 15, 3,
/* 0x0d60 */ 1, 0,107, 53,255,255,132, 36,237,255,128, 20,255, 0, 2, 60,
/* 0x0d70 */ 68, 6, 8, 38, 0,113, 11, 0, 4, 0, 25, 36, 1, 0, 6, 36,
/* 0x0d80 */ 1, 0, 5, 36,255, 0, 2, 60,255,255, 66, 52, 43, 16, 79, 0,
/* 0x0d90 */ 9, 0, 64, 20, 64, 96, 5, 0, 76, 0,167, 17, 0,122, 15, 0,
/* 0x0da0 */ 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0,
/* 0x0db0 */ 1, 0,173, 37, 64, 96, 5, 0, 33, 88, 12, 1, 0, 0, 99,149,
/* 0x0dc0 */ 194, 18, 15, 0, 24, 0, 67, 0, 18, 32, 0, 0, 43, 16, 4, 3,
/* 0x0dd0 */ 8, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0,
/* 0x0de0 */ 33, 16, 98, 0, 0, 0, 98,165, 33, 40,128, 1, 9, 0, 0, 16,
/* 0x0df0 */ 33,120,128, 0, 35,120,228, 1, 35,192, 4, 3, 66, 17, 3, 0,
/* 0x0e00 */ 35, 16, 98, 0, 0, 0, 98,165, 1, 0,162, 36, 33, 40,162, 0,
/* 0x0e10 */ 37,112,198, 1,255,255, 57, 39,218,255, 32, 23, 64, 48, 6, 0,
/* 0x0e20 */ 1, 0,209, 37, 26, 0, 32, 18,255, 0, 2, 60, 7, 0, 82, 38,
/* 0x0e30 */ 43, 16, 81, 1, 38, 0, 64, 20, 1, 0, 2, 36, 35, 16, 81, 1,
/* 0x0e40 */ 33, 88, 98, 2, 33, 32,106, 2, 33, 24, 64, 1, 0, 0,110,145,
/* 0x0e50 */ 1, 0, 99, 36, 33, 16, 73, 1, 2, 0, 66, 36, 6, 0, 98, 16,
/* 0x0e60 */ 0, 0,142,160, 1, 0,107, 37, 16, 0,162,143, 0, 0, 0, 0,
/* 0x0e70 */ 246,255, 98, 20, 1, 0,132, 36, 33, 80, 96, 0, 16, 0,163,143,
/* 0x0e80 */ 0, 0, 0, 0, 43, 16, 67, 1,166,253, 64, 20,255, 0, 2, 60,
/* 0x0e90 */ 255,255, 66, 52, 43, 16, 79, 0, 4, 0, 64, 20, 35, 40,181, 1,
/* 0x0ea0 */ 10, 0,167, 17, 1, 0,173, 37, 35, 40,181, 1, 12, 0,162,143,
/* 0x0eb0 */ 0, 0, 0, 0, 0, 0, 69,172, 20, 0,163,143, 0, 0, 0, 0,
/* 0x0ec0 */ 0, 0,106,172, 2, 0, 0, 16, 33, 16, 0, 0, 1, 0, 2, 36,
/* 0x0ed0 */ 52, 0,183,143, 48, 0,182,143, 44, 0,181,143, 40, 0,180,143,
/* 0x0ee0 */ 36, 0,179,143, 32, 0,178,143, 28, 0,177,143, 24, 0,176,143,
/* 0x0ef0 */ 8, 0,224, 3, 56, 0,189, 39,200,255,189, 39, 52, 0,183,175,
/* 0x0f00 */ 48, 0,182,175, 44, 0,181,175, 40, 0,180,175, 36, 0,179,175,
/* 0x0f10 */ 32, 0,178,175, 28, 0,177,175, 24, 0,176,175, 33,168,160, 0,
/* 0x0f20 */ 12, 0,167,175, 33,152, 0, 1, 16, 0,169,175, 20, 0,170,175,
/* 0x0f30 */ 4, 0,144, 36, 2, 0,130,144, 1, 0, 3, 36, 4, 16, 67, 0,
/* 0x0f40 */ 255,255, 66, 36, 8, 0,162,175, 1, 0,130,144, 0, 0, 0, 0,
/* 0x0f50 */ 4, 16, 67, 0,255,255, 66, 36, 4, 0,162,175, 0, 0,150,144,
/* 0x0f60 */ 0, 0,224,172, 0, 0, 64,173, 1, 0,132,144, 0, 0, 0, 0,
/* 0x0f70 */ 33, 32,196, 2, 0, 3, 2, 36, 4, 32,130, 0, 54, 7,132, 36,
/* 0x0f80 */ 33, 16, 0, 2, 4, 0, 0, 16, 33, 88, 0, 0, 0, 4, 3, 36,
/* 0x0f90 */ 254,255, 67,164, 1, 0,107, 37,252,255,100, 21, 2, 0, 66, 36,
/* 0x0fa0 */ 33, 56,166, 2, 33,104,160, 2, 33,192, 0, 0, 33, 32, 0, 0,
/* 0x0fb0 */ 35, 16,245, 0,123, 2,130, 16, 0, 26, 24, 0, 0, 0,162,145,
/* 0x0fc0 */ 0, 0, 0, 0, 37,192, 98, 0, 1, 0,132, 36, 5, 0, 2, 36,
/* 0x0fd0 */ 247,255,130, 20, 1, 0,173, 37, 33, 80, 0, 0, 33,112, 0, 0,
/* 0x0fe0 */ 33,144, 0, 0, 1, 0, 17, 36, 1, 0, 20, 36, 1, 0, 23, 36,
/* 0x0ff0 */ 0, 0,183,175, 87, 2, 0, 16,255,255, 15, 36,255,255, 70, 52,
/* 0x1000 */ 43, 16,207, 0, 8, 0, 64, 20, 0, 0, 0, 0,101, 2,167, 17,
/* 0x1010 */ 0,122, 15, 0, 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0,
/* 0x1020 */ 37,192, 98, 0, 1, 0,173, 37, 8, 0,163,143, 0, 0, 0, 0,
/* 0x1030 */ 36, 40, 67, 1, 0,201, 18, 0, 33, 16,185, 0, 64, 16, 2, 0,
/* 0x1040 */ 33, 88, 2, 2, 0, 0, 99,149,194, 18, 15, 0, 24, 0, 67, 0,
/* 0x1050 */ 18, 96, 0, 0, 43, 16, 12, 3,125, 0, 64, 16, 0, 8, 2, 36,
/* 0x1060 */ 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0, 0, 0, 98,165,
/* 0x1070 */ 4, 0,163,143, 0, 0, 0, 0, 36, 16, 67, 1, 4, 24,194, 2,
/* 0x1080 */ 8, 0, 2, 36, 35, 16, 86, 0, 7, 16, 78, 0, 33, 16, 98, 0,
/* 0x1090 */ 64, 26, 2, 0,192, 18, 2, 0, 35, 16, 67, 0, 33, 16, 2, 2,
/* 0x10a0 */ 108, 14, 70, 36, 7, 0, 66, 42, 3, 0, 64, 16, 33,120,128, 1,
/* 0x10b0 */ 85, 0, 0, 16, 1, 0, 5, 36, 35, 16, 81, 1, 33, 16, 98, 2,
/* 0x10c0 */ 0, 0, 89,144, 1, 0, 5, 36,255, 0, 2, 60,255,255, 66, 52,
/* 0x10d0 */ 43, 16, 79, 0, 8, 0, 64, 20, 0, 0, 0, 0, 49, 2,167, 17,
/* 0x10e0 */ 0,122, 15, 0, 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0,
/* 0x10f0 */ 37,192, 98, 0, 1, 0,173, 37, 64,200, 25, 0, 0, 1, 44, 51,
/* 0x1100 */ 64, 16, 12, 0, 33, 16,194, 0, 64,112, 5, 0, 33, 88, 78, 0,
/* 0x1110 */ 0, 2, 99,149,194, 18, 15, 0, 24, 0, 67, 0, 18, 32, 0, 0,
/* 0x1120 */ 43, 16, 4, 3, 9, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0,
/* 0x1130 */ 67, 17, 2, 0, 33, 16, 98, 0, 0, 2, 98,165, 41, 0,128, 21,
/* 0x1140 */ 33, 40,192, 1, 9, 0, 0, 16, 33,120,128, 0, 35,120,228, 1,
/* 0x1150 */ 35,192, 4, 3, 66, 17, 3, 0, 35, 16, 98, 0, 0, 2, 98,165,
/* 0x1160 */ 1, 0,162, 36, 40, 0,128, 17, 33, 40,162, 0, 0, 1,162, 40,
/* 0x1170 */ 37, 0, 64, 16,255, 0, 2, 60,213,255, 0, 16,255,255, 66, 52,
/* 0x1180 */ 255,255, 66, 52, 43, 16, 79, 0, 9, 0, 64, 20, 64, 96, 5, 0,
/* 0x1190 */ 4, 2,167, 17, 0,122, 15, 0, 0, 26, 24, 0, 0, 0,162,145,
/* 0x11a0 */ 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37, 64, 96, 5, 0,
/* 0x11b0 */ 33, 88,204, 0, 0, 0, 99,149,194, 18, 15, 0, 24, 0, 67, 0,
/* 0x11c0 */ 18, 32, 0, 0, 43, 16, 4, 3, 8, 0, 64, 16, 0, 8, 2, 36,
/* 0x11d0 */ 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0, 0, 0, 98,165,
/* 0x11e0 */ 33, 40,128, 1, 8, 0, 0, 16, 33,120,128, 0, 35,120,228, 1,
/* 0x11f0 */ 35,192, 4, 3, 66, 17, 3, 0, 35, 16, 98, 0, 0, 0, 98,165,
/* 0x1200 */ 1, 0,162, 36, 33, 40,162, 0, 0, 1,162, 40,220,255, 64, 20,
/* 0x1210 */ 255, 0, 2, 60,255, 0,174, 48, 33, 16,106, 2, 0, 0, 78,160,
/* 0x1220 */ 4, 0, 66, 42, 3, 0, 64, 16, 1, 0, 67, 37,200, 1, 0, 16,
/* 0x1230 */ 33,144, 0, 0, 10, 0, 66, 42, 3, 0, 64, 16, 0, 0, 0, 0,
/* 0x1240 */ 195, 1, 0, 16,253,255, 82, 38,193, 1, 0, 16,250,255, 82, 38,
/* 0x1250 */ 35, 32,236, 1, 66, 17, 3, 0, 35, 16, 98, 0, 0, 0, 98,165,
/* 0x1260 */ 43, 16,196, 0, 8, 0, 64, 20, 35,192, 12, 3,205, 1,167, 17,
/* 0x1270 */ 0, 34, 4, 0, 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0,
/* 0x1280 */ 37,192, 98, 0, 1, 0,173, 37, 64, 16, 18, 0, 33,112, 2, 2,
/* 0x1290 */ 128, 1,195,149,194, 18, 4, 0, 24, 0, 67, 0, 18, 96, 0, 0,
/* 0x12a0 */ 43, 16, 12, 3, 15, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0,
/* 0x12b0 */ 67, 17, 2, 0, 33, 16, 98, 0,128, 1,194,165, 7, 0, 66, 42,
/* 0x12c0 */ 2, 0, 64, 20, 33,144, 0, 0, 3, 0, 18, 36,100, 6, 14, 38,
/* 0x12d0 */ 0, 0,183,175, 33,184,128, 2, 33,160, 32, 2,144, 0, 0, 16,
/* 0x12e0 */ 33, 88,128, 1, 35, 88,140, 0, 66, 17, 3, 0, 35, 16, 98, 0,
/* 0x12f0 */ 128, 1,194,165, 43, 16,203, 0, 8, 0, 64, 20, 35,192, 12, 3,
/* 0x1300 */ 168, 1,167, 17, 0, 90, 11, 0, 0, 26, 24, 0, 0, 0,162,145,
/* 0x1310 */ 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37,152, 1,195,149,
/* 0x1320 */ 194, 18, 11, 0, 24, 0, 67, 0, 18, 32, 0, 0, 43, 16, 4, 3,
/* 0x1330 */ 50, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0,
/* 0x1340 */ 33, 16, 98, 0,152, 1,194,165, 0, 1, 2, 60, 43, 16,130, 0,
/* 0x1350 */ 8, 0, 64, 16, 33, 88,128, 0,146, 1,167, 17, 0, 90, 4, 0,
/* 0x1360 */ 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0,
/* 0x1370 */ 1, 0,173, 37, 64, 16, 25, 0, 33, 24, 2, 2, 64, 16, 5, 0,
/* 0x1380 */ 33, 32, 98, 0,224, 1,131,148,194, 18, 11, 0, 24, 0, 67, 0,
/* 0x1390 */ 18, 96, 0, 0, 43, 16, 12, 3, 18, 0, 64, 16, 0, 8, 2, 36,
/* 0x13a0 */ 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0,125, 1, 64, 17,
/* 0x13b0 */ 224, 1,130,164, 7, 0, 66, 42, 2, 0, 64, 20, 9, 0, 18, 36,
/* 0x13c0 */ 11, 0, 18, 36, 35, 16, 81, 1, 33, 16, 98, 2, 0, 0, 78,144,
/* 0x13d0 */ 33, 16,106, 2, 0, 0, 78,160, 1, 0, 67, 37, 92, 1, 0, 16,
/* 0x13e0 */ 33,120,128, 1, 35, 88,108, 1, 35,192, 12, 3, 66, 17, 3, 0,
/* 0x13f0 */ 35, 16, 98, 0, 69, 0, 0, 16,224, 1,130,164, 35, 88,100, 1,
/* 0x1400 */ 66, 17, 3, 0, 35, 16, 98, 0,152, 1,194,165, 43, 16,203, 0,
/* 0x1410 */ 8, 0, 64, 20, 35,192, 4, 3, 98, 1,167, 17, 0, 90, 11, 0,
/* 0x1420 */ 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0,
/* 0x1430 */ 1, 0,173, 37,176, 1,195,149,194, 18, 11, 0, 24, 0, 67, 0,
/* 0x1440 */ 18, 32, 0, 0, 43, 16, 4, 3, 7, 0, 64, 16, 0, 8, 2, 36,
/* 0x1450 */ 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0,176, 1,194,165,
/* 0x1460 */ 28, 0, 0, 16, 33, 16,128, 2, 35, 88,100, 1, 66, 17, 3, 0,
/* 0x1470 */ 35, 16, 98, 0,176, 1,194,165, 43, 16,203, 0, 8, 0, 64, 20,
/* 0x1480 */ 35,192, 4, 3, 71, 1,167, 17, 0, 90, 11, 0, 0, 26, 24, 0,
/* 0x1490 */ 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37,
/* 0x14a0 */ 200, 1,195,149,194, 18, 11, 0, 24, 0, 67, 0, 18, 32, 0, 0,
/* 0x14b0 */ 43, 16, 4, 3, 11, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0,
/* 0x14c0 */ 67, 17, 2, 0, 33, 16, 98, 0,200, 1,194,165, 33, 16,224, 2,
/* 0x14d0 */ 33,184,128, 2, 33,160, 32, 2, 33,136, 64, 0, 11, 0, 0, 16,
/* 0x14e0 */ 33, 88,128, 0, 35, 88,100, 1, 35,192, 4, 3, 66, 17, 3, 0,
/* 0x14f0 */ 35, 16, 98, 0,200, 1,194,165, 0, 0,162,143, 0, 0,183,175,
/* 0x1500 */ 33,184,128, 2, 33,160, 32, 2, 33,136, 64, 0, 7, 0, 66, 42,
/* 0x1510 */ 2, 0, 64, 20, 8, 0, 18, 36, 11, 0, 18, 36,104, 10, 14, 38,
/* 0x1520 */ 255, 0, 2, 60,255,255, 76, 52, 43, 16,139, 1, 8, 0, 64, 20,
/* 0x1530 */ 0, 0, 0, 0, 27, 1,167, 17, 0, 90, 11, 0, 0, 26, 24, 0,
/* 0x1540 */ 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37,
/* 0x1550 */ 0, 0,195,149,194, 18, 11, 0, 24, 0, 67, 0, 18, 32, 0, 0,
/* 0x1560 */ 43, 16, 4, 3, 12, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0,
/* 0x1570 */ 67, 17, 2, 0, 33, 16, 98, 0, 0, 0,194,165, 0, 17, 5, 0,
/* 0x1580 */ 33, 16,194, 1, 4, 0, 69, 36, 33,120,128, 0, 3, 0, 8, 36,
/* 0x1590 */ 41, 0, 0, 16, 33, 48, 0, 0, 35, 88,100, 1, 66, 17, 3, 0,
/* 0x15a0 */ 35, 16, 98, 0, 0, 0,194,165, 43, 16,139, 1, 8, 0, 64, 20,
/* 0x15b0 */ 35,192, 4, 3,251, 0,167, 17, 0, 90, 11, 0, 0, 26, 24, 0,
/* 0x15c0 */ 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37,
/* 0x15d0 */ 2, 0,195,149,194, 18, 11, 0, 24, 0, 67, 0, 18, 32, 0, 0,
/* 0x15e0 */ 43, 16, 4, 3, 12, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0,
/* 0x15f0 */ 67, 17, 2, 0, 33, 16, 98, 0, 2, 0,194,165, 0, 17, 5, 0,
/* 0x1600 */ 33, 16,194, 1, 4, 1, 69, 36, 33,120,128, 0, 3, 0, 8, 36,
/* 0x1610 */ 9, 0, 0, 16, 8, 0, 6, 36, 35,120,100, 1, 35,192, 4, 3,
/* 0x1620 */ 66, 17, 3, 0, 35, 16, 98, 0, 2, 0,194,165, 4, 2,197, 37,
/* 0x1630 */ 8, 0, 8, 36, 16, 0, 6, 36, 33,112, 0, 1, 1, 0, 25, 36,
/* 0x1640 */ 255, 0, 2, 60,255,255, 66, 52, 43, 16, 79, 0, 9, 0, 64, 20,
/* 0x1650 */ 64, 96, 25, 0,211, 0,167, 17, 0,122, 15, 0, 0, 26, 24, 0,
/* 0x1660 */ 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37,
/* 0x1670 */ 64, 96, 25, 0, 33, 88,172, 0, 0, 0, 99,149,194, 18, 15, 0,
/* 0x1680 */ 24, 0, 67, 0, 18, 32, 0, 0, 43, 16, 4, 3, 8, 0, 64, 16,
/* 0x1690 */ 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0,
/* 0x16a0 */ 0, 0, 98,165, 33,200,128, 1, 8, 0, 0, 16, 33,120,128, 0,
/* 0x16b0 */ 35,120,228, 1, 35,192, 4, 3, 66, 17, 3, 0, 35, 16, 98, 0,
/* 0x16c0 */ 0, 0, 98,165, 1, 0, 34, 39, 33,200, 34, 3,255,255,206, 37,
/* 0x16d0 */ 220,255,192, 21,255, 0, 2, 60, 1, 0, 2, 36, 4, 16, 2, 1,
/* 0x16e0 */ 35, 16, 34, 3, 33, 72, 70, 0, 4, 0, 66, 42,134, 0, 64, 16,
/* 0x16f0 */ 4, 0, 34, 41, 2, 0, 64, 20, 33, 24, 32, 1, 3, 0, 3, 36,
/* 0x1700 */ 192, 17, 3, 0, 33, 16, 2, 2, 96, 3, 70, 36, 1, 0, 14, 36,
/* 0x1710 */ 6, 0, 25, 36,255, 0, 2, 60,255,255, 66, 52, 43, 16, 79, 0,
/* 0x1720 */ 9, 0, 64, 20, 64, 96, 14, 0,158, 0,167, 17, 0,122, 15, 0,
/* 0x1730 */ 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0,
/* 0x1740 */ 1, 0,173, 37, 64, 96, 14, 0, 33, 88,204, 0, 0, 0, 99,149,
/* 0x1750 */ 194, 18, 15, 0, 24, 0, 67, 0, 18, 32, 0, 0, 43, 16, 4, 3,
/* 0x1760 */ 8, 0, 64, 16, 0, 8, 2, 36, 35, 16, 67, 0, 67, 17, 2, 0,
/* 0x1770 */ 33, 16, 98, 0, 0, 0, 98,165, 33,112,128, 1, 8, 0, 0, 16,
/* 0x1780 */ 33,120,128, 0, 35,120,228, 1, 35,192, 4, 3, 66, 17, 3, 0,
/* 0x1790 */ 35, 16, 98, 0, 0, 0, 98,165, 1, 0,194, 37, 33,112,194, 1,
/* 0x17a0 */ 255,255, 57, 39,220,255, 32, 23,255, 0, 2, 60,192,255,195, 37,
/* 0x17b0 */ 4, 0, 98, 40, 80, 0, 64, 20, 33,112, 96, 0, 67, 32, 3, 0,
/* 0x17c0 */ 1, 0, 98, 48, 2, 0, 75, 52, 14, 0, 98, 40, 8, 0, 64, 16,
/* 0x17d0 */ 255,255,153, 36, 4,112, 43, 3, 64, 16, 14, 0, 33, 32, 2, 2,
/* 0x17e0 */ 64, 16, 3, 0, 35, 16,130, 0, 26, 0, 0, 16, 94, 5, 72, 36,
/* 0x17f0 */ 251,255,132, 36,255, 0, 2, 60,255,255, 66, 52, 43, 16, 79, 0,
/* 0x1800 */ 8, 0, 64, 20, 0, 0, 0, 0,102, 0,167, 17, 0,122, 15, 0,
/* 0x1810 */ 0, 26, 24, 0, 0, 0,162,145, 0, 0, 0, 0, 37,192, 98, 0,
/* 0x1820 */ 1, 0,173, 37, 66,120, 15, 0, 43, 16, 15, 3, 3, 0, 64, 20,
/* 0x1830 */ 64, 88, 11, 0, 35,192, 15, 3, 1, 0,107, 53,255,255,132, 36,
/* 0x1840 */ 237,255,128, 20,255, 0, 2, 60, 68, 6, 8, 38, 0,113, 11, 0,
/* 0x1850 */ 4, 0, 25, 36, 1, 0, 6, 36, 1, 0, 5, 36,255, 0, 2, 60,
/* 0x1860 */ 255,255, 66, 52, 43, 16, 79, 0, 9, 0, 64, 20, 64, 96, 5, 0,
/* 0x1870 */ 76, 0,167, 17, 0,122, 15, 0, 0, 26, 24, 0, 0, 0,162,145,
/* 0x1880 */ 0, 0, 0, 0, 37,192, 98, 0, 1, 0,173, 37, 64, 96, 5, 0,
/* 0x1890 */ 33, 88, 12, 1, 0, 0, 99,149,194, 18, 15, 0, 24, 0, 67, 0,
/* 0x18a0 */ 18, 32, 0, 0, 43, 16, 4, 3, 8, 0, 64, 16, 0, 8, 2, 36,
/* 0x18b0 */ 35, 16, 67, 0, 67, 17, 2, 0, 33, 16, 98, 0, 0, 0, 98,165,
/* 0x18c0 */ 33, 40,128, 1, 9, 0, 0, 16, 33,120,128, 0, 35,120,228, 1,
/* 0x18d0 */ 35,192, 4, 3, 66, 17, 3, 0, 35, 16, 98, 0, 0, 0, 98,165,
/* 0x18e0 */ 1, 0,162, 36, 33, 40,162, 0, 37,112,198, 1,255,255, 57, 39,
/* 0x18f0 */ 218,255, 32, 23, 64, 48, 6, 0, 1, 0,209, 37, 26, 0, 32, 18,
/* 0x1900 */ 255, 0, 2, 60, 7, 0, 82, 38, 43, 16, 81, 1, 38, 0, 64, 20,
/* 0x1910 */ 1, 0, 2, 36, 35, 16, 81, 1, 33, 88, 98, 2, 33, 32,106, 2,
/* 0x1920 */ 33, 24, 64, 1, 0, 0,110,145, 1, 0, 99, 36, 33, 16, 73, 1,
/* 0x1930 */ 2, 0, 66, 36, 6, 0, 98, 16, 0, 0,142,160, 1, 0,107, 37,
/* 0x1940 */ 16, 0,162,143, 0, 0, 0, 0,246,255, 98, 20, 1, 0,132, 36,
/* 0x1950 */ 33, 80, 96, 0, 16, 0,163,143, 0, 0, 0, 0, 43, 16, 67, 1,
/* 0x1960 */ 166,253, 64, 20,255, 0, 2, 60,255,255, 66, 52, 43, 16, 79, 0,
/* 0x1970 */ 4, 0, 64, 20, 35, 40,181, 1, 10, 0,167, 17, 1, 0,173, 37,
/* 0x1980 */ 35, 40,181, 1, 12, 0,162,143, 0, 0, 0, 0, 0, 0, 69,172,
/* 0x1990 */ 20, 0,163,143, 0, 0, 0, 0, 0, 0,106,172, 2, 0, 0, 16,
/* 0x19a0 */ 33, 16, 0, 0, 1, 0, 2, 36, 52, 0,183,143, 48, 0,182,143,
/* 0x19b0 */ 44, 0,181,143, 40, 0,180,143, 36, 0,179,143, 32, 0,178,143,
/* 0x19c0 */ 28, 0,177,143, 24, 0,176,143, 8, 0,224, 3, 56, 0,189, 39,
/* 0x19d0 */ 13, 0, 0, 0,252,255,189, 39, 0, 0,191,175, 32, 40,164, 0,
/* 0x19e0 */ 0, 0,230,172, 0, 0,227,140, 35,192,133, 0, 0, 0,191,143,
/* 0x19f0 */ 0, 0,184,175, 33, 32, 96, 0, 35, 40,195, 0, 0, 0,229,172,
/* 0x1a00 */ 3, 0, 6, 36, 51, 16, 2, 36, 12, 0, 0, 0, 0, 0,162,143,
/* 0x1a10 */ 8, 0,224, 3, 4, 0,189, 39, 30, 0, 6, 36,255,255, 17, 4,
/* 0x1a20 */ 33, 40,224, 3, 80, 82, 79, 84, 95, 69, 88, 69, 67,124, 80, 82,
/* 0x1a30 */ 79, 84, 95, 87, 82, 73, 84, 69, 32,102, 97,105,108,101,100, 46,
/* 0x1a40 */ 10, 0, 2, 0, 4, 36,164, 15, 2, 36, 12, 0, 0, 0,127, 0,
/* 0x1a50 */ 4, 36,161, 15, 2, 36, 12, 0, 0, 0,224,255,189, 39, 16, 0,
/* 0x1a60 */ 188,175,244,255,209,143,244,255,213, 39,255,255, 8, 36, 0, 0,
/* 0x1a70 */ 147,142, 2, 8, 7, 36, 34,168,177, 2, 0, 0, 4, 36, 33, 40,
/* 0x1a80 */ 96, 2, 26, 0, 17, 4, 28, 0,165,175, 24, 0,162,175,252,255,
/* 0x1a90 */ 144,142,252,255, 1, 36, 36,128, 1, 2, 8, 0,136,130, 0, 0,
/* 0x1aa0 */ 179,175, 33, 56,160, 3, 33, 48, 64, 0, 4, 0,133,142, 9,248,
/* 0x1ab0 */ 192, 3, 12, 0,132, 38, 24, 0,164,143, 66, 26, 28, 0, 0, 0,
/* 0x1ac0 */ 130,140,255,255, 99, 48, 37, 16, 67, 0, 0, 0,130,172, 5, 0,
/* 0x1ad0 */ 6, 36, 28, 0,165,143, 29, 16, 2, 36, 12, 0, 0, 0, 24, 0,
/* 0x1ae0 */ 191,143, 16, 0,255, 35, 8, 0,224, 3, 33,128,176, 2, 0, 0,
/* 0x1af0 */ 9, 36, 3, 0, 6, 36,224,255,189, 39, 16, 0,168,175, 20, 0,
/* 0x1b00 */ 169,175,250, 15, 2, 36, 12, 0, 0, 0, 3, 0,224, 20, 0, 0,
/* 0x1b10 */ 0, 0, 8, 0,224, 3, 32, 0,189, 39, 13, 0, 0, 0, 0, 0,
/* 0x1b20 */ 131,140, 4, 0,132, 36,253,255, 96, 20, 33,176,128, 0, 8, 0,
/* 0x1b30 */ 224, 3, 6, 0, 8, 36,249,255, 17, 4, 33, 32,160, 3,247,255,
/* 0x1b40 */ 17, 4, 33, 32,192, 2, 0, 0,131,140, 8, 0,132, 36, 3, 0,
/* 0x1b50 */ 104, 16,252,255,130,140,251,255, 96, 20, 0, 16, 2, 36, 34,224,
/* 0x1b60 */ 2, 0,189,255, 17, 4, 4, 0,244, 39, 0, 0, 0, 0,102,105,
/* 0x1b70 */ 108,101, 32,102,111,114,109, 97,116, 32,101,108,102, 51, 50, 45,
/* 0x1b80 */ 108,105,116,116,108,101,109,105,112,115, 10, 10, 83,101, 99,116,
/* 0x1b90 */ 105,111,110,115, 58, 10, 73,100,120, 32, 78, 97,109,101, 32, 32,
/* 0x1ba0 */ 32, 32, 32, 32, 32, 32, 32, 32, 83,105,122,101, 32, 32, 32, 32,
/* 0x1bb0 */ 32, 32, 86, 77, 65, 32, 32, 32, 32, 32, 32, 32, 76, 77, 65, 32,
/* 0x1bc0 */ 32, 32, 32, 32, 32, 32, 70,105,108,101, 32,111,102,102, 32, 32,
/* 0x1bd0 */ 65,108,103,110, 32, 32, 70,108, 97,103,115, 10, 32, 32, 48, 32,
/* 0x1be0 */ 69, 76, 70, 77, 65, 73, 78, 88, 32, 32, 32, 32, 32, 32, 48, 56,
/* 0x1bf0 */ 32, 32, 48, 32, 32, 48, 32, 32, 48, 51, 52, 32, 32, 50, 42, 42,
/* 0x1c00 */ 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 49, 32,
/* 0x1c10 */ 78, 82, 86, 50, 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 48, 49,
/* 0x1c20 */ 50, 99, 32, 32, 48, 32, 32, 48, 32, 32, 48, 51, 99, 32, 32, 50,
/* 0x1c30 */ 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32,
/* 0x1c40 */ 50, 32, 78, 82, 86, 50, 68, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x1c50 */ 48, 49, 49, 99, 32, 32, 48, 32, 32, 48, 32, 32, 48, 49, 54, 56,
/* 0x1c60 */ 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83,
/* 0x1c70 */ 10, 32, 32, 51, 32, 78, 82, 86, 50, 66, 32, 32, 32, 32, 32, 32,
/* 0x1c80 */ 32, 32, 32, 48, 49, 48, 48, 32, 32, 48, 32, 32, 48, 32, 32, 48,
/* 0x1c90 */ 50, 56, 52, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69,
/* 0x1ca0 */ 78, 84, 83, 10, 32, 32, 52, 32, 76, 90, 77, 65, 95, 69, 76, 70,
/* 0x1cb0 */ 48, 48, 32, 32, 32, 32, 48, 57, 99, 32, 32, 48, 32, 32, 48, 32,
/* 0x1cc0 */ 32, 48, 51, 56, 52, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78,
/* 0x1cd0 */ 84, 69, 78, 84, 83, 10, 32, 32, 53, 32, 76, 90, 77, 65, 95, 68,
/* 0x1ce0 */ 69, 67, 50, 48, 32, 32, 32, 32, 48, 97,100, 56, 32, 32, 48, 32,
/* 0x1cf0 */ 32, 48, 32, 32, 48, 52, 50, 48, 32, 32, 50, 42, 42, 48, 32, 32,
/* 0x1d00 */ 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 54, 32, 76, 90, 77,
/* 0x1d10 */ 65, 95, 68, 69, 67, 49, 48, 32, 32, 32, 32, 48, 97,100, 56, 32,
/* 0x1d20 */ 32, 48, 32, 32, 48, 32, 32, 48,101,102, 56, 32, 32, 50, 42, 42,
/* 0x1d30 */ 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32, 55, 32,
/* 0x1d40 */ 76, 90, 77, 65, 95, 68, 69, 67, 51, 48, 32, 32, 32, 32, 48, 52,
/* 0x1d50 */ 32, 32, 48, 32, 32, 48, 32, 32, 48, 49, 57,100, 48, 32, 32, 50,
/* 0x1d60 */ 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 32,
/* 0x1d70 */ 56, 32, 78, 82, 86, 95, 72, 69, 65, 68, 32, 32, 32, 32, 32, 32,
/* 0x1d80 */ 48, 49, 48, 32, 32, 48, 32, 32, 48, 32, 32, 48, 49, 57,100, 52,
/* 0x1d90 */ 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83,
/* 0x1da0 */ 10, 32, 32, 57, 32, 78, 82, 86, 95, 84, 65, 73, 76, 32, 32, 32,
/* 0x1db0 */ 32, 32, 32, 48, 49, 48, 32, 32, 48, 32, 32, 48, 32, 32, 48, 49,
/* 0x1dc0 */ 57,101, 52, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69,
/* 0x1dd0 */ 78, 84, 83, 10, 32, 49, 48, 32, 67, 70, 76, 85, 83, 72, 32, 32,
/* 0x1de0 */ 32, 32, 32, 32, 32, 32, 48, 50, 52, 32, 32, 48, 32, 32, 48, 32,
/* 0x1df0 */ 32, 48, 49, 57,102, 52, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79,
/* 0x1e00 */ 78, 84, 69, 78, 84, 83, 10, 32, 49, 49, 32, 69, 76, 70, 77, 65,
/* 0x1e10 */ 73, 78, 89, 32, 32, 32, 32, 32, 32, 48, 50, 97, 32, 32, 48, 32,
/* 0x1e20 */ 32, 48, 32, 32, 48, 49, 97, 49, 56, 32, 32, 50, 42, 42, 48, 32,
/* 0x1e30 */ 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 32, 49, 50, 32, 69, 76,
/* 0x1e40 */ 70, 77, 65, 73, 78, 90, 32, 32, 32, 32, 32, 32, 48, 49, 50, 99,
/* 0x1e50 */ 32, 32, 48, 32, 32, 48, 32, 32, 48, 49, 97, 52, 50, 32, 32, 50,
/* 0x1e60 */ 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 10, 83, 89,
/* 0x1e70 */ 77, 66, 79, 76, 32, 84, 65, 66, 76, 69, 58, 10, 48, 48, 48, 48,
/* 0x1e80 */ 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 78, 82, 86,
/* 0x1e90 */ 95, 84, 65, 73, 76, 32, 48, 32, 78, 82, 86, 95, 84, 65, 73, 76,
/* 0x1ea0 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100,
/* 0x1eb0 */ 32, 32, 69, 76, 70, 77, 65, 73, 78, 90, 32, 48, 32, 69, 76, 70,
/* 0x1ec0 */ 77, 65, 73, 78, 90, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108,
/* 0x1ed0 */ 32, 32, 32, 32,100, 32, 32, 69, 76, 70, 77, 65, 73, 78, 88, 32,
/* 0x1ee0 */ 48, 32, 69, 76, 70, 77, 65, 73, 78, 88, 10, 48, 48, 48, 48, 48,
/* 0x1ef0 */ 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 78, 82, 86, 50,
/* 0x1f00 */ 69, 32, 48, 32, 78, 82, 86, 50, 69, 10, 48, 48, 48, 48, 48, 48,
/* 0x1f10 */ 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 78, 82, 86, 50, 68,
/* 0x1f20 */ 32, 48, 32, 78, 82, 86, 50, 68, 10, 48, 48, 48, 48, 48, 48, 48,
/* 0x1f30 */ 48, 32,108, 32, 32, 32, 32,100, 32, 32, 78, 82, 86, 50, 66, 32,
/* 0x1f40 */ 48, 32, 78, 82, 86, 50, 66, 10, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1f50 */ 32,108, 32, 32, 32, 32,100, 32, 32, 76, 90, 77, 65, 95, 69, 76,
/* 0x1f60 */ 70, 48, 48, 32, 48, 32, 76, 90, 77, 65, 95, 69, 76, 70, 48, 48,
/* 0x1f70 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100,
/* 0x1f80 */ 32, 32, 76, 90, 77, 65, 95, 68, 69, 67, 50, 48, 32, 48, 32, 76,
/* 0x1f90 */ 90, 77, 65, 95, 68, 69, 67, 50, 48, 10, 48, 48, 48, 48, 48, 48,
/* 0x1fa0 */ 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 76, 90, 77, 65, 95,
/* 0x1fb0 */ 68, 69, 67, 49, 48, 32, 48, 32, 76, 90, 77, 65, 95, 68, 69, 67,
/* 0x1fc0 */ 49, 48, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32,
/* 0x1fd0 */ 32,100, 32, 32, 76, 90, 77, 65, 95, 68, 69, 67, 51, 48, 32, 48,
/* 0x1fe0 */ 32, 76, 90, 77, 65, 95, 68, 69, 67, 51, 48, 10, 48, 48, 48, 48,
/* 0x1ff0 */ 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 78, 82, 86,
/* 0x2000 */ 95, 72, 69, 65, 68, 32, 48, 32, 78, 82, 86, 95, 72, 69, 65, 68,
/* 0x2010 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100,
/* 0x2020 */ 32, 32, 67, 70, 76, 85, 83, 72, 32, 48, 32, 67, 70, 76, 85, 83,
/* 0x2030 */ 72, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,
/* 0x2040 */ 100, 32, 32, 69, 76, 70, 77, 65, 73, 78, 89, 32, 48, 32, 69, 76,
/* 0x2050 */ 70, 77, 65, 73, 78, 89, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,
/* 0x2060 */ 103, 32, 32, 32, 32, 32, 79, 32, 69, 76, 70, 77, 65, 73, 78, 88,
/* 0x2070 */ 32, 48, 32, 95,115,116, 97,114,116, 10, 48, 48, 48, 48, 48, 48,
/* 0x2080 */ 48, 48, 32, 32, 32, 32, 32, 32, 32, 32, 32, 42, 85, 78, 68, 42,
/* 0x2090 */ 32, 48, 32, 79, 95, 66, 73, 78, 70, 79, 10, 10, 82, 69, 76, 79,
/* 0x20a0 */ 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79, 82, 68, 83, 32, 70,
/* 0x20b0 */ 79, 82, 32, 91, 69, 76, 70, 77, 65, 73, 78, 88, 93, 58, 10, 79,
/* 0x20c0 */ 70, 70, 83, 69, 84, 32, 32, 32, 84, 89, 80, 69, 32, 32, 32, 32,
/* 0x20d0 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86, 65, 76, 85, 69, 10,
/* 0x20e0 */ 48, 48, 48, 48, 48, 48, 48, 48, 32, 82, 95, 77, 73, 80, 83, 95,
/* 0x20f0 */ 80, 67, 49, 54, 32, 32, 32, 32, 32, 32, 32, 69, 76, 70, 77, 65,
/* 0x2100 */ 73, 78, 90, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32,
/* 0x2110 */ 82, 69, 67, 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 78, 82, 86,
/* 0x2120 */ 50, 69, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32, 32, 84, 89,
/* 0x2130 */ 80, 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x2140 */ 86, 65, 76, 85, 69, 10, 48, 48, 48, 48, 48, 48, 55, 99, 32, 82,
/* 0x2150 */ 95, 77, 73, 80, 83, 95, 80, 67, 49, 54, 32, 32, 32, 32, 32, 32,
/* 0x2160 */ 32, 78, 82, 86, 95, 84, 65, 73, 76, 10, 10, 82, 69, 76, 79, 67,
/* 0x2170 */ 65, 84, 73, 79, 78, 32, 82, 69, 67, 79, 82, 68, 83, 32, 70, 79,
/* 0x2180 */ 82, 32, 91, 78, 82, 86, 50, 68, 93, 58, 10, 79, 70, 70, 83, 69,
/* 0x2190 */ 84, 32, 32, 32, 84, 89, 80, 69, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x21a0 */ 32, 32, 32, 32, 32, 32, 86, 65, 76, 85, 69, 10, 48, 48, 48, 48,
/* 0x21b0 */ 48, 48, 55, 99, 32, 82, 95, 77, 73, 80, 83, 95, 80, 67, 49, 54,
/* 0x21c0 */ 32, 32, 32, 32, 32, 32, 32, 78, 82, 86, 95, 84, 65, 73, 76, 10,
/* 0x21d0 */ 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79,
/* 0x21e0 */ 82, 68, 83, 32, 70, 79, 82, 32, 91, 78, 82, 86, 50, 66, 93, 58,
/* 0x21f0 */ 10, 79, 70, 70, 83, 69, 84, 32, 32, 32, 84, 89, 80, 69, 32, 32,
/* 0x2200 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86, 65, 76, 85,
/* 0x2210 */ 69, 10, 48, 48, 48, 48, 48, 48, 54, 52, 32, 82, 95, 77, 73, 80,
/* 0x2220 */ 83, 95, 80, 67, 49, 54, 32, 32, 32, 32, 32, 32, 32, 78, 82, 86,
/* 0x2230 */ 95, 84, 65, 73, 76, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79,
/* 0x2240 */ 78, 32, 82, 69, 67, 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 69,
/* 0x2250 */ 76, 70, 77, 65, 73, 78, 89, 93, 58, 10, 79, 70, 70, 83, 69, 84,
/* 0x2260 */ 32, 32, 32, 84, 89, 80, 69, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x2270 */ 32, 32, 32, 32, 32, 86, 65, 76, 85, 69, 10, 48, 48, 48, 48, 48,
/* 0x2280 */ 48, 48, 52, 32, 82, 95, 77, 73, 80, 83, 95, 80, 67, 49, 54, 32,
/* 0x2290 */ 32, 32, 32, 32, 32, 32, 69, 76, 70, 77, 65, 73, 78, 90, 10, 10,
/* 0x22a0 */ 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79, 82,
/* 0x22b0 */ 68, 83, 32, 70, 79, 82, 32, 91, 69, 76, 70, 77, 65, 73, 78, 90,
/* 0x22c0 */ 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32, 32, 84, 89, 80, 69,
/* 0x22d0 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86, 65,
/* 0x22e0 */ 76, 85, 69, 10, 48, 48, 48, 48, 48, 49, 50, 56, 32, 82, 95, 77,
/* 0x22f0 */ 73, 80, 83, 95, 51, 50, 32, 32, 32, 32, 32, 32, 32, 32, 32, 79,
/* 0x2300 */ 95, 66, 73, 78, 70, 79, 10
/* 0x0020 */ 12, 3, 0, 0, 1, 48, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
/* 0x0030 */ 9, 0, 6, 0, 2, 0, 4, 36,164, 15, 2, 36, 12, 0, 0, 0,
/* 0x0040 */ 127, 0, 4, 36,161, 15, 2, 36, 12, 0, 0, 0,224,255,189, 39,
/* 0x0050 */ 16, 0,188,175,244,255,209,143,244,255,213, 39, 34,168,177, 2,
/* 0x0060 */ 2, 0, 17, 4, 33, 32,224, 3,117,112,120, 0, 33, 40, 0, 0,
/* 0x0070 */ 2, 17, 2, 36, 12, 0, 0, 0, 33,184, 64, 0, 0, 0,147,142,
/* 0x0080 */ 33,240,160, 3, 28, 0,179,175,248,255, 1, 36, 35,232,179, 3,
/* 0x0090 */ 36,232,161, 3,252,255,144,142,252,255, 1, 36, 36,128, 1, 2,
/* 0x00a0 */ 8, 0,136,130, 24, 0,211,175, 24, 0,199, 39, 33, 48,160, 3,
/* 0x00b0 */ 4, 0,133,142, 1, 0, 17, 4, 12, 0,132, 38, 0, 0,188,175,
/* 0x00c0 */ 0, 0,161,147, 4, 0, 32, 16, 28, 0,161,143, 16, 0,161,175,
/* 0x00d0 */ 36, 0,161,143, 24, 0,161,175, 33, 48, 96, 2, 33, 40,160, 3,
/* 0x00e0 */ 33, 32,224, 2,164, 15, 2, 36, 12, 0, 0, 0, 33,232,192, 3,
/* 0x00f0 */ 232,255,189, 39, 20, 0,160,175, 16, 0,183,175, 1, 0, 7, 36,
/* 0x0100 */ 7, 0, 6, 36, 0, 0,133,142, 33, 32, 0, 0,250, 15, 2, 36,
/* 0x0110 */ 12, 0, 0, 0, 24, 0,189, 39, 24, 0,162,175, 8, 0, 95, 36,
/* 0x0120 */ 33, 32,224, 2,166, 15, 2, 36, 12, 0, 0, 0, 8, 0,224, 3,
/* 0x0130 */ 33,128,176, 2, 0, 0,131,140, 4, 0,132, 36,253,255, 96, 20,
/* 0x0140 */ 33,176,128, 0, 8, 0,224, 3, 6, 0, 8, 36,249,255, 17, 4,
/* 0x0150 */ 4, 0,164, 39,247,255, 17, 4, 33, 32,192, 2, 0, 0,131,140,
/* 0x0160 */ 8, 0,132, 36, 3, 0,104, 16,252,255,130,140,251,255, 96, 20,
/* 0x0170 */ 0, 16, 2, 36, 34,224, 2, 0,180,255, 17, 4, 4, 0,244, 39,
/* 0x0180 */ 0, 0, 0, 0, 69, 0, 17, 4, 0, 0,254, 39,252,255,189, 39,
/* 0x0190 */ 0, 0,191,175, 32, 40,164, 0, 0, 0,230,172, 0,128, 13, 60,
/* 0x01a0 */ 33, 72,160, 1, 1, 0, 11, 36, 56, 0, 17, 4, 1, 0, 15, 36,
/* 0x01b0 */ 5, 0,192, 17, 0, 0,142,144, 1, 0,132, 36, 1, 0,198, 36,
/* 0x01c0 */ 249,255, 0, 16,255,255,206,160, 48, 0, 17, 4, 64,120, 15, 0,
/* 0x01d0 */ 46, 0, 17, 4, 33,120,238, 1,251,255,192, 17, 2, 0, 14, 36,
/* 0x01e0 */ 3, 0,238, 21,253,255,239, 37, 7, 0, 0, 16, 33,120, 96, 1,
/* 0x01f0 */ 0, 0,142,144, 0,122, 15, 0, 33,120,238, 1, 1, 0,239, 37,
/* 0x0200 */ 38, 0,224, 17, 1, 0,132, 36, 32, 0, 17, 4, 33, 88,224, 1,
/* 0x0210 */ 33, 96,192, 1, 29, 0, 17, 4, 64, 96, 12, 0, 33, 96,142, 1,
/* 0x0220 */ 7, 0,128, 21,254,255,140, 37, 1, 0, 12, 36, 23, 0, 17, 4,
/* 0x0230 */ 64, 96, 12, 0, 21, 0, 17, 4, 33, 96,142, 1,251,255,192, 17,
/* 0x0240 */ 1, 13,238, 45, 4, 0,140, 37, 35, 96,142, 1, 35,120,207, 0,
/* 0x0250 */ 0, 0,238,145,255,255,140, 37, 1, 0,239, 37, 1, 0,198, 36,
/* 0x0260 */ 251,255,128, 21,255,255,206,160,207,255, 0, 16, 0, 0, 0, 0,
/* 0x0270 */ 0, 0,137,152, 3, 0,137,136, 4, 0,132, 36,194,119, 9, 0,
/* 0x0280 */ 64, 72, 9, 0, 8, 0,224, 3, 1, 0, 41, 37,248,255,169, 17,
/* 0x0290 */ 194,119, 9, 0, 8, 0,224, 3, 64, 72, 9, 0, 0, 0,227,140,
/* 0x02a0 */ 35,192,133, 0, 0, 0,191,143, 0, 0,184,175, 33, 32, 96, 0,
/* 0x02b0 */ 35, 40,195, 0, 0, 0,229,172, 3, 0, 6, 36, 51, 16, 2, 36,
/* 0x02c0 */ 12, 0, 0, 0, 0, 0,162,143, 8, 0,224, 3, 4, 0,189, 39,
/* 0x02d0 */ 0, 46,115,121,109,116, 97, 98, 0, 46,115,116,114,116, 97, 98,
/* 0x02e0 */ 0, 46,115,104,115,116,114,116, 97, 98, 0, 46,114,101,108, 69,
/* 0x02f0 */ 76, 70, 77, 65, 73, 78, 90, 0, 46,114,101,108, 69, 76, 70, 77,
/* 0x0300 */ 65, 73, 78, 88, 0, 46,112,100,114, 0, 0, 0, 0, 0, 0, 0,
/* 0x0310 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0320 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0330 */ 0, 0, 0, 0, 31, 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, 0,
/* 0x0340 */ 0, 0, 0, 0, 52, 0, 0, 0, 80, 1, 0, 0, 0, 0, 0, 0,
/* 0x0350 */ 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0,
/* 0x0360 */ 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,252, 4, 0, 0,
/* 0x0370 */ 16, 0, 0, 0, 7, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0,
/* 0x0380 */ 8, 0, 0, 0, 44, 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, 0,
/* 0x0390 */ 0, 0, 0, 0,132, 1, 0, 0, 76, 1, 0, 0, 0, 0, 0, 0,
/* 0x03a0 */ 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0,
/* 0x03b0 */ 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 5, 0, 0,
/* 0x03c0 */ 8, 0, 0, 0, 7, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0,
/* 0x03d0 */ 8, 0, 0, 0, 53, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,
/* 0x03e0 */ 0, 0, 0, 0,208, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x03f0 */ 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0,
/* 0x0400 */ 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,208, 2, 0, 0,
/* 0x0410 */ 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0,
/* 0x0420 */ 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0,
/* 0x0430 */ 0, 0, 0, 0,116, 4, 0, 0, 96, 0, 0, 0, 8, 0, 0, 0,
/* 0x0440 */ 4, 0, 0, 0, 4, 0, 0, 0, 16, 0, 0, 0, 9, 0, 0, 0,
/* 0x0450 */ 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,212, 4, 0, 0,
/* 0x0460 */ 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0,
/* 0x0470 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0480 */ 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0490 */ 3, 0, 1, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x04a0 */ 3, 0, 3, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x04b0 */ 3, 0, 5, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x04c0 */ 16, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x04d0 */ 17, 0, 3, 0, 0, 69, 76, 70, 77, 65, 73, 78, 90, 0, 69, 76,
/* 0x04e0 */ 70, 77, 65, 73, 78, 88, 0, 46,112,100,114, 0, 79, 95, 66, 73,
/* 0x04f0 */ 78, 70, 79, 0, 95,115,116, 97,114,116, 0, 0,128, 0, 0, 0,
/* 0x0500 */ 10, 2, 0, 0, 76, 1, 0, 0, 2, 4, 0, 0, 0, 0, 0, 0,
/* 0x0510 */ 10, 1, 0, 0,102,105,108,101, 32,102,111,114,109, 97,116, 32,
/* 0x0520 */ 101,108,102, 51, 50, 45,108,105,116,116,108,101,109,105,112,115,
/* 0x0530 */ 10, 10, 83,101, 99,116,105,111,110,115, 58, 10, 73,100,120, 32,
/* 0x0540 */ 78, 97,109,101, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 83,105,
/* 0x0550 */ 122,101, 32, 32, 32, 32, 32, 32, 86, 77, 65, 32, 32, 32, 32, 32,
/* 0x0560 */ 32, 32, 76, 77, 65, 32, 32, 32, 32, 32, 32, 32, 70,105,108,101,
/* 0x0570 */ 32,111,102,102, 32, 32, 65,108,103,110, 32, 32, 70,108, 97,103,
/* 0x0580 */ 115, 10, 32, 32, 48, 32, 69, 76, 70, 77, 65, 73, 78, 90, 32, 32,
/* 0x0590 */ 32, 32, 32, 32, 48, 49, 53, 48, 32, 32, 48, 32, 32, 48, 32, 32,
/* 0x05a0 */ 48, 51, 52, 32, 32, 50, 42, 42, 50, 32, 32, 67, 79, 78, 84, 69,
/* 0x05b0 */ 78, 84, 83, 10, 32, 32, 49, 32, 69, 76, 70, 77, 65, 73, 78, 88,
/* 0x05c0 */ 32, 32, 32, 32, 32, 32, 48, 49, 52, 99, 32, 32, 48, 32, 32, 48,
/* 0x05d0 */ 32, 32, 48, 49, 56, 52, 32, 32, 50, 42, 42, 50, 32, 32, 67, 79,
/* 0x05e0 */ 78, 84, 69, 78, 84, 83, 10, 32, 32, 50, 32, 46,112,100,114, 32,
/* 0x05f0 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 48, 32, 32, 48, 32, 32, 48,
/* 0x0600 */ 32, 32, 48, 50,100, 48, 32, 32, 50, 42, 42, 50, 32, 32, 67, 79,
/* 0x0610 */ 78, 84, 69, 78, 84, 83, 10, 83, 89, 77, 66, 79, 76, 32, 84, 65,
/* 0x0620 */ 66, 76, 69, 58, 10, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32,
/* 0x0630 */ 32, 32, 32,100, 32, 32, 69, 76, 70, 77, 65, 73, 78, 90, 32, 48,
/* 0x0640 */ 32, 69, 76, 70, 77, 65, 73, 78, 90, 10, 48, 48, 48, 48, 48, 48,
/* 0x0650 */ 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 69, 76, 70, 77, 65,
/* 0x0660 */ 73, 78, 88, 32, 48, 32, 69, 76, 70, 77, 65, 73, 78, 88, 10, 48,
/* 0x0670 */ 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32,
/* 0x0680 */ 46,112,100,114, 32, 48, 32, 46,112,100,114, 10, 48, 48, 48, 48,
/* 0x0690 */ 48, 48, 48, 48, 32, 32, 32, 32, 32, 32, 32, 32, 32, 42, 85, 78,
/* 0x06a0 */ 68, 42, 32, 48, 32, 79, 95, 66, 73, 78, 70, 79, 10, 48, 48, 48,
/* 0x06b0 */ 48, 48, 48, 48, 48, 32,103, 32, 32, 32, 32, 32, 79, 32, 69, 76,
/* 0x06c0 */ 70, 77, 65, 73, 78, 88, 32, 48, 32, 95,115,116, 97,114,116, 10,
/* 0x06d0 */ 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79,
/* 0x06e0 */ 82, 68, 83, 32, 70, 79, 82, 32, 91, 69, 76, 70, 77, 65, 73, 78,
/* 0x06f0 */ 90, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32, 32, 84, 89, 80,
/* 0x0700 */ 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86,
/* 0x0710 */ 65, 76, 85, 69, 10, 48, 48, 48, 48, 48, 48, 56, 48, 32, 82, 95,
/* 0x0720 */ 77, 73, 80, 83, 95, 80, 67, 49, 54, 32, 32, 32, 32, 32, 32, 32,
/* 0x0730 */ 69, 76, 70, 77, 65, 73, 78, 88, 10, 48, 48, 48, 48, 48, 49, 52,
/* 0x0740 */ 99, 32, 82, 95, 77, 73, 80, 83, 95, 51, 50, 32, 32, 32, 32, 32,
/* 0x0750 */ 32, 32, 32, 32, 79, 95, 66, 73, 78, 70, 79, 10, 10, 82, 69, 76,
/* 0x0760 */ 79, 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79, 82, 68, 83, 32,
/* 0x0770 */ 70, 79, 82, 32, 91, 69, 76, 70, 77, 65, 73, 78, 88, 93, 58, 10,
/* 0x0780 */ 79, 70, 70, 83, 69, 84, 32, 32, 32, 84, 89, 80, 69, 32, 32, 32,
/* 0x0790 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86, 65, 76, 85, 69,
/* 0x07a0 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 32, 82, 95, 77, 73, 80, 83,
/* 0x07b0 */ 95, 80, 67, 49, 54, 32, 32, 32, 32, 32, 32, 32, 69, 76, 70, 77,
/* 0x07c0 */ 65, 73, 78, 90, 10
};
+1139 -193
View File
File diff suppressed because it is too large Load Diff
+536 -518
View File
File diff suppressed because it is too large Load Diff
+960 -931
View File
File diff suppressed because it is too large Load Diff
+16 -16
View File
@@ -33,8 +33,8 @@
/* clang-format off */
#define STUB_POWERPC_LINUX_ELF_FOLD_SIZE 17489
#define STUB_POWERPC_LINUX_ELF_FOLD_ADLER32 0xcf71467b
#define STUB_POWERPC_LINUX_ELF_FOLD_CRC32 0x2aee96b4
#define STUB_POWERPC_LINUX_ELF_FOLD_ADLER32 0x415e46e5
#define STUB_POWERPC_LINUX_ELF_FOLD_CRC32 0x50274787
unsigned char stub_powerpc_linux_elf_fold[17489] = {
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -181,16 +181,16 @@ unsigned char stub_powerpc_linux_elf_fold[17489] = {
/* 0x08d0 */ 144,159, 0, 12,144,191, 0, 16,144,223, 0, 20,144,255, 0, 24,
/* 0x08e0 */ 56, 0,255,255,144, 31, 0, 28, 56, 0, 0, 0,144, 31, 0, 32,
/* 0x08f0 */ 56, 0, 0, 0,144, 31, 0, 36,129, 63, 0, 8, 56, 9, 0, 34,
/* 0x0900 */ 144, 31, 0, 8,129, 63, 0, 16, 56, 9,255,255,144, 31, 0, 16,
/* 0x0910 */ 47,128, 0, 0, 65,156, 0,124,129, 63, 0, 12,128, 9, 0, 0,
/* 0x0920 */ 47,128, 0, 1, 64,158, 0, 92,129, 63, 0, 12,129, 41, 0, 8,
/* 0x0930 */ 128, 31, 0, 28,127,137, 0, 64, 64,156, 0, 16,129, 63, 0, 12,
/* 0x0940 */ 128, 9, 0, 8,144, 31, 0, 28,129, 63, 0, 12,129,127, 0, 12,
/* 0x0950 */ 129, 41, 0, 20,128, 11, 0, 8,125, 41, 2, 20,128, 31, 0, 32,
/* 0x0960 */ 127,137, 0, 64, 64,157, 0, 28,129, 63, 0, 12,129,127, 0, 12,
/* 0x0970 */ 129, 41, 0, 20,128, 11, 0, 8,124, 9, 2, 20,144, 31, 0, 32,
/* 0x0980 */ 129, 63, 0, 12, 56, 9, 0, 32,144, 31, 0, 12, 75,255,255,120,
/* 0x0990 */ 72, 0, 0, 1,124, 96, 27,120,144, 31, 0, 40,129, 63, 0, 28,
/* 0x0900 */ 144, 31, 0, 8, 72, 0, 0, 1,124, 96, 27,120,144, 31, 0, 40,
/* 0x0910 */ 129, 63, 0, 16, 56, 9,255,255,144, 31, 0, 16, 47,128, 0, 0,
/* 0x0920 */ 65,156, 0,124,129, 63, 0, 12,128, 9, 0, 0, 47,128, 0, 1,
/* 0x0930 */ 64,158, 0, 92,129, 63, 0, 12,129, 41, 0, 8,128, 31, 0, 28,
/* 0x0940 */ 127,137, 0, 64, 64,156, 0, 16,129, 63, 0, 12,128, 9, 0, 8,
/* 0x0950 */ 144, 31, 0, 28,129, 63, 0, 12,129,127, 0, 12,129, 41, 0, 20,
/* 0x0960 */ 128, 11, 0, 8,125, 41, 2, 20,128, 31, 0, 32,127,137, 0, 64,
/* 0x0970 */ 64,157, 0, 28,129, 63, 0, 12,129,127, 0, 12,129, 41, 0, 20,
/* 0x0980 */ 128, 11, 0, 8,124, 9, 2, 20,144, 31, 0, 32,129, 63, 0, 12,
/* 0x0990 */ 56, 9, 0, 32,144, 31, 0, 12, 75,255,255,120,129, 63, 0, 28,
/* 0x09a0 */ 128, 31, 0, 40,125, 32, 0, 56,144, 31, 0, 28,129, 63, 0, 32,
/* 0x09b0 */ 128, 31, 0, 28,125, 32, 72, 80,128, 31, 0, 40,125, 32, 72, 80,
/* 0x09c0 */ 57, 41,255,255,128, 31, 0, 40,125, 32, 0, 56,144, 31, 0, 32,
@@ -326,8 +326,8 @@ unsigned char stub_powerpc_linux_elf_fold[17489] = {
/* 0x11e0 */ 128, 11, 0, 0,124, 9, 2, 20,144, 31, 0, 76,128,127, 0, 76,
/* 0x11f0 */ 56,128, 0, 0, 56,160, 0, 0, 72, 0, 0, 1,124, 96, 27,120,
/* 0x1200 */ 144, 31, 0, 80,128, 31, 0, 80, 47,128, 0, 0, 64,156, 0, 8,
/* 0x1210 */ 72, 0, 0, 32,128,127, 0, 80,128,159, 0, 24, 56,160, 4, 0,
/* 0x1220 */ 72, 0, 0, 1,124, 96, 27,120, 47,128, 4, 0, 65,158, 0, 12,
/* 0x1210 */ 72, 0, 0, 32,128,127, 0, 80,128,159, 0, 24, 56,160, 2, 0,
/* 0x1220 */ 72, 0, 0, 1,124, 96, 27,120, 47,128, 2, 0, 65,158, 0, 12,
/* 0x1230 */ 56, 96, 0,127, 72, 0, 0, 1,129, 63, 0, 56, 56, 0, 0, 0,
/* 0x1240 */ 144, 9, 0, 0,128,127, 0, 24, 56,128, 0, 0,128,191, 0, 80,
/* 0x1250 */ 56,192, 0, 0,128,255, 0, 56, 75,255,248, 29,124, 96, 27,120,
@@ -866,7 +866,7 @@ unsigned char stub_powerpc_linux_elf_fold[17489] = {
/* 0x33a0 */ 0, 0, 7,220, 0, 0, 28, 10, 0, 0, 0, 0, 0, 0, 8, 56,
/* 0x33b0 */ 0, 0, 16, 10, 0, 0, 0, 0, 0, 0, 8, 84, 0, 0, 19, 10,
/* 0x33c0 */ 0, 0, 0, 0, 0, 0, 8,104, 0, 0, 16, 10, 0, 0, 0, 0,
/* 0x33d0 */ 0, 0, 9, 92, 0, 0, 13, 10, 0, 0, 0, 0, 0, 0, 9,252,
/* 0x33d0 */ 0, 0, 8,208, 0, 0, 13, 10, 0, 0, 0, 0, 0, 0, 9,252,
/* 0x33e0 */ 0, 0, 19, 10, 0, 0, 0, 0, 0, 0, 11, 20, 0, 0, 14, 10,
/* 0x33f0 */ 0, 0, 0, 0, 0, 0, 11,120, 0, 0, 13, 10, 0, 0, 0, 0,
/* 0x3400 */ 0, 0, 13,156, 0, 0, 15, 10, 0, 0, 0, 0, 0, 0, 14, 40,
@@ -1055,7 +1055,7 @@ unsigned char stub_powerpc_linux_elf_fold[17489] = {
/* 0x3f70 */ 95, 82, 69, 76, 50, 52, 32, 32, 32, 32, 32, 32, 32,109,109, 97,
/* 0x3f80 */ 112, 10, 48, 48, 48, 48, 48, 56, 54, 56, 32, 82, 95, 80, 80, 67,
/* 0x3f90 */ 95, 82, 69, 76, 50, 52, 32, 32, 32, 32, 32, 32, 32,109,101,109,
/* 0x3fa0 */ 99,112,121, 10, 48, 48, 48, 48, 48, 57, 53, 99, 32, 82, 95, 80,
/* 0x3fa0 */ 99,112,121, 10, 48, 48, 48, 48, 48, 56,100, 48, 32, 82, 95, 80,
/* 0x3fb0 */ 80, 67, 95, 82, 69, 76, 50, 52, 32, 32, 32, 32, 32, 32, 32,103,
/* 0x3fc0 */ 101,116, 95,112, 97,103,101, 95,109, 97,115,107, 10, 48, 48, 48,
/* 0x3fd0 */ 48, 48, 57,102, 99, 32, 82, 95, 80, 80, 67, 95, 82, 69, 76, 50,
+122
View File
@@ -30,11 +30,133 @@
<jreiser@users.sourceforge.net> <jssg@users.sourceforge.net>
*/
#include "macros.ash"
#include "bits.ash"
#define lxsrc a0
#define lxsrclen a1
#define lxdst a2
#define lxdstlen a3
#undef src /* bits.ash */
#define src lxsrc
#define lsrc lxsrclen
#undef dst /* bits.ash */
#define dst lxdst
#define ldst lxdstlen
#define meth a4
/* asm/cachectl.h */
ICACHE= 1<<0
DCACHE= 1<<1
section LZMA_ELF00 # (a0=lxsrc, a1=lxsrclen, a2=lxdst, a3= &lxdstlen)
/* LzmaDecode(a0=CLzmaDecoderState *,
a1=src, a2=srclen, a3=*psrcdone,
dst, dstlen, *pdstdone);
struct CLzmaDecoderState {
uchar lit_context_bits;
uchar lit_pos_bits;
uchar pos_bits;
uchar unused;
struct CProb[LZMA_BASE_SIZE + (LZMA_LIT_SIZE<<n)];
};
*/
LZMA_BASE_NUM = 1846
LZMA_LIT_NUM = 768
lxlzma_szframe = 12*4
lxlzma_sv_pc = 11*4
lxlzma_sv_sp = 10*4
lxlzma_dst = 9*4
lxlzma_dstdone = 8*4
lxlzma_srcdone = 7*4
lxlzma_retval = lxlzma_srcdone
#define a4 t0
#define a5 t1
#define a6 t2
#define tmp at
.set noat
#define M_LZMA 14
lbu v0,-4(lxsrc) # b_method
li at,M_LZMA
bne at,v0,not_lzma
lbu t9,0(lxsrc) # ((lit_context_bits + lit_pos_bits)<<3) | pos_bits
li tmp,-2*LZMA_LIT_NUM
lbu t8,1(lxsrc) # (lit_pos_bits<<4) | lit_context_bits
andi v0,t9,7 # pos_bits
srl t9,t9,3 # (lit_context_bits + lit_pos_bits)
sllv tmp,tmp,t9
addiu tmp,tmp,-4 - 2*LZMA_BASE_NUM - lxlzma_szframe
addu sp,sp,tmp # alloca
sw tmp,lxlzma_sv_sp(sp) # dynamic frame size
addiu a6,sp,lxlzma_dstdone
sw ra, lxlzma_sv_pc(sp)
lw a5,0(lxdstlen)
sw lxdst,lxlzma_dst(sp)
move a4,lxdst
addiu a3,sp,lxlzma_srcdone
addiu a2,lxsrclen,-2 # 2 header bytes
addiu a1,lxsrc,2 # 2 header bytes
addiu a0,sp,lxlzma_szframe # &CLzamDecoderState
sb v0,2(a0) # pos_bits
andi tmp,t8,0xf
sb tmp, 0(a0) # lit_context_bits
srl t8,t8,4
bal lzma_decode
sb t8,1(a0) # lit_pos_bits
/* It seems that for our uses the icache does not need to be invalidated,
because no lines from the destination have ever been fetched. However,
if the dcache is write-back, then some of the results might not be in
memory yet, and the icache could fetch stale data; so memory must be
updated from dcache.
The *next* call of the decompressor will tend to sweep much of the dcache
anyway, because the probability history array (typically ushort[7990] or
ushort[14134]) gets initialized.
*/
sw v0,lxlzma_retval(sp) # return value from decompression
lw a0,lxlzma_dst(sp)
lw a1,lxlzma_dstdone(sp)
li a2,ICACHE|DCACHE
__NR_Linux = 4000
__NR_cacheflush = 147+ __NR_Linux
li v0,__NR_cacheflush; syscall
lw v0,lxlzma_retval(sp) # return value from decompression
lw tmp,lxlzma_sv_sp(sp)
lw ra,lxlzma_sv_pc(sp)
/* Workaround suspected glibc bug: elf/rtld.c assumes uninit local is zero.
2007-11-24 openembedded.org mipsel-linux 2.6.12.6/glibc 2.3.2
*/
subu tmp,sp,tmp # previous sp (un_alloca)
0:
addiu sp,4
bne sp,tmp,0b
sw $0,-4(sp)
jr ra
nop
lzma_decode: # fall into LZMA_DEC10 ("small") or LZMA_DEC20 ("fast")
section LZMA_DEC10
#include "lzma_d_cs.S"
section LZMA_DEC20
#include "lzma_d_cf.S"
section LZMA_DEC30
break // FIXME
nop
not_lzma: // fall into next daisy chain
// vi:ts=8:et
+55
View File
@@ -30,6 +30,9 @@
;
*/
#ifndef _MR3K_MACROS_ASH /*{*/
#define _MR3K_MACROS_ASH 1
.macro section name
.section \name,"ax"
.align 0
@@ -48,9 +51,13 @@
#define a2 $6
#define a3 $7
#define t0 $8
#define a4 t0
#define t1 $9
#define a5 t1
#define t2 $10
#define a6 t2
#define t3 $11
#define a7 t3
#define t4 $12
#define t5 $13
#define t6 $14
@@ -91,3 +98,51 @@
#else
# define PRINT(str) .print str
#endif
.macro call dst
bal \dst /* WARNING: delay slot */
.endm
.macro ret
jr ra /* WARNING: delay slot */
.endm
.macro PUSH4 p1,p2,p3,p4
addiu sp,-4*NBPW
sw \p1,0*NBPW(sp)
sw \p2,1*NBPW(sp)
sw \p3,2*NBPW(sp)
sw \p4,3*NBPW(sp)
.endm
.macro POP4 p1,p2,p3,p4
lw \p1,0*NBPW(sp)
lw \p2,1*NBPW(sp)
lw \p3,2*NBPW(sp)
lw \p4,3*NBPW(sp)
addiu sp,4*NBPW
.endm
.macro PUSH3 p1,p2,p3
addiu sp,-3*NBPW
sw \p1,0*NBPW(sp)
sw \p2,1*NBPW(sp)
sw \p3,2*NBPW(sp)
.endm
.macro POP3 p1,p2,p3
lw \p1,0*NBPW(sp)
lw \p2,1*NBPW(sp)
lw \p3,2*NBPW(sp)
addiu sp,3*NBPW
.endm
.macro POP2 p1,p2
lw \p1,0*NBPW(sp)
lw \p2,1*NBPW(sp)
addiu sp,2*NBPW
.endm
.macro PUSH1 p1
addiu sp,-1*NBPW
sw \p1,0*NBPW(sp)
.endm
.macro POP1 p1
lw \p1,0*NBPW(sp)
addiu sp,1*NBPW
.endm
#endif /*} _MR3K_MACROS_ASH */
+4 -3
View File
@@ -150,7 +150,7 @@ unmap_all_pages= (1<<1)
/* In:
r4= ADRX | unmap_all_pages
r5= LENX
sp/ ADRX|uap,LENX,ELFA,ADRU,LENU,r0,r1,%entry, r0,r1, argc,argv,0,envp,0,auxv
sp/ ADRX|uap,LENX,ELFA,ADRU,LENU,r0,r1,%entry, argc,argv,0,envp,0,auxv
(ADRX,LENX) = extent of compressed program
(ADRU,LENU) = params to munmap unfolded stub
*/
@@ -185,8 +185,8 @@ pse_env:
adr arg1,proc_self_exe
mov arg2,#O_RDONLY
do_sys7t __NR_open // ENOENT is OK
//r_pse .req r8
// mov r_pse,r0
r_pse .req r8
mov r_pse,r0
mov arg3,#PATH_MAX
mov arg2,r9 @ buffer
@@ -246,6 +246,7 @@ r_elfa .req r9
// Map 1 page of /proc/self/exe so that it does not disappear
ldr r0,[sp,#F_obinfo]; tst r0,#unmap_all_pages; bne no_map_pse
mov arg6,#0 @ SEEK_SET offset
mov arg5,r_pse
stmdb sp!,{arg5,arg6} @ arg5,arg6 C-lang calling convention
mov arg4,#MAP_PRIVATE
mov arg3,#PROT_READ
+1
View File
@@ -1 +1,2 @@
#define DEBUG 1
#include "i386-linux.elf-main2.c"
+5 -2
View File
@@ -1,7 +1,10 @@
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
OUTPUT_ARCH(arm)
SECTIONS
{
. = 0x00100000 + SIZEOF_HEADERS + 12; /* 12==sizeof(l_info) */
SO_HEAD : {
*(SO_HEAD)
*(.text)
}
}
+5 -2
View File
@@ -1,7 +1,10 @@
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
OUTPUT_ARCH(arm)
SECTIONS
{
. = 0x00100000 + SIZEOF_HEADERS + 12; /* 12==sizeof(l_info) */
SO_HEAD : {
*(SO_HEAD)
*(.text)
}
}
+1 -1
View File
@@ -3,5 +3,5 @@ OUTPUT_ARCH(aarch64)
SECTIONS
{
. = 0x00100000 + SIZEOF_HEADERS + 12; /* 12==sizeof(l_info) */
. = SIZEOF_HEADERS + 12; /* 12==sizeof(l_info) */
}
+5 -2
View File
@@ -112,12 +112,15 @@ f_expand: .globl f_expand // start of code for actual de-compressor
push /*sz_unc*/(src)
push fx_dst
call f_unfilter; add $4*NBPW,%esp
no_unf: // i386 cache is coherent I+D, so no __clear_cache
no_unf:
pop %eax // MATCH_30
pop %ebx; pop %esi; pop %edi; pop %ebp // MATCH_29
ret
__clear_cache: .globl __clear_cache
int3 // __clear_cache
ret
// common subroutines for NRV2B,NRV2D,NRV2E
refill:
movl (%esi),bits; sub $-4,%esi // next 32 bits; set Carry
-1
View File
@@ -3,7 +3,6 @@ OUTPUT_ARCH(i386)
SECTIONS
{
. = 0x00100000 + SIZEOF_HEADERS + 12; /* 12==sizeof(l_info) */
.text : {
}
ELFMAINX : {
+32 -10
View File
@@ -33,7 +33,13 @@
#define DEBUG 0
#endif //}
#define NO_WANT_MMAP 1
#define NO_WANT_CLOSE 1
#define NO_WANT_EXIT 1
#define NO_WANT_MPROTECT 1
#define NO_WANT_WRITE 1
#include "include/linux.h"
#define MFD_EXEC 0x0010
#define nullptr 0
@@ -43,10 +49,14 @@ extern unsigned Pprotect(void *, size_t, unsigned);
//extern void *Pmap(void *, size_t, unsigned, unsigned, int, size_t);
//extern int Punmap(void *, size_t);
extern size_t Pwrite(unsigned, void const *, size_t);
extern ssize_t write(int, void const *, size_t);
extern int munmap(void *, size_t);
extern int close(int);
extern void exit(int code) __attribute__ ((__noreturn__));
# define mmap_privanon(addr,len,prot,flgs) mmap((addr),(len),(prot), \
MAP_PRIVATE|MAP_ANONYMOUS|(flgs),-1,0)
extern void my_bkpt(void *, ...);
extern void my_bkpt(void const *, ...);
#if defined(__powerpc__) //}{
#define addr_string(string) ({ \
@@ -73,6 +83,15 @@ extern void my_bkpt(void *, ...);
/*und*/ : "x30"); \
str; \
})
#elif defined(__mips__) //}{
#define addr_string(string) ({ \
char const *str; \
asm("bal 0f; .string \"" string "\"; .balign 4; 0: move %0,ra" \
/*out*/ : "=r"(str) \
/* in*/ : \
/*und*/ : "ra"); \
str; \
})
#else //}{
#error;
#endif //}
@@ -319,7 +338,7 @@ make_hatch_arm32(
hatch = (unsigned *)(void *)(~3ul & (long)(3+ next_unc));
hatch[0]= code[0];
hatch[1]= code[1];
__clear_cache(&hatch[0], &hatch[2]);
//__clear_cache(&hatch[0], &hatch[2]); subsumed by write()+mmap()
}
else { // Does not fit at hi end of .text, so must use a new page "permanently"
unsigned long fdmap = upx_mmap_and_fd((void *)0, sizeof(code), nullptr);
@@ -359,7 +378,7 @@ make_hatch_mips(
hatch[0]= code[0];
hatch[1]= code[1];
hatch[2]= code[2];
__clear_cache(&hatch[0], &hatch[3]);
//__clear_cache(&hatch[0], &hatch[3]); subsumed by write()+mmap()
}
else { // Does not fit at hi end of .text, so must use a new page "permanently"
unsigned long fdmap = upx_mmap_and_fd((void *)0, sizeof(code), nullptr);
@@ -395,7 +414,7 @@ make_hatch_ppc32(
hatch = (unsigned *)(void *)(~3ul & (long)(3+ next_unc));
hatch[0]= code[0];
hatch[1]= code[1];
// __clear_cache(&hatch[0], &hatch[2]); // FIXME
//__clear_cache(&hatch[0], &hatch[2]); subsumed by write()+mmap()
}
else { // Does not fit at hi end of .text, so must use a new page "permanently"
unsigned long fdmap = upx_mmap_and_fd((void *)0, sizeof(code), nullptr);
@@ -428,10 +447,10 @@ upx_bzero(char *p, size_t len)
static void
auxv_up(ElfW(auxv_t) *av, unsigned const type, uint64_t const value)
{
DPRINTF("\\nauxv_up av=%%p %%d %%p\\n", av, type, value);
if (!av || (1& (size_t)av)) { // none, or inhibited for PT_INTERP
return;
}
DPRINTF("\\nauxv_up %%d %%p\\n", type, value);
// Multiple slots can have 'type' which wastes space but is legal.
// rtld (ld-linux) uses the last one, so we must scan the whole table.
ElfW(auxv_t) *ignore_slot = 0;
@@ -507,7 +526,9 @@ xfind_pages(unsigned mflags, ElfW(Phdr) const *phdr, int phnum,
{
ElfW(Addr) lo= ~0, hi= 0, addr= 0;
mflags += MAP_PRIVATE | MAP_ANONYMOUS; // '+' can optimize better than '|'
DPRINTF("xfind_pages %%x %%p %%d %%p %%p\\n", mflags, phdr, phnum, elfaddr, p_brk);
size_t PMASK = get_page_mask();
DPRINTF("xfind_pages %%x phdr=%%p %%d elfaddr=%%p %%p PMASK=%%p\\n",
mflags, phdr, phnum, elfaddr, p_brk, PMASK);
for (; --phnum>=0; ++phdr) if (PT_LOAD==phdr->p_type) {
DPRINTF(" p_vaddr=%%p p_memsz=%%p\\n", phdr->p_vaddr, phdr->p_memsz);
if (phdr->p_vaddr < lo) {
@@ -517,7 +538,6 @@ xfind_pages(unsigned mflags, ElfW(Phdr) const *phdr, int phnum,
hi = phdr->p_memsz + phdr->p_vaddr;
}
}
size_t PMASK = get_page_mask();
lo -= ~PMASK & lo; // round down to page boundary
hi = PMASK & (hi - lo - PMASK -1); // page length
if (MAP_FIXED & mflags) {
@@ -567,7 +587,7 @@ do_xmap(
munmap((void *)ehdr0, phdr0->p_memsz);
}
else { // PT_INTERP
DPRINTF("INTERP\\n", 0);
DPRINTF("INTERP ehdr=%%p av=%%p\\n", ehdr, av);
reloc = xfind_pages(
((ET_DYN!=ehdr->e_type) ? MAP_FIXED : 0), phdr, ehdr->e_phnum, &v_brk, *p_reloc
);
@@ -661,6 +681,8 @@ do_xmap(
void *const hatch = make_hatch_ppc32(phdr, xo.buf, ~page_mask);
#elif defined(__arm__) //}{
void *const hatch = make_hatch_arm32(phdr, xo.buf, ~page_mask);
#elif defined(__mips__) //}{
void *const hatch = make_hatch_mips(phdr, xo.buf, ~page_mask);
#endif //}
if (0!=hatch) {
// Always update AT_NULL, especially for compressed PT_INTERP.
@@ -726,7 +748,7 @@ upx_main( // returns entry address
// ehdr = Uncompress Ehdr and Phdrs
unpackExtent(&xi2, &xo); // never filtered?
#if defined(__i386__) || defined(__arm__) || defined(__powerpc__) //{
#if defined(__i386__) || defined(__arm__) || defined(__powerpc__) || defined(__mips__) //{
ElfW(Addr) *const p_reloc = &elfaddr;
#endif //}
ElfW(Addr) page_mask = get_page_mask(); (void)page_mask;
@@ -748,7 +770,7 @@ upx_main( // returns entry address
if (0 > fdi) {
err_exit(18);
}
if (MAX_ELF_HDR_64!=read(fdi, (void *)ehdr, MAX_ELF_HDR_64)) {
if (MAX_ELF_HDR_32!=read(fdi, (void *)ehdr, MAX_ELF_HDR_32)) {
ERR_LAB
err_exit(19);
}
+5 -1
View File
@@ -1,6 +1,10 @@
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH(i386)
SECTIONS
{
. = 0x00100000 + SIZEOF_HEADERS + 12; /* 12==sizeof(l_info) */
SO_HEAD : {
*(SO_HEAD)
*(.text)
}
}
+16 -1
View File
@@ -380,6 +380,7 @@ static inline _syscall2(int,link,const char *,src, const char *,dst)
const register char *const str asm("a0") = string;
asm volatile("syscall" : : "r"(num), "r"(str));
*/
#ifndef NO_WANT_MMAP /*{*/
static void *mmap(
void *addr, size_t len,
int prot, int flags,
@@ -409,12 +410,15 @@ static void *mmap(
"\tsltiu $1,$7,1\n" /* 1: no error; 0: error; $7 == a3 */
"\taddiu $1,$1,-1\n" /* 0: no error; -1: error */
"\tor $2,$2,$1\n" /* $2 == v0; good result, else -1 for error */
".set at\n"
/*".set at\n"*/
: "+r"(v0), "+r"(a3) /* "+r" ==> both read and write */
: "r"(a0), "r"(a1), "r"(a2), "r"(t0), "r"(t1)
);
return (void *)v0;
}
#endif /* NO_WANT_MMAP }*/
#ifndef NO_WANT_READ /*{*/
static ssize_t read(int fd, void *buf, size_t len)
{
#define __NR_read (3+ 4000)
@@ -430,6 +434,7 @@ static ssize_t read(int fd, void *buf, size_t len)
);
return v0;
}
#endif /* NO_WANT_READ }*/
#if 0 //{ UNUSED
static void *brk(void *addr)
@@ -447,6 +452,7 @@ static void *brk(void *addr)
}
#endif //}
#ifndef NO_WANT_CLOSE /*{*/
static int close(int fd)
{
#define __NR_close (6+ 4000)
@@ -460,7 +466,9 @@ static int close(int fd)
);
return v0;
}
#endif /* NO_WANT_CLOSE }*/
#ifndef NO_WANT_EXIT /*{*/
static void exit(int code) __attribute__ ((__noreturn__));
static void exit(int code)
{
@@ -475,6 +483,7 @@ static void exit(int code)
);
for (;;) {}
}
#endif /* NO_WANT_EXIT }*/
#if 0 //{ unused?
static int munmap(void *addr, size_t len)
@@ -493,6 +502,7 @@ static int munmap(void *addr, size_t len)
}
#endif //}
#ifndef NO_WANT_MPROTECT /*{*/
static int mprotect(void const *addr, size_t len, int prot)
{
#define __NR_mprotect (125+ 4000)
@@ -508,7 +518,9 @@ static int mprotect(void const *addr, size_t len, int prot)
);
return v0;
}
#endif /* NO_WANT_MPROTECT */
#ifndef NO_WANT_OPEN /*{*/
static ssize_t open(char const *path, int kind, int mode)
{
#define __NR_open (5+ 4000)
@@ -524,8 +536,10 @@ static ssize_t open(char const *path, int kind, int mode)
);
return v0;
}
#endif /* NO_WANT_OPEN }*/
#if DEBUG /*{*/
#ifndef NO_WANT_WRITE /*{*/
static ssize_t write(int fd, void const *buf, size_t len)
{
#define __NR_write (4+ 4000)
@@ -542,6 +556,7 @@ static ssize_t write(int fd, void const *buf, size_t len)
return v0;
}
#endif /*}*/
#endif /*}*/
#else /*}{ generic */
+201
View File
@@ -0,0 +1,201 @@
/*
; mips.r3000-expand.S -- decompressors for mips R3000
;
; This file is part of the UPX executable compressor.
;
; Copyright (C) 1996-2021 Markus Franz Xaver Johannes Oberhumer
; Copyright (C) 1996-2021 Laszlo Molnar
; Copyright (C) 2000-2021 John F. Reiser
; 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
; <markus@oberhumer.com> <ezerotven+github@gmail.com>
;
; John F. Reiser
; <jreiser@users.sourceforge.net>
;
*/
.set noreorder # we handle branch delay sots explicitly
.set noat # assumbler should not use $at
NBPW= 4
SZ_DLINE= 128 # size of data cache line in Apple G5
#ifndef BIG_ENDIAN //{
#define BIG_ENDIAN 1
#endif //}
#include "arch/mips/r3000/macros.ash"
#include "arch/mips/r3000/bits.ash"
#define NO_WANT_MMAP 1
/* These from /usr/include/asm/unistd.h */
__NR_cacheflush = 147+ __NR_Linux
/* asm/cachectl.h */
ICACHE= 1<<0
DCACHE= 1<<1
section EXP_HEAD
sz_unc= 0
sz_cpr= 4
b_method= 8
b_ftid= 9
b_cto8= 10
b_extra= 11
sz_binfo= 12
f_expand: .globl f_expand // f_expand(b_info *, dst, &dstlen)
.type f_expand,function
// Supervisor for de-compression, un-filter, and sync_cache
// Input to supervisor:
#define fx_src a0
#define fx_dst a1
#define fx_dstlen a2
PUSH4 fx_src,fx_dst,fx_dstlen,ra // P_40 params to unfilter and sync_cache
// Input to de-compressor:
#define xsrc a0
#define xsrclen a1
#define xdst a2
#define xdstlen a3
#define methb a4
lbu methb,b_method(fx_src) // arg5
move xdstlen,fx_dstlen // arg4
move xdst,fx_dst // arg3
move a5,fx_src; bal get4unal
la a0,sz_cpr(xsrc)
move xsrclen,v0 // arg2
call decompress
addi xsrc,a5,sz_binfo // arg1
POP3 a2,a0,a1 // P_40 fx_src,fx_dst,fx_dstlen; keep f_expand.retaddr
lw a1,0(a1) // actual length used by decompressor
PUSH3 a0,a1,v0 // P_41 fx_dst,fx_dstlen,retval.f_exp
lbu a3,b_ftid(a2)
beqz a3,no_unf
lbu a2,b_cto8(a2)
call unfilter
no_unf:
POP2 a0,a1 // dst, len
add a1,a1,a0 // lo, hi
// synci subsumed by [write() +] mmap() of PROT_EXEC from memfd_create
POP2 v0,ra // P41,P40
ret; nop
// .unreq fx_src
// .unreq fx_dst
// .unreq fx_dstlen
// .unreq xsrc
// .unreq xsrclen
// .unreq xdst
// .unreq xdstlen
// .unreq methb
decompress: // (src *, cpr_len, dst *, &dstlen);
// sections NRV2B, etc, inserted here by addLoader() from ::buildLinuxLoader()
section EXP_TAIL
#define M_NRV2B_LE32 2
#define M_NRV2B_8 3
#define M_NRV2D_LE32 5
#define M_NRV2D_8 6
#define M_NRV2E_LE32 8
#define M_NRV2E_8 9
#define M_CL1B_LE32 11
#define M_LZMA 14
#define hibit r0 /* holds 0x80000000 during decompress */
#define src a0
#define lsrc a1
#define dst a2
#define ldst a3 /* Out: actually a reference: &len_dst */
#define meth a4
eof_nrv: .globl eof_nrv
eof_n2e: .globl eof_n2e
eof_n2d: .globl eof_n2d
eof_n2b: .globl eof_n2b
lw at,0*NBPW(sp) # orig &b_info
move a6,ra
move a5,src; bal get4unal
la a0,sz_cpr(at)
move lsrc,v0 # expected src len
move ra,a6
#define tmp at
lw tmp,1*NBPW(sp) # orig dst
lw ldst,2*NBPW(sp)
subu tmp,dst,tmp
sw tmp,0(ldst) # actual len genereated
lw tmp,0*NBPW(sp) # &b_info
subu v0,a5,tmp
subiu v0,sz_binfo # actual len consumed
subu v0,v0,lsrc # deviation at EOF
ret; nop
#undef tmp
eof_lzma: .globl eof_lzma
break // FIXME eof_lzma
unfilter:
//#include "arch/mips/r3000/bxx.S" // unfilter code; args in registers, fall-through return
// FIXME: will need extra parameter for multi-method decompression
#define NO_METHOD_CHECK 0
#define off a4
#define len a5
#define bits a6
#define disp a7
UCL_init 32,1,0 // 32 bits (not 8), UCL_SMALL, !UCL_FAST
decomp_done = eof_n2e
section NRV2E
#include "arch/mips/r3000/nrv2e_d.ash"
build nrv2e, full
section NRV2D
decomp_done = eof_n2d
#include "arch/mips/r3000/nrv2d_d.ash"
build nrv2d, full
section NRV2B
decomp_done = eof_n2b
#include "arch/mips/r3000/nrv2b_d.ash"
build nrv2b, full
#undef off
#undef len
#undef bits
#undef disp
#undef src
#undef lsrc
#undef dst
#undef ldst
#undef meth
/* lzma has its own 'section's */
#include "arch/mips/r3000/lzma_d.S"
@@ -0,0 +1,12 @@
OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-littlemips")
OUTPUT_ARCH(mips)
SECTIONS
{
.text : {
}
ELFMAINX : {
*(ELFMAINX)
*(.text)
}
}
+1 -3
View File
@@ -1,3 +1 @@
#include "mipsel.r3000-linux.elf-fold.S"
/* vim:set ts=8 sw=8 et: */
#include "../src/mipsel.r3000-linux.elf-fold.S"
+1 -2
View File
@@ -34,11 +34,10 @@ OUTPUT_ARCH(mips)
PHDRS
{
text PT_LOAD FILEHDR PHDRS ;
data PT_LOAD ; /* for setting brk(0) */
data PT_LOAD ;
}
SECTIONS
{
. = 0x00100000 + SIZEOF_HEADERS + 12; /* 12==sizeof(l_info) */
.text : {
*(.text)
*(.data)
@@ -0,0 +1 @@
#include "../src/i386-linux.elf-main2.c"
+1
View File
@@ -0,0 +1 @@
#include "../src/mips.r3000-expand.S"
+110 -225
View File
@@ -33,36 +33,34 @@ NBPW= 4
#include "arch/mips/r3000/macros.ash"
#include "arch/mips/r3000/bits.ash"
sp_frame= 0x20
// These are local temporaries.
F_ADRM= 2*NBPW
F_LENM= 3*NBPW
// These are passed on stack to unfolded code.
sp_frame= 8*NBPW # first 4 are ??
# These are passed on stack to unfolded code.
F_PMASK= 4*NBPW
F_fd= 5*NBPW
F_SZPK2= 5*NBPW; F_EOF= F_SZPK2
F_ADRU= 6*NBPW
F_LENU= 7*NBPW
// r_PMASK still is used here
# r_PMASK still is used here
// C-language uses 8 args in registers
a5= 9
a4= 8
# C-language uses 8 args in registers
#ifndef a5 //{
#define a5 9
#define a4 8
#endif //}
//ra 31
#ra 31
#define r_fexp 30 /* s8 */
//sp 29 /* hardware */
#sp 29 /* hardware */
#define r_PMASK 28 /* gp */
//k1 27 /* trashed by syscall */
//k0 26 /* trashed by syscall */
//t9, jp 25 /* trashed by syscall ? */
//t8 24 /* trashed by syscall ? */
#define r_fd 23 /* s7 */
#k1 27 /* trashed by syscall */
#k0 26 /* trashed by syscall */
#t9, jp 25 /* trashed by syscall ? */
#t8 24 /* trashed by syscall ? */
#define r_mfd 23 /* s7 */
#define r_auxv 22 /* s6 */
#define r_elfa 21 /* s5 */
#define r_FOLD 20 /* s4 */
#define r_szuf 19 /* s3 */
#define r_relo 18 /* s2 */
//#define r_relo 18 /* s2 */
#define r_LENX 17 /* s1 */
#define r_ADRX 16 /* s0 */
#define r_LENU r_LENX
@@ -83,12 +81,15 @@ sz_p_info= 12
sz_b_info= 12
sz_unc= 0
sz_cpr= 4
b_method= 8
#define b_method 8
b_ftid= 9
b_cto8= 10
b_unused=11
AT_NULL= 0 // <elf.h>
is_ptinterp= (1<<0)
unmap_all_pages= (1<<1)
AT_NULL= 0 # <elf.h>
AT_PAGESZ= 6
a_type= 0
a_val= NBPW
@@ -100,20 +101,23 @@ PROT_READ= 1
PROT_WRITE= 2
PROT_EXEC= 4
MAP_SHARED= 1
MAP_PRIVATE= 2
MAP_FIXED= 0x10
MAP_ANONYMOUS= 0x800
PAGE_SHIFT= 12 // default only
PAGE_SHIFT= 12 # default only
PAGE_SIZE = -(~0<<PAGE_SHIFT)
M_NRV2B_LE32=2 // ../conf.h
M_NRV2B_LE32=2 # ../conf.h
M_NRV2D_LE32=5
M_NRV2E_LE32=8
/* These from /usr/include/asm/unistd.h */
__NR_Linux = 4000
__NR_close = 6+ __NR_Linux
__NR_exit = 1+ __NR_Linux
__NR_memfd_create= 354 + __NR_Linux
__NR_mmap = 90+ __NR_Linux
__NR_mprotect = 125+ __NR_Linux
__NR_open = 5+ __NR_Linux
@@ -124,19 +128,20 @@ __NR_cacheflush = 147+ __NR_Linux
ICACHE= 1<<0
DCACHE= 1<<1
//BAL=0x04110000
#BAL=0x04110000
section ELFMAINX
section ELFMAINX; .set noreorder
sz_pack2 = . - 4
_start: .globl _start
//// break # debug only
bal main
addiu $r_fexp,ra, f_exp - 0f
0:
/* Returns 0 on success; non-zero on failure. */
f_exp: // alternate name
decompressor: // (uchar const *lxsrc, size_t lxsrclen, uchar *lxdst, u32 &lxdstlen, uint method)
f_exp: # alternate name
decompressor: # (uchar const *lxsrc, size_t lxsrclen, uchar *lxdst, u32 &lxdstlen, uint method)
#define lxsrc a0
#define lxsrclen a1
#define lxdst a2
@@ -150,133 +155,28 @@ decompressor: // (uchar const *lxsrc, size_t lxsrclen, uchar *lxdst, u32 &lxdst
#define ldst lxdstlen
#define meth a4
UCL_init 32,1,0
decomp_done = eof
#include "arch/mips/r3000/nrv2e_d.ash"
section NRV2E
build nrv2e, full
#include "arch/mips/r3000/nrv2d_d.ash"
section NRV2D
build nrv2d, full
#include "arch/mips/r3000/nrv2b_d.ash"
section NRV2B
build nrv2b, full
section LZMA_ELF00 # (a0=lxsrc, a1=lxsrclen, a2=lxdst, a3= &lxdstlen)
/* LzmaDecode(a0=CLzmaDecoderState *,
a1=src, a2=srclen, a3=*psrcdone,
dst, dstlen, *pdstdone);
struct CLzmaDecoderState {
uchar lit_context_bits;
uchar lit_pos_bits;
uchar pos_bits;
uchar unused;
struct CProb[LZMA_BASE_SIZE + (LZMA_LIT_SIZE<<n)];
};
*/
LZMA_BASE_NUM = 1846
LZMA_LIT_NUM = 768
lxlzma_szframe = 12*4
lxlzma_sv_pc = 11*4
lxlzma_sv_sp = 10*4
lxlzma_dst = 9*4
lxlzma_dstdone = 8*4
lxlzma_srcdone = 7*4
lxlzma_retval = lxlzma_srcdone
#define a4 t0
#define a5 t1
#define a6 t2
lbu t9,0(lxsrc) # ((lit_context_bits + lit_pos_bits)<<3) | pos_bits
li tmp,-2*LZMA_LIT_NUM
lbu t8,1(lxsrc) # (lit_pos_bits<<4) | lit_context_bits
andi v0,t9,7 # pos_bits
srl t9,t9,3 # (lit_context_bits + lit_pos_bits)
sllv tmp,tmp,t9
addiu tmp,tmp,-4 - 2*LZMA_BASE_NUM - lxlzma_szframe
addu sp,sp,tmp # alloca
sw tmp,lxlzma_sv_sp(sp) # dynamic frame size
addiu a6,sp,lxlzma_dstdone
sw ra, lxlzma_sv_pc(sp)
lw a5,0(lxdstlen)
sw lxdst,lxlzma_dst(sp)
move a4,lxdst
addiu a3,sp,lxlzma_srcdone
addiu a2,lxsrclen,-2 # 2 header bytes
addiu a1,lxsrc,2 # 2 header bytes
addiu a0,sp,lxlzma_szframe # &CLzamDecoderState
sb v0,2(a0) # pos_bits
andi tmp,t8,0xf
sb tmp, 0(a0) # lit_context_bits
srl t8,t8,4
bal lzma_decode
sb t8,1(a0) # lit_pos_bits
/* It seems that for our uses the icache does not need to be invalidated,
because no lines from the destination have ever been fetched. However,
if the dcache is write-back, then some of the results might not be in
memory yet, and the icache could fetch stale data; so memory must be
updated from dcache.
The *next* call of the decompressor will tend to sweep much of the dcache
anyway, because the probability history array (typically ushort[7990] or
ushort[14134]) gets initialized.
*/
sw v0,lxlzma_retval(sp) # return value from decompression
lw a0,lxlzma_dst(sp)
lw a1,lxlzma_dstdone(sp)
li a2,ICACHE|DCACHE
li v0,__NR_cacheflush; syscall
lw v0,lxlzma_retval(sp) # return value from decompression
lw tmp,lxlzma_sv_sp(sp)
lw ra,lxlzma_sv_pc(sp)
/* Workaround suspected glibc bug: elf/rtld.c assumes uninit local is zero.
2007-11-24 openembedded.org mipsel-linux 2.6.12.6/glibc 2.3.2
*/
subu tmp,sp,tmp # previous sp (un_alloca)
0:
addiu sp,4
bne sp,tmp,0b
sw $0,-4(sp)
jr ra
nop
lzma_decode:
section LZMA_DEC20
#if 1 /*{*/
#include "arch/mips/r3000/lzma_d.S"
#else /*}{*/
#include "arch/mips/r3000/lzma_d-mips3k.S" /* gpp_inc:ignore=1: */
#endif /*}*/
section LZMA_DEC30
break // FIXME
section NRV_HEAD
// section NRV_HEAD
addiu sp,-4
sw ra,0(sp)
add lxsrclen,lxsrclen,lxsrc // src_EOF
sw lxdst,(lxdstlen) // original lxdst in &lxdstlen
section NRV_TAIL
eof:
// macro sets parameters to choose code style
UCL_init 32,1,0 // 32 bits (not 8), UCL_SMALL, !UCL_FAST
decomp_done = eof_n2b // label name
// macro to expand
#include "arch/mips/r3000/nrv2b_d.ash"
build nrv2b, full
// section NRV_TAIL
eof_n2b:
lw v1,(lxdstlen) // original lxdst
subu t8,lxsrc,lxsrclen // new_src - src_EOF; // return 0: good; else: bad
lw ra,0(sp)
sw t8,0(sp)
section CFLUSH
// FIXME: should not be needed after memfd_create + mmap
// section CFLUSH
move a0,v1 // original lxdst
subu a1,lxdst,v1 // actual length generated
sw a1,(lxdstlen)
@@ -287,122 +187,107 @@ eof:
jr ra
addiu sp,4
section ELFMAINY
msg_SELinux:
addiu a2,zero,L71 - L70 // length
bal L72
move a1,ra
L70:
.asciz "PROT_EXEC|PROT_WRITE failed.\n"
L71:
// IDENTSTR goes here
section ELFMAINZ
section ELFMAINZ; .set noreorder
L72:
li a0,2 // fd stderr
li a0,2 # fd stderr
li v0,__NR_write; syscall
die:
li a0,127
li v0,__NR_exit; syscall
unfold: // IN: $r_fexp,$r_auxv,$r_PMASK,$r_FOLD
unfold: # IN: $r_fexp,$r_auxv,$r_PMASK,$r_FOLD
addiu sp,sp,-sp_frame
sw $r_PMASK,F_PMASK(sp)
// Reserve enough space to decompress the folded code of the stub
lw $r_LENX,sz_pack2 - f_exp($r_fexp) // length before stub
lw $r_LENX,sz_pack2 - f_exp($r_fexp) # length before stub
la $r_elfa,sz_pack2 - f_exp($r_fexp)
li a4,-1
lw $r_szuf,sz_unc($r_FOLD) // sz_unc of fold
li a3,MAP_PRIVATE|MAP_ANONYMOUS
sub $r_elfa,$r_elfa,$r_LENX // $r_elfa= &Elf32_Ehdr of this stub
li a0,0 // kernel chooses addr
move a1,$r_szuf
bal mmapRW0
sw a1,F_LENU(sp)
sw v0, F_ADRU(sp)
sub $r_elfa,$r_elfa,$r_LENX # $r_elfa= &Elf32_Ehdr of this stub
lw $r_ADRX,-4($r_FOLD) // O_BINFO
li at,~3
and $r_ADRX,$r_ADRX,at // clear is_ptinterp | (unmap_all_pages<<1)
// Decompress folded code
lb meth,b_method($r_FOLD) // a4
sw $r_szuf,0(sp) // lzma uses for EOF
move ldst,sp // a3 &slot on stack
move dst,v0 // a2 dst for unfolding
lw lsrc,sz_cpr($r_FOLD) // a1
jalr $r_fexp // decompress it
addiu src,$r_FOLD,sz_b_info // a0 folded code
bal 0f; move a0,ra; .asciz "upx"; .balign 4
0:
move a1,zero
li v0,__NR_memfd_create; syscall; move $r_mfd,v0
// Generate code to compute PAGE_MASK.
lw a0,F_ADRU(sp)
srl v1,$r_PMASK,9
lw v0,0(a0) // "li v0,0"
andi v1,v1,0xffff // 0xffff is NOT sign-extended
or v0,v0,v1 // replace immediate constant
sw v0,0(a0)
# alloca() for de-compressed stub
lw $r_szuf,sz_unc($r_FOLD) # sz_unc of fold
move fp,sp
sw $r_szuf,F_LENU(sp)
li at,-2*NBPW
subu sp,$r_szuf; and sp,at
// PROT_EXEC
li a2,PROT_EXEC|PROT_READ
lw a1,F_LENU(sp) // length
//lw a0,F_ADRU(sp) // base
li v0,__NR_mprotect; syscall
lw $r_ADRX,-NBPW($r_FOLD) # O_BINFO
li at,~(is_ptinterp | unmap_all_pages)
and $r_ADRX,$r_ADRX,at
# Decompress folded code
lb meth,b_method($r_FOLD) # a4
sw $r_szuf,F_ADRU(fp) # lzma uses for EOF
la ldst, F_ADRU(fp) # a3 &slot on stack
move dst,sp # a2 dst for unfolding
lw lsrc,sz_cpr($r_FOLD) # a1 (in aligned 1st b_info)
bal f_exp # decompress it
addiu src,$r_FOLD,sz_b_info # a0 folded code
sw $r_PMASK,0*NBPW(sp) # forward the PAGE_MASK
// detect big-endian; re-write get4unal if so
lbu at,0(sp) # first byte of PAGE_MASK
beqz at,0f # 0 ==> little endian
lw at,7*NBPW(sp)
sw at,4*NBPW(sp)
lw at,9*NBPW(sp)
sw at,6*NBPW(sp)
0:
# Write de-compressed stub
move a2,$r_szuf # .sz_unc
move a1,sp
move a0,$r_mfd
li v0,__NR_write; syscall
move sp,fp
# Map de-compressed stub
addiu sp,-6*NBPW # space for all 6 args to mmap()
sw zero, 5*NBPW(sp) # last 2 args are in memory
sw $r_mfd,4*NBPW(sp)
li a3,MAP_SHARED # first 4 args are in registers, but kernel might store onto stack
li a2,PROT_WRITE|PROT_READ|PROT_EXEC # FIXME: PROT_WRITE is DEBUG only
lw a1,sz_unc($r_FOLD)
move a0,zero
li v0,__NR_mmap; syscall; addiu sp,6*NBPW
sw v0,F_ADRU(sp)
addiu ra,v0,2*NBPW
move a0,$r_mfd; li v0,__NR_close; syscall
// Use the unfolded code
lw ra,F_ADRU(sp)
//nop r_LENX
addi ra,ra,4*4 // jmp over get_page_mask()
jr ra
addu $r_ADRX,$r_elfa,$r_ADRX // compressed data
addu $r_ADRX,$r_elfa,$r_ADRX # compressed data
mmapRW0:
li a5,0 // offset
mmapRW:
li a2,PROT_WRITE|PROT_READ
mmap:
addiu sp,sp,-sp_frame
a4_sys= 4*NBPW // temporary for syscall
a5_sys= 5*NBPW // temporary for syscall
sw a4,a4_sys(sp)
sw a5,a5_sys(sp)
li v0,__NR_mmap; syscall
bnez a3,mmap_bad
nop
jr ra
addiu sp,sp, sp_frame
mmap_bad:
break // mmap_bad
zfind: // result in $r_auxv
zfind: # result in $r_auxv
lw v1,(a0); addiu a0,a0,NBPW
bnez v1,zfind
move $r_auxv,a0
jr ra
li t0,AT_PAGESZ // prepare early
li t0,AT_PAGESZ # prepare early
main:
bal zfind
move a0,sp
addiu a0,sp,NBPW # avoid feint of 0==argc
bal zfind
move a0,$r_auxv
// set $r_PMASK by finding actual page size in Elf32_auxv_t
# set $r_PMASK by finding actual page size in Elf32_auxv_t
1:
lw v1,a_type(a0)
addiu a0,a0,sz_auxv
beq v1,t0,2f // AT_PAGESZ
beq v1,t0,2f # AT_PAGESZ
lw v0,a_val - sz_auxv(a0)
bnez v1,1b // AT_NULL
bnez v1,1b # AT_NULL
li v0,PAGE_SIZE
2:
sub $r_PMASK,zero,v0
neg $r_PMASK,v0
bal unfold
addiu $r_FOLD,ra,LrFLD - 0f // &b_info for folded loader
addiu $r_FOLD,ra,LrFLD - 0f # &b_info for folded loader
0:
.long O_BINFO
LrFLD:
// { b_info={sz_unc, sz_cpr, {4 char}}, folded_loader...}
# { b_info={sz_unc, sz_cpr, {4 char}}, folded_loader...}
/*__XTHEENDX__*/
@@ -0,0 +1,12 @@
OUTPUT_FORMAT("elf32-littlemips", "elf32-bigmips", "elf32-littlemips")
OUTPUT_ARCH(mips)
SECTIONS
{
.text : {
}
ELFMAINX : {
*(ELFMAINX)
*(.text)
}
}
+214 -97
View File
@@ -31,14 +31,17 @@ NBPW= 4
#include "arch/mips/r3000/macros.ash"
#include "arch/mips/r3000/bits.ash"
#define NO_WANT_MMAP 1
#define NO_WANT_CLOSE 1
#define NO_WANT_EXIT 1
#define NO_WANT_MPROTECT 1
#define NO_WANT_WRITE 1
.set mips1
.set noreorder
.set noat
.altmacro
PAGE_SHIFT= 16 // 64KiB is better default than 4KiB on MIPS
PAGE_MASK= 0xffffffffffffffff<<PAGE_SHIFT
sz_Ehdr= 52
e_type= 16
ET_EXEC= 2
@@ -59,30 +62,33 @@ __NR_Linux = 4000
__NR_brk = 45+ __NR_Linux
__NR_close = 6+ __NR_Linux
__NR_exit = 1+ __NR_Linux
__NR_mmap = 90+ __NR_Linux
__NR_ftruncate= 93+ __NR_Linux
__NR_getpid= 20+ __NR_Linux
__NR_lseek= 19+ __NR_Linux
__NR_memfd_create=354+__NR_Linux
__NR_mmap= 90+ __NR_Linux
__NR_mkdir= 39+ __NR_Linux
__NR_mprotect = 125+ __NR_Linux
__NR_munmap = 91+ __NR_Linux
__NR_oldstat= 18+ __NR_Linux
__NR_open = 5+ __NR_Linux
__NR_read = 3+ __NR_Linux
__NR_readlink = 85+ __NR_Linux
__NR_uname= 122+ __NR_Linux
__NR_unlink= 10+ __NR_Linux
__NR_write = 4+ __NR_Linux
PATHSIZE=4096
OVERHEAD=2048
#include "MAX_ELF_HDR.S"
#include "../src/MAX_ELF_HDR.S"
MAP_PRIVATE= 0x002
// see "#define __MAP_ANONYMOUS 0x0800" in mips-linux-gnu/libc/usr/include/bits/mman.h
MAP_ANONYMOUS=0x800 # not same as i386
PROT_READ= 1
O_RDONLY= 0
get_page_mask:
li v0,0 // modified to PAGE_MASK >> 9
jr ra
sll v0,v0,9
nop
sp_frame= 0x20
F_PMASK= 4*NBPW
F_fd= 5*NBPW
@@ -92,14 +98,14 @@ F_LENU= 7*NBPW
a4_sys= 4*NBPW
a5_sys= 5*NBPW
unmap_all_pages= (1<<1)
unmap_all_pages= (1<<1)
// C-language offers 8 register args; syscall offers only 4
#define a4 t0
#define a5 t1
//ra 31
#define r_fexp 30 /* s8 */
//s8 AVAIL 30 /* s8 */
//sp 29 /* hardware */
#define r_PMASK 28 /* gp */
//k1 27 /* trashed by syscall */
@@ -109,56 +115,108 @@ unmap_all_pages= (1<<1)
//s7 AVAIL 23 /* s7 */ # saved temp for /proc/self/exe
#define r_auxv 22 /* s6 */
#define r_elfa 21 /* s5 */
#define r_auxe 20 /* s4 */
#define r_FOLD 20 /* s4 */
#define r_obinfo 19 /* s3 */
#define r_auxe 20 /* s4 */
#define r_obinfo 19 /* s3 */ /* previously r_LENU */
//s2 AVAIL 18 /* s2 */ # previously r_ADRU
#define r_LENX 17 /* s1 */
#define r_ADRX 16 /* s0 */
PAGE_MASK: .word 0 # set by elf-entry.S
upxfn_path: .word 0 # set by elf-entry.S
// KNOWN OFFSET == 2*NBPW == 8
fold_begin: b L05; nop
// KNOWN OFFSET == 4*NBPW == 16
get4unal: .globl get4unal
lwr v0,0(a0) # little-endian (default)
ret
lwl v0,3(a0)
lwl v0,0(a0) # big-endian (replacement)
ret
lwr v0,3(a0)
/* In:
r_ADRX,r_LENX,r_FOLD,r_elfa,r_auxv,r_PMASK,r_fexp
sp= -sp_frame{%,%,%,%,PMASK,%fd,ADRU,LENU}, {argc,argv...,0,env...,0,auxv...,0,0,strings}
r_ADRX,r_LENX,r_elfa,r_auxv,r_PMASK
sp= -sp_frame{%,%,%,%,PMASK,%,ADRU,LENU}, {argc,argv...,0,env...,0,auxv...,0,0,strings}
*/
fold_begin:
lw $r_obinfo,-4($r_FOLD) // O_BINFO | is_ptinerp | unmap_all_pages
andi at,$r_obinfo,unmap_all_pages
bnez at,0f
move v0,sp
L05:
lw $r_obinfo,-4($r_FOLD) // O_BINFO | is_ptinerp | unmap_all_pages
andi at,$r_obinfo,unmap_all_pages
bnez at,0f
move v0,sp
addiu sp,(~0<<4)&-(NBPW+ 4+ PATHSIZE - sp_frame) # alloca: new envp[0], " =", buffer
0:
#define TMP $25
move v1,sp
L10: # copy until auxv
lw tmp,0(v0); addiu v0,NBPW
sw tmp,0(v1); addiu v1,NBPW
lw TMP,0(v0); addiu v0,NBPW
sw TMP,0(v1); addiu v1,NBPW
bne v0,$r_auxv,L10
andi at,$r_obinfo,unmap_all_pages
bnez at,L30
addiu t1,v1,-NBPW // new envp goes here
sw zero,(v1); addiu v1,NBPW // new terminator for envp
L20:
move $r_auxv,v1 // new auxv
L30: // copy auxv
lw tmp,0(v0); lw t0,NBPW(v0); addiu v0,sz_auxv
sw tmp,0(v1); sw t0,NBPW(v1); addiu v1,sz_auxv
bnez tmp,L30 # AT_NULL: stop when v0= &auxv[N]
move $r_auxe,v1 // end of new auxv
L25: // copy auxv
lw TMP,0(v0); lw t0,NBPW(v0); addiu v0,sz_auxv
sw TMP,0(v1); sw t0,NBPW(v1); addiu v1,sz_auxv
bnez TMP,L25 # AT_NULL: stop when v0= &auxv[N]
move $r_auxe,v1 // end of new auxv
andi at,$r_obinfo,unmap_all_pages
bnez at,no_pse_env
li tmp,' '
li TMP,' '
sw v1,0(t1) # new env var
sb tmp,0(v1) # endian neutral!
sb tmp,1(v1)
sb tmp,2(v1)
li tmp,'='
sb tmp,3(v1)
sb TMP,0(v1) # endian neutral!
sb TMP,1(v1)
sb TMP,2(v1)
li TMP,'='
sb TMP,3(v1)
addiu s7,v1,4 # &buf[0]
bal 9f
bal L30
sw ra,F_fd(sp) # "/proc/self/exe"
.asciz "/proc/self/exe"
.balign 4
get_page_mask: .globl get_page_mask
Lget_page_mask:
move v1,ra
bal 5f // ra= 0f
lw v0,(ra)
0:
.word PAGE_MASK - 0b
5:
addu v0,ra
jr v1
lw v0,(v0)
get_upxfn_path: .globl get_upxfn_path // char * (*)(void)
move v1,ra
bal 5f // ra= 0f
lw at,(ra)
0:
.word upxfn_path - 0b
5:
addu at,ra // &upxfn_path
lw v0,(at) // offset
beqz v0,9f // null string
addu v0,at
jr v1
addiu v0,-1*NBPW
9:
jr v1
move v0,$0
close: .globl close
b sysgo; li v0,__NR_close
L30:
li a1,O_RDONLY
move a0,ra # "/proc/self/exe"
li v0,__NR_open; syscall
@@ -169,41 +227,24 @@ L30: // copy auxv
sw v0,F_fd(sp) # result of __NR_open
li v0,__NR_readlink; syscall
bltz a3,0f
addu tmp,a1,v0
sb $0,(tmp) # null terminate the path
addu TMP,a1,v0
sb $0,(TMP) # null terminate the path
0:
no_pse_env:
addiu sp,-MAX_ELF_HDR_32 # alloca
move t3,$r_PMASK # page_mask
move t2,$r_elfa # &Elf32_Ehdr of stub
move t1,zero # &f_unfilter
move t0,$r_fexp # &f_decompress
move a4,sp # &tmp_ehdr
move a3,$r_auxv # new &auxv[0]
move a2,sp # &Elf32_Ehdr tmp space
move a2,$r_elfa # &Elf32_Ehdr of stub
move a1,$r_LENX # total_size
BAL=0x04110000
.extern upx_main
/* We need a position-independent call of upx_main, which is external.
"bal upx_main" cannot be assembled by mipsel-elf-as-20060406.
".long BAL + upx_main" then changing R_MIPS_32 to R_MIPS_PC16
in a utility program, is botched when loaded by multiarch-ld-2.17
(relocates as if R_MIPS_32, changing the opcode and not
subtracting the current location).
So do it the hard way.
*/
bltzal $0,9f # ra= &9f; no branch (condition is false!)
li v0,%lo(9f)
9:
subu v0,ra,v0
addiu v0,v0,%lo(upx_main)
jalr v0
bal upx_main # remember that Makefile 'cat' all *.[sS]
move a0,$r_ADRX
/* entry= upx_main(b_info *a0, total_size a1, Elf32_Ehdr *a2, Elf32_Auxv_t *a3,
f_decompr t0, f_unfilter t1, Elf32_Ehdr &t2, page_mask t3 )
Elf32_Ehdr *tmp_ehdr
*/
addiu sp,MAX_ELF_HDR_32 # un-alloca
move $r_fexp,v0 # &entry
move s8,v0 # &entry
p_vaddr= 2*NBPW
p_memsz= 5*NBPW
@@ -216,6 +257,7 @@ p_memsz= 5*NBPW
li v0,__NR_munmap; syscall
// Map 1 page of /proc/self/exe so that munmap does not remove all references
lw a4,F_fd(sp)
andi at,$r_obinfo,unmap_all_pages
bnez at,no_map_pse
lw a4,F_fd(sp)
@@ -246,58 +288,89 @@ no_map_pse:
leading to SIGSEGV. Fixed in [git blame:]
27d501fdbf (Denis Vlasenko 2009-01-10 21:02:48 +0000
*/
move tmp,sp
move TMP,sp
addiu sp, -0x380 # estimated stack bound of upx_main and below
0:
addiu sp,NBPW
bne sp,tmp,0b
bne sp,TMP,0b
sw $0,-NBPW(sp)
lw tmp,-sz_auxv+ a_val($r_auxe) // last .a_val
lw TMP,-sz_auxv+ a_val($r_auxe) // last .a_val
nop # needed? allegedly MIPS R3000 provides load delay in hardware when needed
beqz tmp,L40 # could not make escape hatch
beqz TMP,L40 # could not make escape hatch
nop # even R3000 requires branch delay
jr tmp # goto munmap escape hatch: [syscall; jr $r_fexp; nop]
jr TMP # goto munmap escape hatch: [syscall; jr s8; nop]
li v0,__NR_munmap
L40:
jr $r_fexp # omit munmap
jr s8 # omit munmap
nop
section SYSCALLS; .set noreorder
Pprotect: .globl Pprotect
li tmp,~PAGE_MASK
and tmp,a0
sub a0,tmp
add a1,tmp
addiu sp,-2*NBPW; sw ra,0*NBPW(sp)
bal Lget_page_mask
nop
not v0,v0 # fragment mask
lw ra,0*NBPW(sp)
and TMP,a0,v0
sub a0,TMP
add a1,TMP
li v0,__NR_mprotect; syscall
jr ra
addiu sp,2*NBPW
my_bkpt: .globl my_bkpt
break # my_bkpt
jr ra
nop
// mips-linux-gnu/libc/uclibc/lib/libgcc_s.so.1: __clear_cache is a no-op [??]
//
// Subbsumed by [write() +] mmap() on PROT_EXEC after memfd_create().
// Also, are the parameters (lo, hi) or (lo, size)?
// MIPSr2 has "synci offset(reg)" for one cache line.
// but then you need "rdhwr reg,hwr_synci_step" to find CACHELINE size,
// or safe default of 16 bytes; most are least 32 bytes.
//__clear_cache: .globl __clear_cache
// j ra
// nop
memset: .globl memset // (dst, val, n)
beqz a2,9f
move v0,a0
0:
sb a1,(a0)
la a2,-1(a2)
bnez a2,0b
la a0,1(a0)
9:
j ra
nop
#if 0 /*{ replaced by macros in include/linux.h because of 'bal' vs gcc */
err_syscall:
li a0,-1
exit: .globl exit
li v0,__NR_exit
sysgo:
syscall
sysret:
sltiu tmp,v0,PAGE_MASK
addiu tmp,tmp,-1
memcpy: .globl memcpy // (dst, src, n)
beq $0,a2,9f
move v0,a0
0:
lb at,(a1); la a1, 1(a1)
sb at,(a0); la a2,-1(a2)
bnez a2,0b
la a0,1(a0)
9:
j ra
or v0,v0,tmp
read: .globl read
b sysgo; li v0,__NR_read
write: .globl write
b sysgo; li v0,__NR_write
open: .globl open
b sysgo; li v0,__NR_open
close: .globl close
b sysgo; li v0,__NR_close
brk: .globl brk
b sysgo; li v0,__NR_brk
munmap: .globl munmap
b sysgo; li v0,__NR_munmap
mprotect: .globl mprotect
b sysgo; li v0,__NR_mprotect
nop
mempcpy: .globl mempcpy // (dst, src, n)
beq $0,a2,9f
nop
0:
lb at,(a1); la a1, 1(a1)
sb at,(a0); la a2,-1(a2)
bnez a2,0b
la a0,1(a0)
9:
j ra
move v0,a0
mmap_privanon: .globl mmap_privanon
ori a3,a3,MAP_PRIVATE|MAP_ANONYMOUS
@@ -308,8 +381,52 @@ mmap: .globl mmap
sw a4,a4_sys(sp)
sw a5,a5_sys(sp)
li v0,__NR_mmap; syscall
lw a4,a4_sys(sp)
lw a5,a5_sys(sp)
b sysret
addiu sp,sp,sp_frame
#endif /*}*/
sysgo:
syscall
sysret:
bgez a3,sysOK
nop
move v0,a3 // -errno: < 0, and > 0xfffff000
sysOK:
jr ra
nop
exit: .globl exit
b sysgo; li v0,__NR_exit
brk: .globl brk
b sysgo; li v0,__NR_brk
ftruncate: .globl ftruncate
b sysgo; li v0,__NR_ftruncate
getpid: .globl getpid
b sysgo; li v0,__NR_getpid
lseek: .globl lseek
b sysgo; li v0,__NR_lseek
memfd_create: .globl memfd_create
b sysgo; li v0,__NR_memfd_create
mkdir: .globl mkdir
b sysgo; li v0,__NR_mkdir
mprotect: .globl mprotect
b sysgo; li v0,__NR_mprotect
munmap: .globl munmap
b sysgo; li v0,__NR_munmap
stat: .globl stat
b sysgo; li v0,__NR_oldstat // WARNING: oldstat
open: .globl open
b sysgo; li v0,__NR_open
read: .globl read
b sysgo; li v0,__NR_read
readlink: .globl readlink
b sysgo; li v0,__NR_readlink
uname: .globl uname
b sysgo; li v0,__NR_uname
unlink: .globl unlink
b sysgo; li v0,__NR_unlink
write: .globl write
b sysgo; li v0,__NR_write
/* vim:set ts=8 sw=8 et: */
+1 -2
View File
@@ -34,11 +34,10 @@ OUTPUT_ARCH(mips)
PHDRS
{
text PT_LOAD FILEHDR PHDRS ;
data PT_LOAD ; /* for setting brk(0) */
data PT_LOAD ;
}
SECTIONS
{
. = 0x00100000 + SIZEOF_HEADERS + 12; /* 12==sizeof(l_info) */
.text : {
*(.text)
*(.data)
@@ -0,0 +1 @@
#include "../src/i386-linux.elf-main2.c"
@@ -310,8 +310,6 @@ lxlzma_retval = lxlzma_srcdone
jr ra
nop
lzma_decode:
section LZMA_DEC20
#if 1 /*{*/
#include "arch/mips/r3000/lzma_d.S"
+1 -1
View File
@@ -34,7 +34,7 @@ OUTPUT_ARCH(powerpc:common)
PHDRS
{
text PT_LOAD FILEHDR PHDRS ;
data PT_LOAD ; /* for setting brk(0) */
data PT_LOAD ;
}
SECTIONS
{
+10
View File
@@ -127,7 +127,14 @@ struct stat { // __NR_stat = 106 + NR_SYSCALL_BASE
#define S_IRWXU 00700
#define AT_FDCWD -100
#define restrict /**/
//
// We want to supersede in *.elf-fold.S, not use include/linux.h
#define NO_WANT_CLOSE 1
#define NO_WANT_MPROTECT 1
#define NO_WANT_OPEN 1
#define NO_WANT_READ 1
#include "include/linux.h" // syscalls; i386 inlines via "int 0x80"
extern int fstatat(int dirfd, const char *restrict pathname,
struct stat *restrict statbuf, int flags);
@@ -265,6 +272,9 @@ static int strncmplc(char const *s1, char const *s2, unsigned n)
#define ANDROID_TEST 0
#define MFD_EXEC 0x10
extern int memfd_create(char const *name, unsigned flags);
extern int ftruncate(int fd, size_t length);
extern ssize_t write(int fd, void const *buf, size_t length);
unsigned long upx_mmap_and_fd( // returns (mapped_addr | (1+ fd))
void *ptr // desired address
+11 -11
View File
@@ -7,24 +7,24 @@ Name Origin Length Attributes
Linker script and memory map
.text 0x0000000000000000 0xfa8
.text 0x0000000000000000 0x318 tmp/arm.v4a-linux.elf-fold.o
.text 0x0000000000000000 0x1aa4
.text 0x0000000000000000 0x320 tmp/arm.v4a-linux.elf-fold.o
0x0000000000000004 get_page_mask
0x00000000000002b8 memcpy
0x00000000000002fc mempcpy
0x00000000000002c0 memcpy
0x0000000000000304 mempcpy
0x0000000000000054 mmap
0x000000000000003c mmap_privanon
0x000000000000000c get_upxfn_path
0x00000000000002dc memset
0x00000000000002e4 memset
0x0000000000000024 Pprotect
0x00000000fffffff4 PAGE_MASK
0x0000000000000024 mprotect
.text 0x0000000000000318 0x3ec tmp/arm.v4a-linux.elf-upxfd_android.o
0x0000000000000550 upx_mmap_and_fd
.text 0x0000000000000704 0x0 tmp/arm.v4a-expand.o
.text 0x0000000000000704 0x8a4 tmp/arm.v4a-linux.elf-main2.o
0x0000000000000f44 underlay
0x0000000000000e14 upx_main
.text 0x0000000000000320 0x3ec tmp/arm.v4a-linux.elf-upxfd_android.o
0x0000000000000558 upx_mmap_and_fd
.text 0x000000000000070c 0x0 tmp/arm.v4a-expand.o
.text 0x000000000000070c 0x1398 tmp/arm.v4a-linux.elf-main2.o
0x00000000000019fc underlay
0x00000000000017a0 upx_main
SYSCALLS 0x0000000000000000 0x10c
SYSCALLS 0x0000000000000000 0x10c tmp/arm.v4a-linux.elf-fold.o
+8 -8
View File
@@ -10,21 +10,21 @@ TARGET(elf32-littlearm)
.text 0x0000000000000000 0xfc8
*(.text)
.text 0x0000000000000000 0x338 tmp/arm.v5a-linux.elf-fold.o
.text 0x0000000000000000 0x340 tmp/arm.v5a-linux.elf-fold.o
0x0000000000000004 get_page_mask
0x00000000000002d8 memcpy
0x000000000000031c mempcpy
0x00000000000002e0 memcpy
0x0000000000000324 mempcpy
0x0000000000000060 mmap
0x0000000000000048 mmap_privanon
0x000000000000000c get_upxfn_path
0x00000000000002fc memset
0x0000000000000304 memset
0x0000000000000024 Pprotect
0x00000000fffffff4 PAGE_MASK
0x0000000000000024 mprotect
.text 0x0000000000000338 0x3f0 tmp/arm.v5a-linux.elf-upxfd_android.o
0x0000000000000574 upx_mmap_and_fd
.text 0x0000000000000728 0x0 tmp/arm.v5a-expand.o
.text 0x0000000000000728 0x8a0 tmp/arm.v5a-linux.elf-main2.o
.text 0x0000000000000340 0x3f0 tmp/arm.v5a-linux.elf-upxfd_android.o
0x000000000000057c upx_mmap_and_fd
.text 0x0000000000000730 0x0 tmp/arm.v5a-expand.o
.text 0x0000000000000730 0x898 tmp/arm.v5a-linux.elf-main2.o
0x0000000000000f64 underlay
0x0000000000000e34 upx_main
*(.data)
+11 -11
View File
@@ -7,24 +7,24 @@ Name Origin Length Attributes
Linker script and memory map
.text 0x0000000000000000 0xfbc
.text 0x0000000000000000 0x318 tmp/armeb.v4a-linux.elf-fold.o
.text 0x0000000000000000 0x1ab8
.text 0x0000000000000000 0x320 tmp/armeb.v4a-linux.elf-fold.o
0x0000000000000004 get_page_mask
0x00000000000002b8 memcpy
0x00000000000002fc mempcpy
0x00000000000002c0 memcpy
0x0000000000000304 mempcpy
0x0000000000000054 mmap
0x000000000000003c mmap_privanon
0x000000000000000c get_upxfn_path
0x00000000000002dc memset
0x00000000000002e4 memset
0x0000000000000024 Pprotect
0x00000000fffffff4 PAGE_MASK
0x0000000000000024 mprotect
.text 0x0000000000000318 0x3ec tmp/armeb.v4a-linux.elf-upxfd_android.o
0x0000000000000550 upx_mmap_and_fd
.text 0x0000000000000704 0x0 tmp/armeb.v4a-expand.o
.text 0x0000000000000704 0x8b8 tmp/armeb.v4a-linux.elf-main2.o
0x0000000000000f58 underlay
0x0000000000000e24 upx_main
.text 0x0000000000000320 0x3ec tmp/armeb.v4a-linux.elf-upxfd_android.o
0x0000000000000558 upx_mmap_and_fd
.text 0x000000000000070c 0x0 tmp/armeb.v4a-expand.o
.text 0x000000000000070c 0x13ac tmp/armeb.v4a-linux.elf-main2.o
0x0000000000001a10 underlay
0x00000000000017b0 upx_main
SYSCALLS 0x0000000000000000 0x10c
SYSCALLS 0x0000000000000000 0x10c tmp/armeb.v4a-linux.elf-fold.o
+6 -5
View File
@@ -7,7 +7,7 @@ Name Origin Length Attributes
Linker script and memory map
.text 0x0000000000000000 0xca0
.text 0x0000000000000000 0xcb7
.text 0x0000000000000000 0x183 tmp/i386-linux.elf-fold.o
0x0000000000000004 get_page_mask
0x0000000000000011 get_upxfn_path
@@ -16,9 +16,9 @@ Linker script and memory map
0x000000000000038b upx_mmap_and_fd
*fill* 0x0000000000000503 0x1 00
.text 0x0000000000000504 0x0 tmp/i386-expand.o
.text 0x0000000000000504 0x79c tmp/i386-linux.elf-main2.o
.text 0x0000000000000504 0x7b3 tmp/i386-linux.elf-main2.o
0x0000000000000659 underlay
0x0000000000000b4c upx_main
0x0000000000000b63 upx_main
.data 0x0000000000000000 0x0
.data 0x0000000000000000 0x0 tmp/i386-linux.elf-fold.o
@@ -56,9 +56,10 @@ SYSCALLS 0x0000000000000000 0xc0
.note.GNU-stack
0x0000000000000000 0x0 tmp/i386-linux.elf-upxfd_android.o
EXP_HEAD 0x0000000000000000 0xf1
EXP_HEAD 0x0000000000000000 0xf1 tmp/i386-expand.o
EXP_HEAD 0x0000000000000000 0xf3
EXP_HEAD 0x0000000000000000 0xf3 tmp/i386-expand.o
0x0000000000000057 f_expand
0x0000000000000087 __clear_cache
EXP_TAIL 0x0000000000000000 0xb
EXP_TAIL 0x0000000000000000 0xb tmp/i386-expand.o
+10 -45
View File
@@ -2,56 +2,21 @@ file format elf32-bigmips
Sections:
Idx Name Size VMA LMA File off Algn Flags
0 ELFMAINX 08 0 0 034 2**0 CONTENTS
1 NRV2E 0154 0 0 03c 2**0 CONTENTS
2 NRV2D 0144 0 0 0190 2**0 CONTENTS
3 NRV2B 0128 0 0 02d4 2**0 CONTENTS
4 LZMA_ELF00 09c 0 0 03fc 2**0 CONTENTS
5 LZMA_DEC20 0ad8 0 0 0498 2**0 CONTENTS
6 LZMA_DEC10 0ad8 0 0 0f70 2**0 CONTENTS
7 LZMA_DEC30 04 0 0 01a48 2**0 CONTENTS
8 NRV_HEAD 010 0 0 01a4c 2**0 CONTENTS
9 NRV_TAIL 010 0 0 01a5c 2**0 CONTENTS
10 CFLUSH 024 0 0 01a6c 2**0 CONTENTS
11 ELFMAINY 02a 0 0 01a90 2**0 CONTENTS
12 ELFMAINZ 012c 0 0 01aba 2**0 CONTENTS
0 ELFMAINZ 0150 0 0 034 2**2 CONTENTS
1 ELFMAINX 0174 0 0 0184 2**2 CONTENTS
2 .pdr 0 0 0 02f8 2**2 CONTENTS
SYMBOL TABLE:
00000000 l d NRV_TAIL 0 NRV_TAIL
00000000 l d ELFMAINZ 0 ELFMAINZ
00000000 l d ELFMAINX 0 ELFMAINX
00000000 l d NRV2E 0 NRV2E
00000000 l d NRV2D 0 NRV2D
00000000 l d NRV2B 0 NRV2B
00000000 l d LZMA_ELF00 0 LZMA_ELF00
00000000 l d LZMA_DEC20 0 LZMA_DEC20
00000000 l d LZMA_DEC10 0 LZMA_DEC10
00000000 l d LZMA_DEC30 0 LZMA_DEC30
00000000 l d NRV_HEAD 0 NRV_HEAD
00000000 l d CFLUSH 0 CFLUSH
00000000 l d ELFMAINY 0 ELFMAINY
00000000 g O ELFMAINX 0 _start
00000000 l d .pdr 0 .pdr
00000000 *UND* 0 O_BINFO
00000000 g O ELFMAINX 0 _start
RELOCATION RECORDS FOR [ELFMAINZ]:
OFFSET TYPE VALUE
00000080 R_MIPS_PC16 ELFMAINX
0000014c R_MIPS_32 O_BINFO
RELOCATION RECORDS FOR [ELFMAINX]:
OFFSET TYPE VALUE
00000000 R_MIPS_PC16 ELFMAINZ
RELOCATION RECORDS FOR [NRV2E]:
OFFSET TYPE VALUE
0000007c R_MIPS_PC16 NRV_TAIL
RELOCATION RECORDS FOR [NRV2D]:
OFFSET TYPE VALUE
0000007c R_MIPS_PC16 NRV_TAIL
RELOCATION RECORDS FOR [NRV2B]:
OFFSET TYPE VALUE
00000064 R_MIPS_PC16 NRV_TAIL
RELOCATION RECORDS FOR [ELFMAINY]:
OFFSET TYPE VALUE
00000004 R_MIPS_PC16 ELFMAINZ
RELOCATION RECORDS FOR [ELFMAINZ]:
OFFSET TYPE VALUE
00000128 R_MIPS_32 O_BINFO
+78 -16
View File
@@ -7,35 +7,97 @@ Name Origin Length Attributes
Linker script and memory map
TARGET(elf32-bigmips)
0x0000000000100080 . = ((0x100000 + SIZEOF_HEADERS) + 0xc)
.text 0x0000000000100080 0xb50
.text 0x0000000000000000 0xd3c
*(.text)
.text 0x0000000000100080 0x1e0 tmp/mips.r3000-linux.elf-fold.o
0x0000000000100240 Pprotect
.text 0x0000000000100260 0x970 tmp/mips.r3000-linux.elf-main.o
0x0000000000100a2c upx_main
.text 0x0000000000000000 0xd3c tmp/mips.r3000-linux.elf-fold.o
0x00000000000000cc get_page_mask
0x0000000000000c9c upx_mmap_and_fd
0x00000000000000e8 get_upxfn_path
0x0000000000000c30 underlay
0x0000000000000a98 upx_main
0x0000000000000010 get4unal
0x0000000000000118 close
*(.data)
.data 0x0000000000100bd0 0x0 tmp/mips.r3000-linux.elf-fold.o
.data 0x0000000000100bd0 0x0 tmp/mips.r3000-linux.elf-main.o
.data 0x0000000000000d3c 0x0 tmp/mips.r3000-linux.elf-fold.o
SYSCALLS 0x0000000000000000 0x178
SYSCALLS 0x0000000000000000 0x178 tmp/mips.r3000-linux.elf-fold.o
0x0000000000000138 munmap
0x0000000000000110 getpid
0x0000000000000060 memcpy
0x0000000000000158 readlink
0x0000000000000088 mempcpy
0x0000000000000108 ftruncate
0x0000000000000118 lseek
0x00000000000000bc mmap
0x00000000000000b0 mmap_privanon
0x0000000000000160 uname
0x0000000000000170 write
0x0000000000000120 memfd_create
0x0000000000000150 read
0x0000000000000168 unlink
0x0000000000000040 memset
0x0000000000000034 my_bkpt
0x0000000000000000 Pprotect
0x0000000000000140 stat
0x00000000000000f8 exit
0x0000000000000100 brk
0x0000000000000148 open
0x0000000000000130 mprotect
0x0000000000000128 mkdir
EXP_HEAD 0x0000000000000000 0x90
EXP_HEAD 0x0000000000000000 0x90 tmp/mips.r3000-linux.elf-fold.o
0x0000000000000000 f_expand
EXP_TAIL 0x0000000000000000 0x48
EXP_TAIL 0x0000000000000000 0x48 tmp/mips.r3000-linux.elf-fold.o
0x0000000000000000 eof_n2e
0x0000000000000000 eof_n2b
0x0000000000000044 eof_lzma
0x0000000000000000 eof_nrv
0x0000000000000000 eof_n2d
NRV2E 0x0000000000000000 0x154
NRV2E 0x0000000000000000 0x154 tmp/mips.r3000-linux.elf-fold.o
NRV2D 0x0000000000000000 0x144
NRV2D 0x0000000000000000 0x144 tmp/mips.r3000-linux.elf-fold.o
NRV2B 0x0000000000000000 0x128
NRV2B 0x0000000000000000 0x128 tmp/mips.r3000-linux.elf-fold.o
LZMA_ELF00 0x0000000000000000 0xa8
LZMA_ELF00 0x0000000000000000 0xa8 tmp/mips.r3000-linux.elf-fold.o
LZMA_DEC10 0x0000000000000000 0xad8
LZMA_DEC10 0x0000000000000000 0xad8 tmp/mips.r3000-linux.elf-fold.o
LZMA_DEC20 0x0000000000000000 0xad8
LZMA_DEC20 0x0000000000000000 0xad8 tmp/mips.r3000-linux.elf-fold.o
LZMA_DEC30 0x0000000000000000 0xc
LZMA_DEC30 0x0000000000000000 0xc tmp/mips.r3000-linux.elf-fold.o
.data
.bss 0x0000000000100bd0 0x0
.bss 0x0000000000100bd0 0x0 tmp/mips.r3000-linux.elf-fold.o
.bss 0x0000000000100bd0 0x0 tmp/mips.r3000-linux.elf-main.o
.bss 0x0000000000000000 0x0
.bss 0x0000000000000000 0x0 tmp/mips.r3000-linux.elf-fold.o
LOAD tmp/mips.r3000-linux.elf-fold.o
LOAD tmp/mips.r3000-linux.elf-main.o
OUTPUT(tmp/mips.r3000-linux.elf-fold.bin elf32-bigmips)
.pdr 0x0000000000000000 0x0
.pdr 0x0000000000000000 0x0 tmp/mips.r3000-linux.elf-fold.o
.reginfo 0x0000000000000000 0x18
.reginfo 0x0000000000000000 0x18 tmp/mips.r3000-linux.elf-fold.o
.mdebug.eabi32 0x0000000000000000 0x0
.mdebug.eabi32
0x0000000000000000 0x0 tmp/mips.r3000-linux.elf-main.o
0x0000000000000000 0x0 tmp/mips.r3000-linux.elf-fold.o
.gcc_compiled_long32
0x0000000000000000 0x0
.gcc_compiled_long32
0x0000000000000000 0x0 tmp/mips.r3000-linux.elf-main.o
0x0000000000000000 0x0 tmp/mips.r3000-linux.elf-fold.o
.comment 0x0000000000000000 0x23
.comment 0x0000000000000000 0x23 tmp/mips.r3000-linux.elf-fold.o
+2 -45
View File
@@ -2,49 +2,6 @@ file format elf32-bigmips
Sections:
Idx Name Size VMA LMA File off Algn Flags
0 ELFMAINX 0c4 0 0 034 2**0 CONTENTS
1 NRV2E 0154 0 0 0f8 2**0 CONTENTS
2 NRV2D 0144 0 0 024c 2**0 CONTENTS
3 NRV2B 0128 0 0 0390 2**0 CONTENTS
4 LZMA_ELF00 09c 0 0 04b8 2**0 CONTENTS
5 LZMA_DEC20 0ad8 0 0 0554 2**0 CONTENTS
6 LZMA_DEC10 0ad8 0 0 0102c 2**0 CONTENTS
7 LZMA_DEC30 04 0 0 01b04 2**0 CONTENTS
8 NRV_HEAD 010 0 0 01b08 2**0 CONTENTS
9 NRV_TAIL 010 0 0 01b18 2**0 CONTENTS
10 CFLUSH 024 0 0 01b28 2**0 CONTENTS
11 ELFMAINY 0 0 0 01b4c 2**0 CONTENTS
12 ELFMAINZ 02f0 0 0 01b4c 2**0 CONTENTS
0 .text 0 0 0 034 2**2 CONTENTS
SYMBOL TABLE:
00000000 l d NRV_TAIL 0 NRV_TAIL
00000000 l d ELFMAINZ 0 ELFMAINZ
00000000 l d ELFMAINX 0 ELFMAINX
00000000 l d NRV2E 0 NRV2E
00000000 l d NRV2D 0 NRV2D
00000000 l d NRV2B 0 NRV2B
00000000 l d LZMA_ELF00 0 LZMA_ELF00
00000000 l d LZMA_DEC20 0 LZMA_DEC20
00000000 l d LZMA_DEC10 0 LZMA_DEC10
00000000 l d LZMA_DEC30 0 LZMA_DEC30
00000000 l d NRV_HEAD 0 NRV_HEAD
00000000 l d CFLUSH 0 CFLUSH
00000000 l d ELFMAINY 0 ELFMAINY
00000000 g O ELFMAINX 0 _start
00000000 g O ELFMAINY 0 end_decompress
RELOCATION RECORDS FOR [ELFMAINX]:
OFFSET TYPE VALUE
00000018 R_MIPS_LO16 _start
00000020 R_MIPS_LO16 ELFMAINZ
RELOCATION RECORDS FOR [NRV2E]:
OFFSET TYPE VALUE
0000007c R_MIPS_PC16 NRV_TAIL
RELOCATION RECORDS FOR [NRV2D]:
OFFSET TYPE VALUE
0000007c R_MIPS_PC16 NRV_TAIL
RELOCATION RECORDS FOR [NRV2B]:
OFFSET TYPE VALUE
00000064 R_MIPS_PC16 NRV_TAIL
no symbols
+10 -45
View File
@@ -2,56 +2,21 @@ file format elf32-littlemips
Sections:
Idx Name Size VMA LMA File off Algn Flags
0 ELFMAINX 08 0 0 034 2**0 CONTENTS
1 NRV2E 012c 0 0 03c 2**0 CONTENTS
2 NRV2D 011c 0 0 0168 2**0 CONTENTS
3 NRV2B 0100 0 0 0284 2**0 CONTENTS
4 LZMA_ELF00 09c 0 0 0384 2**0 CONTENTS
5 LZMA_DEC20 0ad8 0 0 0420 2**0 CONTENTS
6 LZMA_DEC10 0ad8 0 0 0ef8 2**0 CONTENTS
7 LZMA_DEC30 04 0 0 019d0 2**0 CONTENTS
8 NRV_HEAD 010 0 0 019d4 2**0 CONTENTS
9 NRV_TAIL 010 0 0 019e4 2**0 CONTENTS
10 CFLUSH 024 0 0 019f4 2**0 CONTENTS
11 ELFMAINY 02a 0 0 01a18 2**0 CONTENTS
12 ELFMAINZ 012c 0 0 01a42 2**0 CONTENTS
0 ELFMAINZ 0150 0 0 034 2**2 CONTENTS
1 ELFMAINX 014c 0 0 0184 2**2 CONTENTS
2 .pdr 0 0 0 02d0 2**2 CONTENTS
SYMBOL TABLE:
00000000 l d NRV_TAIL 0 NRV_TAIL
00000000 l d ELFMAINZ 0 ELFMAINZ
00000000 l d ELFMAINX 0 ELFMAINX
00000000 l d NRV2E 0 NRV2E
00000000 l d NRV2D 0 NRV2D
00000000 l d NRV2B 0 NRV2B
00000000 l d LZMA_ELF00 0 LZMA_ELF00
00000000 l d LZMA_DEC20 0 LZMA_DEC20
00000000 l d LZMA_DEC10 0 LZMA_DEC10
00000000 l d LZMA_DEC30 0 LZMA_DEC30
00000000 l d NRV_HEAD 0 NRV_HEAD
00000000 l d CFLUSH 0 CFLUSH
00000000 l d ELFMAINY 0 ELFMAINY
00000000 g O ELFMAINX 0 _start
00000000 l d .pdr 0 .pdr
00000000 *UND* 0 O_BINFO
00000000 g O ELFMAINX 0 _start
RELOCATION RECORDS FOR [ELFMAINZ]:
OFFSET TYPE VALUE
00000080 R_MIPS_PC16 ELFMAINX
0000014c R_MIPS_32 O_BINFO
RELOCATION RECORDS FOR [ELFMAINX]:
OFFSET TYPE VALUE
00000000 R_MIPS_PC16 ELFMAINZ
RELOCATION RECORDS FOR [NRV2E]:
OFFSET TYPE VALUE
0000007c R_MIPS_PC16 NRV_TAIL
RELOCATION RECORDS FOR [NRV2D]:
OFFSET TYPE VALUE
0000007c R_MIPS_PC16 NRV_TAIL
RELOCATION RECORDS FOR [NRV2B]:
OFFSET TYPE VALUE
00000064 R_MIPS_PC16 NRV_TAIL
RELOCATION RECORDS FOR [ELFMAINY]:
OFFSET TYPE VALUE
00000004 R_MIPS_PC16 ELFMAINZ
RELOCATION RECORDS FOR [ELFMAINZ]:
OFFSET TYPE VALUE
00000128 R_MIPS_32 O_BINFO
+78 -16
View File
@@ -7,35 +7,97 @@ Name Origin Length Attributes
Linker script and memory map
TARGET(elf32-littlemips)
0x0000000000100080 . = ((0x100000 + SIZEOF_HEADERS) + 0xc)
.text 0x0000000000100080 0xb50
.text 0x0000000000000000 0xd2c
*(.text)
.text 0x0000000000100080 0x1e0 tmp/mipsel.r3000-linux.elf-fold.o
0x0000000000100240 Pprotect
.text 0x0000000000100260 0x970 tmp/mipsel.r3000-linux.elf-main.o
0x0000000000100a2c upx_main
.text 0x0000000000000000 0xd2c tmp/mipsel.r3000-linux.elf-fold.o
0x00000000000000cc get_page_mask
0x0000000000000c8c upx_mmap_and_fd
0x00000000000000e8 get_upxfn_path
0x0000000000000c20 underlay
0x0000000000000a88 upx_main
0x0000000000000010 get4unal
0x0000000000000118 close
*(.data)
.data 0x0000000000100bd0 0x0 tmp/mipsel.r3000-linux.elf-fold.o
.data 0x0000000000100bd0 0x0 tmp/mipsel.r3000-linux.elf-main.o
.data 0x0000000000000d2c 0x0 tmp/mipsel.r3000-linux.elf-fold.o
SYSCALLS 0x0000000000000000 0x178
SYSCALLS 0x0000000000000000 0x178 tmp/mipsel.r3000-linux.elf-fold.o
0x0000000000000138 munmap
0x0000000000000110 getpid
0x0000000000000060 memcpy
0x0000000000000158 readlink
0x0000000000000088 mempcpy
0x0000000000000108 ftruncate
0x0000000000000118 lseek
0x00000000000000bc mmap
0x00000000000000b0 mmap_privanon
0x0000000000000160 uname
0x0000000000000170 write
0x0000000000000120 memfd_create
0x0000000000000150 read
0x0000000000000168 unlink
0x0000000000000040 memset
0x0000000000000034 my_bkpt
0x0000000000000000 Pprotect
0x0000000000000140 stat
0x00000000000000f8 exit
0x0000000000000100 brk
0x0000000000000148 open
0x0000000000000130 mprotect
0x0000000000000128 mkdir
EXP_HEAD 0x0000000000000000 0x90
EXP_HEAD 0x0000000000000000 0x90 tmp/mipsel.r3000-linux.elf-fold.o
0x0000000000000000 f_expand
EXP_TAIL 0x0000000000000000 0x48
EXP_TAIL 0x0000000000000000 0x48 tmp/mipsel.r3000-linux.elf-fold.o
0x0000000000000000 eof_n2e
0x0000000000000000 eof_n2b
0x0000000000000044 eof_lzma
0x0000000000000000 eof_nrv
0x0000000000000000 eof_n2d
NRV2E 0x0000000000000000 0x12c
NRV2E 0x0000000000000000 0x12c tmp/mipsel.r3000-linux.elf-fold.o
NRV2D 0x0000000000000000 0x11c
NRV2D 0x0000000000000000 0x11c tmp/mipsel.r3000-linux.elf-fold.o
NRV2B 0x0000000000000000 0x100
NRV2B 0x0000000000000000 0x100 tmp/mipsel.r3000-linux.elf-fold.o
LZMA_ELF00 0x0000000000000000 0xa8
LZMA_ELF00 0x0000000000000000 0xa8 tmp/mipsel.r3000-linux.elf-fold.o
LZMA_DEC10 0x0000000000000000 0xad8
LZMA_DEC10 0x0000000000000000 0xad8 tmp/mipsel.r3000-linux.elf-fold.o
LZMA_DEC20 0x0000000000000000 0xad8
LZMA_DEC20 0x0000000000000000 0xad8 tmp/mipsel.r3000-linux.elf-fold.o
LZMA_DEC30 0x0000000000000000 0xc
LZMA_DEC30 0x0000000000000000 0xc tmp/mipsel.r3000-linux.elf-fold.o
.data
.bss 0x0000000000100bd0 0x0
.bss 0x0000000000100bd0 0x0 tmp/mipsel.r3000-linux.elf-fold.o
.bss 0x0000000000100bd0 0x0 tmp/mipsel.r3000-linux.elf-main.o
.bss 0x0000000000000000 0x0
.bss 0x0000000000000000 0x0 tmp/mipsel.r3000-linux.elf-fold.o
LOAD tmp/mipsel.r3000-linux.elf-fold.o
LOAD tmp/mipsel.r3000-linux.elf-main.o
OUTPUT(tmp/mipsel.r3000-linux.elf-fold.bin elf32-littlemips)
.pdr 0x0000000000000000 0x0
.pdr 0x0000000000000000 0x0 tmp/mipsel.r3000-linux.elf-fold.o
.reginfo 0x0000000000000000 0x18
.reginfo 0x0000000000000000 0x18 tmp/mipsel.r3000-linux.elf-fold.o
.mdebug.eabi32 0x0000000000000000 0x0
.mdebug.eabi32
0x0000000000000000 0x0 tmp/mipsel.r3000-linux.elf-main.o
0x0000000000000000 0x0 tmp/mipsel.r3000-linux.elf-fold.o
.gcc_compiled_long32
0x0000000000000000 0x0
.gcc_compiled_long32
0x0000000000000000 0x0 tmp/mipsel.r3000-linux.elf-main.o
0x0000000000000000 0x0 tmp/mipsel.r3000-linux.elf-fold.o
.comment 0x0000000000000000 0x23
.comment 0x0000000000000000 0x23 tmp/mipsel.r3000-linux.elf-fold.o
+14 -10
View File
@@ -6,16 +6,17 @@ Idx Name Size VMA LMA File off Algn Flags
1 NRV2E 012c 0 0 0f8 2**0 CONTENTS
2 NRV2D 011c 0 0 0224 2**0 CONTENTS
3 NRV2B 0100 0 0 0340 2**0 CONTENTS
4 LZMA_ELF00 09c 0 0 0440 2**0 CONTENTS
5 LZMA_DEC20 0ad8 0 0 04dc 2**0 CONTENTS
6 LZMA_DEC10 0ad8 0 0 0fb4 2**0 CONTENTS
7 LZMA_DEC30 04 0 0 01a8c 2**0 CONTENTS
8 NRV_HEAD 010 0 0 01a90 2**0 CONTENTS
9 NRV_TAIL 010 0 0 01aa0 2**0 CONTENTS
10 CFLUSH 024 0 0 01ab0 2**0 CONTENTS
11 ELFMAINY 0 0 0 01ad4 2**0 CONTENTS
12 ELFMAINZ 02f0 0 0 01ad4 2**0 CONTENTS
4 LZMA_ELF00 0144 0 0 0440 2**0 CONTENTS
5 LZMA_DEC20 0ad8 0 0 0584 2**0 CONTENTS
6 LZMA_DEC10 0ad8 0 0 0105c 2**0 CONTENTS
7 LZMA_DEC30 0c 0 0 01b34 2**0 CONTENTS
8 NRV_HEAD 010 0 0 01b40 2**0 CONTENTS
9 NRV_TAIL 010 0 0 01b50 2**0 CONTENTS
10 CFLUSH 024 0 0 01b60 2**0 CONTENTS
11 ELFMAINY 0 0 0 01b84 2**0 CONTENTS
12 ELFMAINZ 02f0 0 0 01b84 2**0 CONTENTS
SYMBOL TABLE:
00000000 l d LZMA_DEC30 0 LZMA_DEC30
00000000 l d NRV_TAIL 0 NRV_TAIL
00000000 l d ELFMAINZ 0 ELFMAINZ
00000000 l d ELFMAINX 0 ELFMAINX
@@ -25,7 +26,6 @@ SYMBOL TABLE:
00000000 l d LZMA_ELF00 0 LZMA_ELF00
00000000 l d LZMA_DEC20 0 LZMA_DEC20
00000000 l d LZMA_DEC10 0 LZMA_DEC10
00000000 l d LZMA_DEC30 0 LZMA_DEC30
00000000 l d NRV_HEAD 0 NRV_HEAD
00000000 l d CFLUSH 0 CFLUSH
00000000 l d ELFMAINY 0 ELFMAINY
@@ -48,3 +48,7 @@ OFFSET TYPE VALUE
RELOCATION RECORDS FOR [NRV2B]:
OFFSET TYPE VALUE
00000064 R_MIPS_PC16 NRV_TAIL
RELOCATION RECORDS FOR [LZMA_ELF00]:
OFFSET TYPE VALUE
000000a4 R_MIPS_PC16 LZMA_DEC30
+11 -3
View File
@@ -38,12 +38,15 @@ Idx Name Size VMA LMA File off Algn Flags
33 nrv.done 0 0 0 01218 2**0 CONTENTS
34 decompressor.start 0 0 0 01218 2**0 CONTENTS
35 lzma.init 050 0 0 01218 2**0 CONTENTS
36 LZMA_DEC10 0ad8 0 0 01268 2**0 CONTENTS
37 LZMA_DEC20 0ad8 0 0 01d40 2**0 CONTENTS
38 UPX1HEAD 020 0 0 02818 2**0 CONTENTS
36 LZMA_ELF00 0a8 0 0 01268 2**0 CONTENTS
37 LZMA_DEC10 0ad8 0 0 01310 2**0 CONTENTS
38 LZMA_DEC20 0ad8 0 0 01de8 2**0 CONTENTS
39 LZMA_DEC30 08 0 0 028c0 2**0 CONTENTS
40 UPX1HEAD 020 0 0 028c8 2**0 CONTENTS
SYMBOL TABLE:
00000000 l d nrv.done 0 nrv.done
00000000 l d decompressor.start 0 decompressor.start
00000000 l d LZMA_DEC30 0 LZMA_DEC30
00000000 l d cdb.start 0 cdb.start
00000000 l d cdb.entry 0 cdb.entry
00000000 l d cdb.start.lzma 0 cdb.start.lzma
@@ -78,6 +81,7 @@ SYMBOL TABLE:
00000000 l d nrv2d.small 0 nrv2d.small
00000000 l d nrv2e.small 0 nrv2e.small
00000000 l d lzma.init 0 lzma.init
00000000 l d LZMA_ELF00 0 LZMA_ELF00
00000000 l d LZMA_DEC10 0 LZMA_DEC10
00000000 l d LZMA_DEC20 0 LZMA_DEC20
00000000 l d UPX1HEAD 0 UPX1HEAD
@@ -270,3 +274,7 @@ OFFSET TYPE VALUE
00000028 R_MIPS_LO16 lzma_properties
00000034 R_MIPS_PC16 decompressor.start
00000044 R_MIPS_LO16 lzma_stack_adjust
RELOCATION RECORDS FOR [LZMA_ELF00]:
OFFSET TYPE VALUE
00000008 R_MIPS_PC16 LZMA_DEC30