Cleanup after Thierry Fauck changes for ppc64le.

We need a "UPX standard" compiler in order to re-compile the stubs for ppc64le;
meanwhile use Thierry's "pre-compiled" stubs.
Revert powerpc stubs to those produced by UPX standard powerpc.405-linux-gcc-3.4.5.
Cleanup the workarounds that Thierry used because he lacked upx-stubtools 20130920.
ARMv8 (64-bit) compiles but is incomplete and does not run yet.

 changed src/Makefile
 changed src/linker.cpp
 changed src/stub/Makefile
 changed src/stub/amd64-linux.elf-entry.h
 changed src/stub/arm64-darwin.macho-entry.h
 changed src/stub/arm64-darwin.macho-fold.h
 changed src/stub/powerpc-darwin.dylib-entry.h
 changed src/stub/powerpc-darwin.macho-entry.h
 changed src/stub/powerpc-darwin.macho-fold.h
 changed src/stub/powerpc-linux.elf-entry.h
 changed src/stub/powerpc-linux.elf-fold.h
 changed src/stub/powerpc-linux.kernel.vmlinux.h
 changed src/stub/scripts/xstrip.py
 changed src/stub/src/arch/arm/v8a/lzma_d.S
 changed src/stub/src/arch/arm/v8a/macros.S
 changed src/stub/src/arm64-darwin.macho-entry.S
 changed src/stub/tmp/arm64-darwin.macho-entry.bin.dump
This commit is contained in:
John Reiser 2016-07-26 21:29:29 -07:00
parent 01a0c8672d
commit 5de83a606e
17 changed files with 801 additions and 758 deletions

View File

@ -10,7 +10,6 @@
# dependencies on the default values of builtin variables,
# then we cannot use builtin variables at all.
MAKEFLAGS += -rR
DEBUG=1
.SUFFIXES:
export SHELL = /bin/sh

View File

@ -182,7 +182,7 @@ void ElfLinker::init(const void *pdata_v, int plen)
input = new upx_byte[inputlen + 1];
memcpy(input, pdata, inputlen);
}
input[2 * inputlen] = 0; // NUL terminate
input[inputlen] = 0; // NUL terminate
output = new upx_byte[inputlen];
outputlen = 0;

View File

@ -48,72 +48,72 @@ endif
# ************************************************************************/
ifndef STUBS
#STUBS += amd64-darwin.dylib-entry.h
#STUBS += amd64-darwin.macho-entry.h
#STUBS += amd64-darwin.macho-fold.h
#STUBS += amd64-linux.elf-entry.h
#STUBS += amd64-linux.elf-fold.h
#STUBS += amd64-linux.kernel.vmlinux-head.h
#STUBS += amd64-linux.kernel.vmlinux.h
#STUBS += amd64-linux.shlib-init.h
#STUBS += amd64-win64.pep.h
#STUBS += arm-darwin.macho-entry.h
#STUBS += arm-darwin.macho-fold.h
#STUBS += arm64-darwin.macho-entry.h
#STUBS += arm64-darwin.macho-fold.h
#STUBS += arm-linux.elf-entry.h
#STUBS += arm-linux.elf-fold.h
#STUBS += arm-linux.kernel.vmlinux-head.h
#STUBS += arm-linux.kernel.vmlinux.h
#STUBS += arm-linux.shlib-init.h
#STUBS += arm.v4a-wince.pe.h
#STUBS += arm.v4t-wince.pe.h
#STUBS += armeb-linux.elf-entry.h
#STUBS += armeb-linux.elf-fold.h
#STUBS += armeb-linux.kernel.vmlinux-head.h
#STUBS += armeb-linux.kernel.vmlinux.h
#STUBS += armel-eabi-linux.elf-entry.h
#STUBS += armel-eabi-linux.elf-fold.h
#STUBS += armel-eabi-linux.shlib-init.h
#STUBS += armel-linux.kernel.vmlinuz-head.h
#STUBS += armel-linux.kernel.vmlinuz.h
#STUBS += i086-dos16.com.h
#STUBS += i086-dos16.exe.h
#STUBS += i086-dos16.sys.h
#STUBS += i386-bsd.elf-entry.h
#STUBS += i386-bsd.elf-fold.h
#STUBS += i386-bsd.elf.execve-entry.h
#STUBS += i386-bsd.elf.execve-fold.h
#STUBS += i386-darwin.dylib-entry.h
STUBS += amd64-darwin.dylib-entry.h
STUBS += amd64-darwin.macho-entry.h
STUBS += amd64-darwin.macho-fold.h
STUBS += amd64-linux.elf-entry.h
STUBS += amd64-linux.elf-fold.h
STUBS += amd64-linux.kernel.vmlinux-head.h
STUBS += amd64-linux.kernel.vmlinux.h
STUBS += amd64-linux.shlib-init.h
STUBS += amd64-win64.pep.h
STUBS += arm-darwin.macho-entry.h
STUBS += arm-darwin.macho-fold.h
STUBS += arm64-darwin.macho-entry.h
STUBS += arm64-darwin.macho-fold.h
STUBS += arm-linux.elf-entry.h
STUBS += arm-linux.elf-fold.h
STUBS += arm-linux.kernel.vmlinux-head.h
STUBS += arm-linux.kernel.vmlinux.h
STUBS += arm-linux.shlib-init.h
STUBS += arm.v4a-wince.pe.h
STUBS += arm.v4t-wince.pe.h
STUBS += armeb-linux.elf-entry.h
STUBS += armeb-linux.elf-fold.h
STUBS += armeb-linux.kernel.vmlinux-head.h
STUBS += armeb-linux.kernel.vmlinux.h
STUBS += armel-eabi-linux.elf-entry.h
STUBS += armel-eabi-linux.elf-fold.h
STUBS += armel-eabi-linux.shlib-init.h
STUBS += armel-linux.kernel.vmlinuz-head.h
STUBS += armel-linux.kernel.vmlinuz.h
STUBS += i086-dos16.com.h
STUBS += i086-dos16.exe.h
STUBS += i086-dos16.sys.h
STUBS += i386-bsd.elf-entry.h
STUBS += i386-bsd.elf-fold.h
STUBS += i386-bsd.elf.execve-entry.h
STUBS += i386-bsd.elf.execve-fold.h
STUBS += i386-darwin.dylib-entry.h
## STUBS += i386-darwin.dylib-fold.h
#STUBS += i386-darwin.macho-entry.h
#STUBS += i386-darwin.macho-fold.h
#STUBS += i386-dos32.djgpp2-stubify.h
#STUBS += i386-dos32.djgpp2.h
#STUBS += i386-dos32.tmt.h
#STUBS += i386-dos32.watcom.le.h
#STUBS += i386-linux.elf-entry.h
#STUBS += i386-linux.elf-fold.h
#STUBS += i386-linux.elf.execve-entry.h
#STUBS += i386-linux.elf.execve-fold.h
#STUBS += i386-linux.elf.interp-entry.h
#STUBS += i386-linux.elf.interp-fold.h
#STUBS += i386-linux.elf.shell-entry.h
#STUBS += i386-linux.elf.shell-fold.h
#STUBS += i386-linux.kernel.vmlinux-head.h
#STUBS += i386-linux.kernel.vmlinux.h
#STUBS += i386-linux.kernel.vmlinuz.h
#STUBS += i386-linux.shlib-init.h
#STUBS += i386-netbsd.elf-entry.h
#STUBS += i386-netbsd.elf-fold.h
#STUBS += i386-openbsd.elf-fold.h
#STUBS += i386-win32.pe.h
#STUBS += m68k-atari.tos.h
#STUBS += mips.r3000-linux.elf-entry.h
#STUBS += mips.r3000-linux.elf-fold.h
#STUBS += mipsel.r3000-linux.elf-entry.h
#STUBS += mipsel.r3000-linux.elf-fold.h
#STUBS += mipsel.r3000-ps1.h
STUBS += i386-darwin.macho-entry.h
STUBS += i386-darwin.macho-fold.h
STUBS += i386-dos32.djgpp2-stubify.h
STUBS += i386-dos32.djgpp2.h
STUBS += i386-dos32.tmt.h
STUBS += i386-dos32.watcom.le.h
STUBS += i386-linux.elf-entry.h
STUBS += i386-linux.elf-fold.h
STUBS += i386-linux.elf.execve-entry.h
STUBS += i386-linux.elf.execve-fold.h
STUBS += i386-linux.elf.interp-entry.h
STUBS += i386-linux.elf.interp-fold.h
STUBS += i386-linux.elf.shell-entry.h
STUBS += i386-linux.elf.shell-fold.h
STUBS += i386-linux.kernel.vmlinux-head.h
STUBS += i386-linux.kernel.vmlinux.h
STUBS += i386-linux.kernel.vmlinuz.h
STUBS += i386-linux.shlib-init.h
STUBS += i386-netbsd.elf-entry.h
STUBS += i386-netbsd.elf-fold.h
STUBS += i386-openbsd.elf-fold.h
STUBS += i386-win32.pe.h
STUBS += m68k-atari.tos.h
STUBS += mips.r3000-linux.elf-entry.h
STUBS += mips.r3000-linux.elf-fold.h
STUBS += mipsel.r3000-linux.elf-entry.h
STUBS += mipsel.r3000-linux.elf-fold.h
STUBS += mipsel.r3000-ps1.h
STUBS += powerpc-darwin.dylib-entry.h
STUBS += powerpc-darwin.macho-entry.h
STUBS += powerpc-darwin.macho-fold.h
@ -121,13 +121,16 @@ STUBS += powerpc-linux.elf-entry.h
STUBS += powerpc-linux.elf-fold.h
STUBS += powerpc-linux.kernel.vmlinux-head.h
STUBS += powerpc-linux.kernel.vmlinux.h
STUBS += ppc64le-darwin.dylib-entry.h
# Need a UPX-standard compiler for ppc64le !
#STUBS += ppc64le-darwin.dylib-entry.h
#STUBS += ppc64le-darwin.macho-entry.h
#STUBS += ppc64le-darwin.macho-fold.h
STUBS += ppc64le-linux.elf-entry.h
STUBS += ppc64le-linux.elf-fold.h
STUBS += ppc64le-linux.kernel.vmlinux-head.h
STUBS += ppc64le-linux.kernel.vmlinux.h
#STUBS += ppc64le-linux.elf-entry.h
#STUBS += ppc64le-linux.elf-fold.h
#STUBS += ppc64le-linux.kernel.vmlinux-head.h
#STUBS += ppc64le-linux.kernel.vmlinux.h
#STUBS += thumb-eabi-linux.shlib-init.h
endif
@ -147,7 +150,7 @@ endif
all.targets ?= .upx-stubtools-stamp tmp/.tmp-stamp .all-stamp
all: $$(all.targets)
.upx-stubtools-stamp: $(MAKEFILE_LIST)
#upx-stubtools-check-version 20130920
upx-stubtools-check-version 20130920
@echo "timestamp" > $@
%/.tmp-stamp:
@mkdir -p $(dir $@)
@ -231,12 +234,12 @@ tc.default.sstrip = sstrip
tc.default.xstrip = $(PYTHON) $(top_srcdir)/src/stub/scripts/xstrip.py
# default multiarch-binutils
tc.default.m-ar = ar
tc.default.m-ld = ld $(if $(tc_bfdname),-b $(tc_bfdname))
tc.default.m-nm = nm $(if $(tc_bfdname),--target=$(tc_bfdname))
tc.default.m-objcopy = objcopy $(if $(tc_bfdname),-F $(tc_bfdname))
tc.default.m-objdump = objdump $(if $(tc_bfdname),-b $(tc_bfdname)) $(if $(tc_bfdarch),-m $(tc_bfdarch))
tc.default.m-readelf = readelf
tc.default.m-ar = multiarch-ar-2.17
tc.default.m-ld = multiarch-ld-2.17 $(if $(tc_bfdname),-b $(tc_bfdname))
tc.default.m-nm = multiarch-nm-2.17 $(if $(tc_bfdname),--target=$(tc_bfdname))
tc.default.m-objcopy = multiarch-objcopy-2.17 $(if $(tc_bfdname),-F $(tc_bfdname))
tc.default.m-objdump = multiarch-objdump-2.17 $(if $(tc_bfdname),-b $(tc_bfdname)) $(if $(tc_bfdarch),-m $(tc_bfdarch))
tc.default.m-readelf = multiarch-readelf-2.17
# default binutils
tc.default.ld = $(call tc,m-ld)
@ -322,7 +325,7 @@ tmp/amd64-darwin.macho-main.o : $(srcdir)/src/$$T.c
amd64-linux.elf%.h : tc_list = amd64-linux.elf default
amd64-linux.elf%.h : tc_bfdname = elf64-x86-64
tc.amd64-linux.elf.gcc = gcc -m64 -nostdinc -MMD -MT $@
tc.amd64-linux.elf.gcc = amd64-linux-gcc-3.4.4 -m64 -nostdinc -MMD -MT $@
tc.amd64-linux.elf.gcc += -fno-exceptions -fno-asynchronous-unwind-tables
tc.amd64-linux.elf.gcc += -Wall -W -Wcast-align -Wcast-qual -Wstrict-prototypes -Wwrite-strings -Werror
@ -1217,13 +1220,12 @@ powerpc-darwin.macho%.h : tc_list = powerpc-linux.elf default
powerpc-darwin.macho%.h : tc_bfdname = elf32-powerpc
powerpc-darwin.macho-entry.h : $(srcdir)/src/$$T.S
$(call tc,gcc) -c $< -o tmp/$T.bin
$(call tc,gcc) -c $< -o tmp/$T.bin
$(call tc,f-embed_objinfo,tmp/$T.bin)
$(call tc,bin2h) tmp/$T.bin $@
powerpc-darwin.macho-fold.h : tmp/$$T.o tmp/powerpc-darwin.macho-main.o
$(call tc,ld) --no-warn-mismatch --strip-all --oformat binary -Map tmp/$T.map $(filter %.o,$^) -o tmp/$T.bin /usr/powerpc-linux-gnu/lib/libc.a /usr/lib/gcc-cross/powerpc-linux-gnu/4.8/libgcc.a
#/usr/lib/gcc-cross/powerpc-linux-gnu/4.8/libgcc.a
$(call tc,ld) --no-warn-mismatch --strip-all --oformat binary -Map tmp/$T.map $(filter %.o,$^) -o tmp/$T.bin
chmod a-x tmp/$T.bin
$(call tc,bin2h) tmp/$T.bin $@
@ -1257,8 +1259,8 @@ powerpc-darwin.dylib-entry.h : $(srcdir)/src/$$T.S
powerpc-linux.elf%.h : tc_list = powerpc-linux.elf default
powerpc-linux.elf%.h : tc_bfdname = elf32-powerpc
tc.powerpc-linux.elf.gcc = gcc -m32 -mbig-endian -mtune=powerpc -nostdinc -MMD -MT $@
tc.powerpc-linux.elf.gcc += -fno-exceptions -fno-asynchronous-unwind-tables -fno-stack-protector
tc.powerpc-linux.elf.gcc = powerpc.405-linux-gcc-3.4.5 -m32 -mbig-endian -mtune=powerpc -nostdinc -MMD -MT $@
tc.powerpc-linux.elf.gcc += -fno-exceptions -fno-asynchronous-unwind-tables # -fno-stack-protector
tc.powerpc-linux.elf.gcc += -Wall -W -Wcast-align -Wcast-qual -Wstrict-prototypes -Wwrite-strings -Werror
powerpc-linux.elf-entry.h : $(srcdir)/src/$$T.S
@ -1267,8 +1269,7 @@ powerpc-linux.elf-entry.h : $(srcdir)/src/$$T.S
$(call tc,bin2h) tmp/$T.bin $@
powerpc-linux.elf-fold.h : tmp/$$T.o tmp/powerpc-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 /usr/powerpc-linux-gnu/lib/libc.a /usr/lib/gcc-cross/powerpc-linux-gnu/4.8/libgcc.a
#/usr/lib/gcc/powerpc-linux-gnu/5/libgcc.a /usr/lib/powerpc-linux-gnu/libc.a
$(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
$(call tc,bin2h) tmp/$T.bin $@
@ -1350,7 +1351,9 @@ ppc64le-darwin.dylib-entry.h : $(srcdir)/src/$$T.S
ppc64le-linux.elf%.h : tc_list = ppc64le-linux.elf default
ppc64le-linux.elf%.h : tc_bfdname = elf64-powerpcle
tc.ppc64le-linux.elf.gcc = gcc -m64 -mlittle-endian -mcpu=power8 -nostdinc -MMD -MT $@
# Neither of these two compilers works!
#tc.ppc64le-linux.elf.gcc = powerpc64.970-linux-gcc-4.1.1 -m64 -mlittle-endian -nostdinc -MMD -MT $@
#tc.ppc64le-linux.elf.gcc = powerpc.405-linux-gcc-3.4.5 -m64 -mlittle-endian -nostdinc -MMD -MT $@
tc.ppc64le-linux.elf.gcc += -fno-exceptions -fno-asynchronous-unwind-tables -fno-stack-protector
tc.ppc64le-linux.elf.gcc += -Wall -W -Wcast-align -Wcast-qual -Wstrict-prototypes -Wwrite-strings -Werror

View File

@ -32,8 +32,8 @@
#define STUB_AMD64_LINUX_ELF_ENTRY_SIZE 10420
#define STUB_AMD64_LINUX_ELF_ENTRY_ADLER32 0x6d5e3cb7
#define STUB_AMD64_LINUX_ELF_ENTRY_CRC32 0x41203f95
#define STUB_AMD64_LINUX_ELF_ENTRY_ADLER32 0xf5c24a13
#define STUB_AMD64_LINUX_ELF_ENTRY_CRC32 0xccd1eb0e
unsigned char stub_amd64_linux_elf_entry[10420] = {
/* 0x0000 */ 127, 69, 76, 70, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@ -618,8 +618,8 @@ unsigned char stub_amd64_linux_elf_entry[10420] = {
/* 0x2430 */ 48, 48, 50, 49, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x2440 */ 48, 48, 48, 53, 98, 32, 82, 95, 88, 56, 54, 95, 54, 52, 95, 80,
/* 0x2450 */ 67, 51, 50, 32, 32, 32, 32, 32, 69, 76, 70, 77, 65, 73, 78, 89,
/* 0x2460 */ 45, 48,120, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x2470 */ 48, 48, 52, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32,
/* 0x2460 */ 43, 48,120,102,102,102,102,102,102,102,102,102,102,102,102,102,
/* 0x2470 */ 102,102, 99, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32,
/* 0x2480 */ 82, 69, 67, 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 78, 82, 86,
/* 0x2490 */ 50, 68, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32, 32, 32, 32,
/* 0x24a0 */ 32, 32, 32, 32, 32, 32, 84, 89, 80, 69, 32, 32, 32, 32, 32, 32,
@ -630,8 +630,8 @@ unsigned char stub_amd64_linux_elf_entry[10420] = {
/* 0x24f0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 50, 49, 10, 48, 48, 48,
/* 0x2500 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 53, 98, 32, 82, 95,
/* 0x2510 */ 88, 56, 54, 95, 54, 52, 95, 80, 67, 51, 50, 32, 32, 32, 32, 32,
/* 0x2520 */ 69, 76, 70, 77, 65, 73, 78, 89, 45, 48,120, 48, 48, 48, 48, 48,
/* 0x2530 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 52, 10, 10, 82, 69, 76,
/* 0x2520 */ 69, 76, 70, 77, 65, 73, 78, 89, 43, 48,120,102,102,102,102,102,
/* 0x2530 */ 102,102,102,102,102,102,102,102,102,102, 99, 10, 10, 82, 69, 76,
/* 0x2540 */ 79, 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79, 82, 68, 83, 32,
/* 0x2550 */ 70, 79, 82, 32, 91, 78, 82, 86, 50, 66, 93, 58, 10, 79, 70, 70,
/* 0x2560 */ 83, 69, 84, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 84, 89,
@ -643,8 +643,8 @@ unsigned char stub_amd64_linux_elf_entry[10420] = {
/* 0x25c0 */ 48, 48, 50, 49, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x25d0 */ 48, 48, 48, 53, 50, 32, 82, 95, 88, 56, 54, 95, 54, 52, 95, 80,
/* 0x25e0 */ 67, 51, 50, 32, 32, 32, 32, 32, 69, 76, 70, 77, 65, 73, 78, 89,
/* 0x25f0 */ 45, 48,120, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x2600 */ 48, 48, 52, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32,
/* 0x25f0 */ 43, 48,120,102,102,102,102,102,102,102,102,102,102,102,102,102,
/* 0x2600 */ 102,102, 99, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32,
/* 0x2610 */ 82, 69, 67, 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 76, 90, 77,
/* 0x2620 */ 65, 95, 69, 76, 70, 48, 48, 93, 58, 10, 79, 70, 70, 83, 69, 84,
/* 0x2630 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 84, 89, 80, 69, 32,
@ -660,8 +660,8 @@ unsigned char stub_amd64_linux_elf_entry[10420] = {
/* 0x26d0 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86, 65, 76, 85, 69,
/* 0x26e0 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 49,
/* 0x26f0 */ 56, 32, 82, 95, 88, 56, 54, 95, 54, 52, 95, 80, 67, 51, 50, 32,
/* 0x2700 */ 32, 32, 32, 32, 69, 76, 70, 77, 65, 73, 78, 90, 45, 48,120, 48,
/* 0x2710 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 52, 10,
/* 0x2700 */ 32, 32, 32, 32, 69, 76, 70, 77, 65, 73, 78, 90, 43, 48,120,102,
/* 0x2710 */ 102,102,102,102,102,102,102,102,102,102,102,102,102,102, 99, 10,
/* 0x2720 */ 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32, 82, 69, 67, 79,
/* 0x2730 */ 82, 68, 83, 32, 70, 79, 82, 32, 91, 69, 76, 70, 77, 65, 73, 78,
/* 0x2740 */ 90,117, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32, 32, 32, 32,

View File

@ -1,5 +1,5 @@
/* arm64-darwin.macho-entry.h
created from arm64-darwin.macho-entry.bin, 4659 (0x1233) bytes
created from arm64-darwin.macho-entry.bin, 5217 (0x1461) bytes
This file is part of the UPX executable compressor.
@ -31,15 +31,15 @@
*/
#define STUB_ARM64_DARWIN_MACHO_ENTRY_SIZE 4659
#define STUB_ARM64_DARWIN_MACHO_ENTRY_ADLER32 0x850945bc
#define STUB_ARM64_DARWIN_MACHO_ENTRY_CRC32 0x8a39bd1d
#define STUB_ARM64_DARWIN_MACHO_ENTRY_SIZE 5217
#define STUB_ARM64_DARWIN_MACHO_ENTRY_ADLER32 0x88378b67
#define STUB_ARM64_DARWIN_MACHO_ENTRY_CRC32 0xdb90a0cf
unsigned char stub_arm64_darwin_macho_entry[4659] = {
unsigned char stub_arm64_darwin_macho_entry[5217] = {
/* 0x0000 */ 127, 69, 76, 70, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0010 */ 1, 0,183, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0,
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 13, 0, 10, 0,
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0,168, 12, 0, 0, 0, 0, 0, 0,
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 18, 0, 15, 0,
/* 0x0040 */ 255, 19, 0,209,224, 7,177,169,226, 15, 1,169,228, 23, 2,169,
/* 0x0050 */ 230, 31, 3,169,232, 39, 4,169,234, 47, 5,169,236, 55, 6,169,
/* 0x0060 */ 238, 63, 7,169,240, 71, 8,169,242, 79, 9,169,244, 87, 10,169,
@ -50,9 +50,9 @@ unsigned char stub_arm64_darwin_macho_entry[4659] = {
/* 0x00b0 */ 224, 3, 3,170,225, 3, 2,170,224, 7,191,169, 35, 0,128, 82,
/* 0x00c0 */ 8, 0,176, 82, 0, 16, 32,212,224, 7,193,168, 3, 0,128, 82,
/* 0x00d0 */ 8, 0,176, 82, 0, 16, 32,212,224, 3, 4,170,254,135, 64,248,
/* 0x00e0 */ 192, 3, 31,214,132, 0, 4, 43, 68, 0, 0, 52,192, 3, 31,214,
/* 0x00e0 */ 192, 3, 95,214,132, 0, 4, 43, 68, 0, 0, 52,192, 3, 95,214,
/* 0x00f0 */ 4, 20, 64, 56,132, 0, 4, 58,132, 32, 9, 83,132, 0, 4, 43,
/* 0x0100 */ 192, 3, 31,214, 3, 20, 64, 56, 67, 20, 0, 56,246,255,255,151,
/* 0x0100 */ 192, 3, 95,214, 3, 20, 64, 56, 67, 20, 0, 56,246,255,255,151,
/* 0x0110 */ 162,255,255, 84, 33, 0,128, 82, 4, 0, 0, 20, 33, 4, 0, 81,
/* 0x0120 */ 241,255,255,151, 33, 0, 1, 26,239,255,255,151, 33, 0, 1, 26,
/* 0x0130 */ 237,255,255,151, 67,255,255, 84, 35, 12, 0,113, 1, 0,128, 82,
@ -69,9 +69,9 @@ unsigned char stub_arm64_darwin_macho_entry[4659] = {
/* 0x01e0 */ 66, 0, 3,203,130, 0, 0,185,228, 3, 0,170,224, 3, 3,170,
/* 0x01f0 */ 225, 3, 2,170,224, 7,191,169, 35, 0,128, 82, 8, 0,176, 82,
/* 0x0200 */ 0, 16, 32,212,224, 7,193,168, 3, 0,128, 82, 8, 0,176, 82,
/* 0x0210 */ 0, 16, 32,212,224, 3, 4,170,254,135, 64,248,192, 3, 31,214,
/* 0x0220 */ 132, 0, 4, 43, 68, 0, 0, 52,192, 3, 31,214, 4, 20, 64, 56,
/* 0x0230 */ 132, 0, 4, 58,132, 32, 9, 83,132, 0, 4, 43,192, 3, 31,214,
/* 0x0210 */ 0, 16, 32,212,224, 3, 4,170,254,135, 64,248,192, 3, 95,214,
/* 0x0220 */ 132, 0, 4, 43, 68, 0, 0, 52,192, 3, 95,214, 4, 20, 64, 56,
/* 0x0230 */ 132, 0, 4, 58,132, 32, 9, 83,132, 0, 4, 43,192, 3, 95,214,
/* 0x0240 */ 3, 20, 64, 56, 67, 20, 0, 56,246,255,255,151,162,255,255, 84,
/* 0x0250 */ 33, 0,128, 82, 4, 0, 0, 20, 33, 4, 0, 81,241,255,255,151,
/* 0x0260 */ 33, 0, 1, 58,239,255,255,151, 33, 0, 1, 58,237,255,255,151,
@ -89,9 +89,9 @@ unsigned char stub_arm64_darwin_macho_entry[4659] = {
/* 0x0320 */ 224, 3, 3,170,225, 3, 2,170,224, 7,191,169, 35, 0,128, 82,
/* 0x0330 */ 8, 0,176, 82, 0, 16, 32,212,224, 7,193,168, 3, 0,128, 82,
/* 0x0340 */ 8, 0,176, 82, 0, 16, 32,212,224, 3, 4,170,254,135, 64,248,
/* 0x0350 */ 192, 3, 31,214,132, 0, 4, 43, 68, 0, 0, 52,192, 3, 31,214,
/* 0x0350 */ 192, 3, 95,214,132, 0, 4, 43, 68, 0, 0, 52,192, 3, 95,214,
/* 0x0360 */ 4, 20, 64, 56,132, 0, 4, 26,132, 32, 9, 83,132, 0, 4, 43,
/* 0x0370 */ 192, 3, 31,214, 33, 0,128, 82,240, 3, 30,170,246,255,255,151,
/* 0x0370 */ 192, 3, 95,214, 33, 0,128, 82,240, 3, 30,170,246,255,255,151,
/* 0x0380 */ 33, 0, 1, 58,244,255,255,151,163,255,255, 84, 0, 2, 31,214,
/* 0x0390 */ 3, 20, 64, 56, 67, 20, 0, 56,239,255,255,151,162,255,255, 84,
/* 0x03a0 */ 245,255,255,151, 35, 12, 0,113, 1, 0,128, 82,163, 0, 0, 84,
@ -99,233 +99,268 @@ unsigned char stub_arm64_darwin_macho_entry[4659] = {
/* 0x03c0 */ 229,255,255,151, 33, 0, 1, 58,227,255,255,151, 33, 0, 1, 58,
/* 0x03d0 */ 97, 0, 0, 84,232,255,255,151, 33, 8, 0, 17,191, 0, 52, 49,
/* 0x03e0 */ 33, 36,129, 26, 67,200,101, 56, 33, 4, 0,113, 67, 20, 0, 56,
/* 0x03f0 */ 162,255,255, 84,233,255,255, 23, 3,224,191, 18,159, 3, 3,107,
/* 0x0400 */ 40, 1, 0, 84, 68, 14, 64,169,127, 0, 4,235, 32, 3, 0, 84,
/* 0x0410 */ 100, 4, 0,145, 68, 6, 0,249,156, 95, 24, 83, 98, 0, 64, 57,
/* 0x0420 */ 91, 32, 27, 42, 35, 0, 64,121,130,127, 11, 83, 66,124, 3, 27,
/* 0x0430 */ 95, 0, 27,107, 8, 1, 0, 84, 0,120, 31, 83, 99, 20, 67, 75,
/* 0x0440 */ 123, 3, 2, 75,156, 3, 2, 75, 35, 0, 0,121, 0, 4, 0, 17,
/* 0x0450 */ 192, 3, 31,214, 4, 0,129, 82,252, 3, 2, 42,130, 0, 3, 75,
/* 0x0460 */ 0,120, 31, 83, 99, 20,130, 11, 35, 0, 0,121,192, 3, 31,214,
/* 0x0470 */ 32, 0,128, 82,192, 3, 31,214, 95, 16, 0,113,205, 3, 0, 84,
/* 0x0480 */ 33, 0, 64, 57, 34, 0,128, 82, 63,128, 3,113, 8, 3, 0, 84,
/* 0x0490 */ 63,176, 0,113, 31, 8, 0,185, 9, 1, 0, 84, 2, 0,128, 82,
/* 0x04a0 */ 33,180, 0, 81, 66, 4, 0, 17, 33, 28, 0, 83, 63,176, 0,113,
/* 0x04b0 */ 136,255,255, 84, 2, 8, 0,185, 63, 32, 0,113, 31, 4, 0,185,
/* 0x04c0 */ 41, 1, 0, 84, 34, 0,128, 82, 33, 36, 0, 81,227, 3, 2, 42,
/* 0x04d0 */ 66, 4, 0, 17, 33, 28, 0, 83, 63, 32, 0,113,104,255,255, 84,
/* 0x04e0 */ 3, 4, 0,185, 2, 0,128, 82, 1, 0, 0,185,224, 3, 2, 42,
/* 0x04f0 */ 192, 3, 31,214, 34, 0,128, 82,224, 3, 2, 42,192, 3, 31,214,
/* 0x0500 */ 253,123,185,169, 8,128,128, 82,253, 3, 0,145,243, 83, 1,169,
/* 0x0510 */ 245, 91, 2,169,247, 99, 3,169,249,107, 4,169, 19, 60, 64, 41,
/* 0x0520 */ 14, 8, 64,185, 11, 8, 64,249,127, 0, 0,185,223, 0, 0,185,
/* 0x0530 */ 7, 4, 64,185, 0, 96,128, 82,103, 2, 7, 11, 7, 32,199, 26,
/* 0x0540 */ 32, 0,128, 82,231,216, 28, 49, 14, 32,206, 26, 0, 32,207, 26,
/* 0x0550 */ 206, 5, 0, 81, 15, 4, 0, 81, 0, 0,128,210,160, 0, 0, 84,
/* 0x0560 */ 104,121, 32,120, 0, 4, 0,145,255, 0, 0,107,168,255,255, 84,
/* 0x0570 */ 34, 64, 34,139, 27, 0,128, 82,162, 51, 0,249, 28, 0,128, 18,
/* 0x0580 */ 32, 4, 0,145, 42, 24, 0,145, 66, 4, 0,145, 31, 0, 2,235,
/* 0x0590 */ 232, 3, 0,170, 32, 32, 0, 84,160, 55, 0,249, 0, 4, 0,145,
/* 0x05a0 */ 31, 0, 10,235, 7,224, 95, 56,251, 32, 27, 42, 1,255,255, 84,
/* 0x05b0 */ 161, 27, 5,169,233, 3, 4,170,249, 3, 3,170,165, 37, 0, 52,
/* 0x05c0 */ 55, 0,128, 82, 26, 1,128, 82,246, 3, 23, 42,245, 3, 23, 42,
/* 0x05d0 */ 231, 3, 23, 42, 10, 0,128, 82, 13, 0,128, 82, 6, 0,128, 82,
/* 0x05e0 */ 84, 3, 19, 75,204, 1, 6, 10, 72,109, 28, 83,178,131, 1,145,
/* 0x05f0 */ 0, 0,128, 82,129,125, 64,147, 40,192, 40,139, 8,249,127,211,
/* 0x0600 */ 97, 1, 8,139,125,255,255,151, 0, 10, 0, 53,224, 1, 6, 10,
/* 0x0610 */ 168, 41,212, 26, 0, 32,211, 26, 95, 25, 0,113, 8, 0, 8, 11,
/* 0x0620 */ 0,117, 30, 83, 8, 0, 8, 75, 8, 93,120,211, 8,217, 28,145,
/* 0x0630 */ 104, 5, 8,139,141, 7, 0, 84,192, 0, 7, 75, 34, 0,128, 82,
/* 0x0640 */ 44,105, 96, 56, 4, 0, 0, 20,237, 1, 0, 53, 95,252, 3,113,
/* 0x0650 */ 236, 6, 0, 84,140,121, 31, 83,224, 3, 2, 42,141, 1, 24, 18,
/* 0x0660 */ 178,131, 1,145,161,125, 64,147, 33, 0, 4,145, 33,192, 34,139,
/* 0x0670 */ 1, 5, 1,139, 97,255,255,151,226, 3, 0, 42, 98,254, 7, 54,
/* 0x0680 */ 109,254,255, 53, 95,252, 3,113, 44, 5, 0, 84, 1,197, 34,139,
/* 0x0690 */ 224, 3, 2, 42,178,131, 1,145, 88,255,255,151, 31,252, 3,113,
/* 0x06a0 */ 226, 3, 0, 42, 77,255,255, 84, 13, 28, 0, 83, 95, 13, 0,113,
/* 0x06b0 */ 45, 73, 38, 56,198, 4, 0, 17, 12, 4, 0, 84, 10, 0,128, 82,
/* 0x06c0 */ 191, 0, 6,107, 8,249,255, 84, 1,224,191, 18,159, 3, 1,107,
/* 0x06d0 */ 200, 28, 0, 84,162, 7, 70,169, 63, 0, 2,235,224, 21, 0, 84,
/* 0x06e0 */ 40, 4, 0,145,168, 55, 0,249,156, 95, 24, 83, 32, 0, 64, 57,
/* 0x06f0 */ 27, 32, 27, 42,160, 43, 64,249,243, 83, 65,169, 8, 1, 0,203,
/* 0x0700 */ 160, 47, 64,249, 40, 3, 0,185,245, 91, 66,169, 6, 0, 0,185,
/* 0x0710 */ 0, 0,128, 82,247, 99, 67,169,249,107, 68,169,253,123,199,168,
/* 0x0720 */ 192, 3, 31,214, 34, 0,128, 82,217,255,255, 23, 77, 28, 0, 83,
/* 0x0730 */ 45, 73, 38, 56,198, 4, 0, 17, 95, 37, 0,113, 76, 12, 0, 84,
/* 0x0740 */ 74, 13, 0, 81,223,255,255, 23, 77,125, 64,147,178,131, 1,145,
/* 0x0750 */ 173, 1, 3,145, 0, 0,128, 82,173,249,127,211, 97, 1, 13,139,
/* 0x0760 */ 38,255,255,151, 64, 11, 0, 53, 96, 0,128, 82, 95, 25, 0,113,
/* 0x0770 */ 247, 3, 22, 42, 10,192,159, 26,246, 3, 21, 42,120,145, 25,145,
/* 0x0780 */ 245, 3, 7, 42,178,131, 1,145,225, 3, 24,170, 0, 0,128, 82,
/* 0x0790 */ 26,255,255,151, 96, 12, 0, 53,140,113, 29, 83,232, 0,128, 18,
/* 0x07a0 */ 109, 0,128, 82,140,125, 64,147,140, 9, 0,145, 12, 7, 12,139,
/* 0x07b0 */ 32, 0,128, 82,178,131, 1,145,129, 69, 32,139, 15,255,255,151,
/* 0x07c0 */ 173, 5, 0,113,129,255,255, 84, 95, 13, 0,113, 8, 0, 8, 11,
/* 0x07d0 */ 236, 5, 0, 84,103, 0,128, 82,204, 0,128, 82, 31, 1, 7,107,
/* 0x07e0 */ 32, 0,128, 82, 7,209,135, 26,231,100, 26, 83,231,124, 64,147,
/* 0x07f0 */ 231,192, 6,145,231,248,127,211,225, 68, 32,139,178,131, 1,145,
/* 0x0800 */ 97, 1, 1,139,253,254,255,151,140, 5, 0,113, 97,255,255, 84,
/* 0x0810 */ 7, 0, 1, 81, 74, 29, 0, 17,255, 12, 0,113,236, 3, 7, 42,
/* 0x0820 */ 45, 3, 0, 84,255, 52, 0,113,224, 0, 0, 18,225,124, 1, 19,
/* 0x0830 */ 7, 0, 31, 50, 12, 12, 0, 84, 45, 4, 0, 81, 0, 86,128,210,
/* 0x0840 */ 231, 32,205, 26, 12,192, 44,203,140, 65, 39,139,108, 5, 12,139,
/* 0x0850 */ 140, 9, 0,209, 32, 0,128, 82,248, 3, 0, 42,129,197, 32,139,
/* 0x0860 */ 178,131, 1,145,229,254,255,151, 3, 0, 0, 18,225, 0, 24, 42,
/* 0x0870 */ 127, 0, 31,107, 39, 16,135, 26,173, 5, 0,113, 24,123, 31, 83,
/* 0x0880 */ 225,254,255, 84,231, 4, 0, 49, 0,242,255, 84,255, 0, 6,107,
/* 0x0890 */ 0, 9, 0, 17, 40, 8, 0, 84,225, 3, 6, 42,194, 0, 7, 75,
/* 0x08a0 */ 0, 4, 0, 81,198, 4, 0, 17, 31, 0, 31,107,160, 16, 70,122,
/* 0x08b0 */ 45,105, 98, 56, 45, 73, 33, 56,225, 3, 6, 42, 8,255,255, 84,
/* 0x08c0 */ 128,255,255, 23, 74, 25, 0, 81,126,255,255, 23,161, 97, 0,145,
/* 0x08d0 */ 178,131, 1,145, 97, 1, 1,139, 0, 0,128, 82,199,254,255,151,
/* 0x08e0 */ 128, 3, 0, 53, 1,129, 7,145,178,131, 1,145, 97, 1, 1,139,
/* 0x08f0 */ 194,254,255,151, 64, 9, 0, 53, 6, 5, 0, 52,192, 0, 7, 75,
/* 0x0900 */ 95, 25, 0,113,106, 1,128, 82, 45,105, 96, 56, 32, 1,128, 82,
/* 0x0910 */ 45, 73, 38, 56, 74,193,128, 26,198, 4, 0, 17,105,255,255, 23,
/* 0x0920 */ 178,131, 1,145, 1, 11, 0,145, 0, 0,128, 82,179,254,255,151,
/* 0x0930 */ 232, 3, 0, 42,160, 2, 0, 53,128,113, 29, 83,109, 0,128, 82,
/* 0x0940 */ 0,124, 64,147, 0, 8, 2,145, 12, 7, 0,139,153,255,255, 23,
/* 0x0950 */ 161,193, 0,145,178,131, 1,145, 97, 1, 1,139, 0, 0,128, 82,
/* 0x0960 */ 166,254,255,151, 64, 6, 0, 53, 95, 25, 0,113,224, 3, 7, 42,
/* 0x0970 */ 106, 1,128, 82,231, 3, 21, 42, 74,193,154, 26,245, 3, 0, 42,
/* 0x0980 */ 120,161, 41,145,128,255,255, 23, 12, 19, 8,145,232, 29,128, 18,
/* 0x0990 */ 13, 1,128, 82,135,255,255, 23,243, 83, 65,169,245, 91, 66,169,
/* 0x09a0 */ 247, 99, 67,169,249,107, 68,169, 32, 0,128, 82,253,123,199,168,
/* 0x09b0 */ 192, 3, 31,214,172, 51, 64,249, 33, 20, 0, 81, 3,224,191, 18,
/* 0x09c0 */ 159, 3, 3,107,231,120, 31, 83, 40, 1, 0, 84,162, 55, 64,249,
/* 0x09d0 */ 95, 0, 12,235, 68, 4, 0,145, 0,254,255, 84,164, 55, 0,249,
/* 0x09e0 */ 156, 95, 24, 83, 64, 0, 64, 57, 27, 32, 27, 42,128,127, 1, 83,
/* 0x09f0 */ 31, 0, 27,107,252, 3, 0, 42,104, 0, 0, 84,123, 3, 0, 75,
/* 0x0a00 */ 231, 0, 0, 50, 33, 4, 0,113,193,253,255, 84,231,108, 28, 83,
/* 0x0a10 */ 108, 17, 25,145,141, 0,128, 82,143,255,255, 23,224, 3, 21, 42,
/* 0x0a20 */ 245, 3, 7, 42,231, 3, 0, 42,208,255,255, 23,161, 33, 1,145,
/* 0x0a30 */ 178,131, 1,145, 97, 1, 1,139, 0, 0,128, 82,111,254,255,151,
/* 0x0a40 */ 160, 0, 0, 53,224, 3, 21, 42,245, 3, 22, 42,246, 3, 0, 42,
/* 0x0a50 */ 198,255,255, 23,224, 3, 21, 42,245, 3, 23, 42,247, 3, 22, 42,
/* 0x0a60 */ 246, 3, 0, 42,193,255,255, 23,168, 55, 64,249, 34,255,255, 23,
/* 0x0a70 */ 6, 0,128, 82, 32,255,255, 23,195, 3, 64,185,193, 7, 64,185,
/* 0x0a80 */ 194, 67, 33,139, 66, 48, 0,145,192, 67, 35,139, 0, 0, 3,145,
/* 0x0a90 */ 228, 3, 1, 42, 73,204, 95,184,132, 16, 0, 81, 9,204, 31,184,
/* 0x0aa0 */ 164,255,255, 53,196, 11, 64,185,222, 3, 2,145,227,143, 31,184,
/* 0x0ab0 */ 227, 3, 0,145,226, 3, 30,170,171, 32, 1,209,234, 3, 30,170,
/* 0x0ac0 */ 160, 0, 63,214, 64, 1, 31,214,229, 3, 30,170,235,255,255,151,
/* 0x0ad0 */ 102,105,108,101, 32,102,111,114,109, 97,116, 32,101,108,102, 54,
/* 0x0ae0 */ 52, 45,108,105,116,116,108,101, 97, 97,114, 99,104, 54, 52, 10,
/* 0x0af0 */ 10, 83,101, 99,116,105,111,110,115, 58, 10, 73,100,120, 32, 78,
/* 0x0b00 */ 97,109,101, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 83,105,122,
/* 0x0b10 */ 101, 32, 32, 32, 32, 32, 32, 86, 77, 65, 32, 32, 32, 32, 32, 32,
/* 0x0b20 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 76, 77, 65, 32, 32, 32, 32,
/* 0x0b30 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 70,105,108,101, 32,
/* 0x0b40 */ 111,102,102, 32, 32, 65,108,103,110, 32, 32, 70,108, 97,103,115,
/* 0x0b50 */ 10, 32, 32, 48, 32, 77, 65, 67, 72, 77, 65, 73, 78, 88, 32, 32,
/* 0x0b60 */ 32, 32, 32, 48, 48, 48, 48, 48, 48, 52, 52, 32, 32, 48, 48, 48,
/* 0x0b70 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48,
/* 0x0b80 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,
/* 0x0b90 */ 32, 48, 48, 48, 48, 48, 48, 52, 48, 32, 32, 50, 42, 42, 50, 32,
/* 0x0ba0 */ 32, 67, 79, 78, 84, 69, 78, 84, 83, 44, 32, 82, 69, 76, 79, 67,
/* 0x0bb0 */ 44, 32, 82, 69, 65, 68, 79, 78, 76, 89, 10, 32, 32, 49, 32, 78,
/* 0x0bc0 */ 82, 86, 95, 72, 69, 65, 68, 32, 32, 32, 32, 32, 32, 48, 48, 48,
/* 0x0bd0 */ 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0be0 */ 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48,
/* 0x0bf0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48,
/* 0x0c00 */ 48, 56, 52, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69,
/* 0x0c10 */ 78, 84, 83, 44, 32, 82, 69, 65, 68, 79, 78, 76, 89, 10, 32, 32,
/* 0x0c20 */ 50, 32, 78, 82, 86, 50, 69, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x0c30 */ 48, 48, 48, 48, 48, 49, 51, 99, 32, 32, 48, 48, 48, 48, 48, 48,
/* 0x0c40 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48,
/* 0x0c50 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48,
/* 0x0c60 */ 48, 48, 48, 48, 56, 52, 32, 32, 50, 42, 42, 50, 32, 32, 67, 79,
/* 0x0c70 */ 78, 84, 69, 78, 84, 83, 44, 32, 82, 69, 65, 68, 79, 78, 76, 89,
/* 0x0c80 */ 10, 32, 32, 51, 32, 78, 82, 86, 50, 68, 32, 32, 32, 32, 32, 32,
/* 0x0c90 */ 32, 32, 32, 48, 48, 48, 48, 48, 49, 51, 48, 32, 32, 48, 48, 48,
/* 0x0ca0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48,
/* 0x0cb0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,
/* 0x0cc0 */ 32, 48, 48, 48, 48, 48, 49, 99, 48, 32, 32, 50, 42, 42, 50, 32,
/* 0x0cd0 */ 32, 67, 79, 78, 84, 69, 78, 84, 83, 44, 32, 82, 69, 65, 68, 79,
/* 0x0ce0 */ 78, 76, 89, 10, 32, 32, 52, 32, 78, 82, 86, 50, 66, 32, 32, 32,
/* 0x0cf0 */ 32, 32, 32, 32, 32, 32, 48, 48, 48, 48, 48, 49, 48, 56, 32, 32,
/* 0x0d00 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0d10 */ 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0d20 */ 48, 48, 32, 32, 48, 48, 48, 48, 48, 50,102, 48, 32, 32, 50, 42,
/* 0x0d30 */ 42, 50, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 44, 32, 82, 69,
/* 0x0d40 */ 65, 68, 79, 78, 76, 89, 10, 32, 32, 53, 32, 78, 82, 86, 95, 84,
/* 0x0d50 */ 65, 73, 76, 32, 32, 32, 32, 32, 32, 48, 48, 48, 48, 48, 54, 56,
/* 0x0d60 */ 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0d70 */ 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0d80 */ 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 51,102, 56, 32,
/* 0x0d90 */ 32, 50, 42, 42, 50, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 44,
/* 0x0da0 */ 32, 82, 69, 65, 68, 79, 78, 76, 89, 10, 32, 32, 54, 32, 77, 65,
/* 0x0db0 */ 67, 72, 77, 65, 73, 78, 89, 32, 32, 32, 32, 32, 48, 48, 48, 48,
/* 0x0dc0 */ 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0dd0 */ 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0de0 */ 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 97,
/* 0x0df0 */ 55, 56, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78,
/* 0x0e00 */ 84, 83, 44, 32, 82, 69, 65, 68, 79, 78, 76, 89, 10, 32, 32, 55,
/* 0x0e10 */ 32, 77, 65, 67, 72, 77, 65, 73, 78, 90, 32, 32, 32, 32, 32, 48,
/* 0x0e20 */ 48, 48, 48, 48, 48, 53, 56, 32, 32, 48, 48, 48, 48, 48, 48, 48,
/* 0x0e30 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48,
/* 0x0e40 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48,
/* 0x0e50 */ 48, 48, 97, 55, 56, 32, 32, 50, 42, 42, 50, 32, 32, 67, 79, 78,
/* 0x0e60 */ 84, 69, 78, 84, 83, 44, 32, 82, 69, 65, 68, 79, 78, 76, 89, 10,
/* 0x0e70 */ 83, 89, 77, 66, 79, 76, 32, 84, 65, 66, 76, 69, 58, 10, 48, 48,
/* 0x0e80 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,108,
/* 0x0e90 */ 32, 32, 32, 32,100, 32, 32, 77, 65, 67, 72, 77, 65, 73, 78, 90,
/* 0x0ea0 */ 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0eb0 */ 48, 32, 77, 65, 67, 72, 77, 65, 73, 78, 90, 10, 48, 48, 48, 48,
/* 0x0ec0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32,
/* 0x0ed0 */ 32, 32,100, 32, 32, 77, 65, 67, 72, 77, 65, 73, 78, 88, 9, 48,
/* 0x0ee0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,
/* 0x0ef0 */ 77, 65, 67, 72, 77, 65, 73, 78, 88, 10, 48, 48, 48, 48, 48, 48,
/* 0x0f00 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,
/* 0x0f10 */ 100, 32, 32, 78, 82, 86, 95, 72, 69, 65, 68, 9, 48, 48, 48, 48,
/* 0x0f20 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 78, 82, 86,
/* 0x0f30 */ 95, 72, 69, 65, 68, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0f40 */ 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 78,
/* 0x0f50 */ 82, 86, 50, 69, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0f60 */ 48, 48, 48, 48, 48, 32, 78, 82, 86, 50, 69, 10, 48, 48, 48, 48,
/* 0x0f70 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32,
/* 0x0f80 */ 32, 32,100, 32, 32, 78, 82, 86, 50, 68, 9, 48, 48, 48, 48, 48,
/* 0x0f90 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 78, 82, 86, 50,
/* 0x0fa0 */ 68, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0fb0 */ 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 78, 82, 86, 50, 66,
/* 0x0fc0 */ 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0fd0 */ 48, 32, 78, 82, 86, 50, 66, 10, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0fe0 */ 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32,
/* 0x0ff0 */ 32, 78, 82, 86, 95, 84, 65, 73, 76, 9, 48, 48, 48, 48, 48, 48,
/* 0x1000 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 78, 82, 86, 95, 84,
/* 0x1010 */ 65, 73, 76, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1020 */ 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 77, 65, 67,
/* 0x1030 */ 72, 77, 65, 73, 78, 89, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1040 */ 48, 48, 48, 48, 48, 48, 48, 32, 77, 65, 67, 72, 77, 65, 73, 78,
/* 0x1050 */ 89, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1060 */ 48, 48, 32,103, 32, 32, 32, 32, 32, 32, 32, 77, 65, 67, 72, 77,
/* 0x1070 */ 65, 73, 78, 88, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1080 */ 48, 48, 48, 48, 48, 32, 95,115,116, 97,114,116, 10, 48, 48, 48,
/* 0x1090 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,103, 32,
/* 0x10a0 */ 32, 32, 32, 32, 70, 32, 78, 82, 86, 50, 69, 9, 48, 48, 48, 48,
/* 0x10b0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 49, 51, 99, 32,117, 99,108,
/* 0x10c0 */ 95,110,114,118, 50,101, 95,100,101, 99,111,109,112,114,101,115,
/* 0x10d0 */ 115, 95, 56, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x10e0 */ 48, 48, 48, 48, 32,103, 32, 32, 32, 32, 32, 70, 32, 78, 82, 86,
/* 0x10f0 */ 50, 68, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1100 */ 49, 51, 48, 32,117, 99,108, 95,110,114,118, 50,100, 95,100,101,
/* 0x1110 */ 99,111,109,112,114,101,115,115, 95, 56, 10, 48, 48, 48, 48, 48,
/* 0x1120 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,103, 32, 32, 32,
/* 0x1130 */ 32, 32, 70, 32, 78, 82, 86, 50, 66, 9, 48, 48, 48, 48, 48, 48,
/* 0x1140 */ 48, 48, 48, 48, 48, 48, 48, 49, 48, 56, 32,117, 99,108, 95,110,
/* 0x1150 */ 114,118, 50, 98, 95,100,101, 99,111,109,112,114,101,115,115, 95,
/* 0x1160 */ 56, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1170 */ 48, 48, 32,103, 32, 32, 32, 32, 32, 32, 32, 77, 65, 67, 72, 77,
/* 0x1180 */ 65, 73, 78, 89, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1190 */ 48, 48, 48, 48, 48, 32,101,110,100, 95,100,101, 99,111,109,112,
/* 0x11a0 */ 114,101,115,115, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78,
/* 0x11b0 */ 32, 82, 69, 67, 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 77, 65,
/* 0x11c0 */ 67, 72, 77, 65, 73, 78, 88, 93, 58, 10, 79, 70, 70, 83, 69, 84,
/* 0x11d0 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 84, 89, 80, 69, 32,
/* 0x11e0 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86, 65, 76,
/* 0x11f0 */ 85, 69, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1200 */ 48, 52, 48, 32, 82, 95, 65, 65, 82, 67, 72, 54, 52, 95, 67, 65,
/* 0x1210 */ 76, 76, 50, 54, 32, 32, 77, 65, 67, 72, 77, 65, 73, 78, 90, 43,
/* 0x1220 */ 48,120, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1230 */ 53, 48, 10
/* 0x03f0 */ 162,255,255, 84,233,255,255, 23,159, 56, 0,113, 1, 0, 0, 84,
/* 0x0400 */ 226, 15,190,169,253,123, 1,169, 7, 0, 64, 57, 8,192,128, 82,
/* 0x0410 */ 231,124, 3, 83, 8, 33,199, 26,231, 3, 0,145, 8, 1, 58, 17,
/* 0x0420 */ 255, 67, 40,203,104, 0, 64,185,230, 3, 3,170,229, 3, 8, 42,
/* 0x0430 */ 228, 3, 2,170,227, 51, 0,145, 8, 0,128,210,104,132, 0,248,
/* 0x0440 */ 127, 0, 7,235,195,255,255, 84,227, 51, 0,145, 34, 8, 0, 81,
/* 0x0450 */ 225, 3, 0,170, 40, 20, 64, 56, 8, 9, 0, 18,232, 75, 0, 57,
/* 0x0460 */ 40, 20, 64, 56, 0,125, 4, 83,224, 71, 0, 57, 8, 13, 0, 18,
/* 0x0470 */ 232, 67, 0, 57,224, 67, 0,145, 16, 0, 0,148,255, 0, 0,145,
/* 0x0480 */ 228, 3, 0, 42,224, 7,193,168, 33, 0, 64,249,224, 7,191,169,
/* 0x0490 */ 35, 0,128, 82, 8, 0,176, 82, 0, 16, 32,212,224, 7,193,168,
/* 0x04a0 */ 3, 0,128, 82, 8, 0,176, 82, 0, 16, 32,212,224, 3, 4,170,
/* 0x04b0 */ 253,123,193,168,192, 3, 95,214,230,123,191,169,227,147,190,169,
/* 0x04c0 */ 229, 11, 0,249,232, 3, 1,170, 45, 64, 34,139,233, 3, 4,170,
/* 0x04d0 */ 142, 64, 37,139, 11, 16, 0,145, 6, 0, 64, 57, 5, 4, 64, 57,
/* 0x04e0 */ 4, 8, 64, 57,174, 0, 6, 11, 7, 0,128, 18,229, 32,197, 26,
/* 0x04f0 */ 229, 3, 37, 42,228, 32,196, 26,228, 3, 36, 42, 35, 0,128, 82,
/* 0x0500 */ 34, 0,128, 82, 33, 0,128, 82, 32, 0,128, 82, 6, 0,128, 82,
/* 0x0510 */ 230, 31, 0,185, 2, 96,128, 82,192,230,128, 82, 66, 32,206, 26,
/* 0x0520 */ 66, 0, 0, 11, 0,128,128,210,225, 3, 11,170, 0, 64, 0,170,
/* 0x0530 */ 0,128, 0,170, 32,132, 0,248, 66, 16, 0,113,204,255,255, 84,
/* 0x0540 */ 0, 21, 0,145,231, 0, 0,148, 31, 0, 8,235,193,255,255, 84,
/* 0x0550 */ 227, 67, 66,248,226, 19, 64,185, 36, 1, 3,203,128, 0, 2, 10,
/* 0x0560 */ 224, 47, 0,185, 0, 16, 6, 11, 97, 1, 0,145,225, 0, 0,148,
/* 0x0570 */ 129, 5, 0, 84,227, 23, 64,185,226, 27, 64,185, 99, 0, 4, 10,
/* 0x0580 */ 224,115, 64, 57, 99, 32,194, 26,226, 3, 2, 75, 66, 32, 0, 17,
/* 0x0590 */ 2, 36,194, 26, 99, 0, 2, 11,106,177, 57,145, 99, 4, 3, 11,
/* 0x05a0 */ 227, 3, 3, 42, 32, 0,128, 82, 74, 37, 3,139,223, 28, 0,113,
/* 0x05b0 */ 3, 2, 0, 84,227,125, 64,147,227, 3, 3,203, 37,105, 99, 56,
/* 0x05c0 */ 165,120, 31, 83, 65, 1, 8,145,164, 0, 24, 18,227, 3, 4, 42,
/* 0x05d0 */ 33, 4, 3,139,201, 0, 0,148, 3, 0, 0, 18,127, 32, 68,107,
/* 0x05e0 */ 193, 0, 0, 84, 31, 0, 4,113,195,254,255, 84, 5, 0, 0, 20,
/* 0x05f0 */ 225, 3, 10,170,193, 0, 0,148, 31, 0, 4,113,163,255,255, 84,
/* 0x0600 */ 98, 0,128, 82,195, 0,128, 82,223, 40, 0,113, 67, 48,131, 26,
/* 0x0610 */ 223, 16, 0,113,195, 48,131, 26,198, 0, 3, 75, 34, 0, 0, 20,
/* 0x0620 */ 97, 1, 6,145,178, 0, 0,148,129, 1, 0, 84,227, 11, 64,185,
/* 0x0630 */ 226, 7, 64,185,227, 15, 0,185,226, 11, 0,185,239, 7, 0,185,
/* 0x0640 */ 3, 0,128, 82,223, 28, 0,113,102, 0,128, 82,102, 48,134, 26,
/* 0x0650 */ 106,145, 25,145, 42, 0, 0, 20, 97, 97, 6,145,164, 0, 0,148,
/* 0x0660 */ 97, 2, 0, 84,227, 47, 64,185, 97,129, 7,145, 96, 16, 6, 11,
/* 0x0670 */ 160, 0, 0,148,161, 3, 0, 84, 35, 1,128, 82,223, 28, 0,113,
/* 0x0680 */ 102, 1,128, 82,102, 48,134, 26,227, 67, 66,248, 36, 1, 3,203,
/* 0x0690 */ 159, 0, 15,107,131, 17, 0, 84,227,125, 64,147,227, 3, 3,203,
/* 0x06a0 */ 32,105, 99, 56, 32, 21, 0, 56,121, 0, 0, 20, 97,193, 6,145,
/* 0x06b0 */ 143, 0, 0,148,228, 7, 64,185, 64, 1, 0, 84, 97, 33, 7,145,
/* 0x06c0 */ 139, 0, 0,148,228, 11, 64,185,128, 0, 0, 84,227, 11, 64,185,
/* 0x06d0 */ 228, 15, 64,185,227, 15, 0,185,227, 7, 64,185,227, 11, 0,185,
/* 0x06e0 */ 239, 7, 0,185,239, 3, 4, 42, 3, 1,128, 82,223, 28, 0,113,
/* 0x06f0 */ 102, 1,128, 82,102, 48,134, 26,106,161, 41,145, 65, 1, 0,145,
/* 0x0700 */ 125, 0, 0,148, 1, 1, 0, 84,227, 47, 64,185, 69, 17, 0,145,
/* 0x0710 */ 227, 3, 3, 42, 2, 0,128, 82,165, 16, 3,139, 4, 1,128, 82,
/* 0x0720 */ 14, 0, 0, 20, 65, 9, 0,145,115, 0, 0,148, 1, 1, 0, 84,
/* 0x0730 */ 227, 47, 64,185, 69, 17, 4,145,227, 3, 3, 42, 2, 1,128, 82,
/* 0x0740 */ 165, 16, 3,139, 4, 1,128, 82, 4, 0, 0, 20, 69, 17, 8,145,
/* 0x0750 */ 2, 2,128, 82, 4, 32,128, 82,226, 55, 0,185, 32, 0,128, 82,
/* 0x0760 */ 225, 3, 5,170,101, 0, 0,148, 3, 0, 4,107,163,255,255, 84,
/* 0x0770 */ 229, 55, 64,185,165, 0, 3, 11,229, 55, 0,185,223, 16, 0,113,
/* 0x0780 */ 194, 6, 0, 84,198, 28, 0, 17, 99, 0,128, 82,191, 16, 0,113,
/* 0x0790 */ 101, 32,133, 26,227, 3, 5, 42,101, 29, 3,139,165,128, 13,145,
/* 0x07a0 */ 32, 0,128, 82, 4, 8,128, 82,225, 3, 5,170, 83, 0, 0,148,
/* 0x07b0 */ 3, 0, 4,107,163,255,255, 84,227, 47, 0,185,127, 16, 0,113,
/* 0x07c0 */ 99, 4, 0, 84,100,124, 1, 83,132, 4, 0, 81,111, 0, 0, 18,
/* 0x07d0 */ 239, 1, 31, 50,127, 56, 0,113,226, 0, 0, 84,239, 33,196, 26,
/* 0x07e0 */ 106,121, 21,145,227, 1, 3, 75,227, 3, 3, 42, 74, 5, 3,139,
/* 0x07f0 */ 12, 0, 0, 20,132, 16, 0, 81, 53, 0, 0,148,231,124, 1, 83,
/* 0x0800 */ 131, 1, 7,107,108, 32,140, 26,239, 1, 15, 26,132, 4, 0,113,
/* 0x0810 */ 65,255,255, 84,106, 17, 25,145,239,109, 28, 83,132, 0,128, 82,
/* 0x0820 */ 37, 0,128, 82, 32, 0,128, 82,225, 3, 10,170, 51, 0, 0,148,
/* 0x0830 */ 31, 0, 0,114, 64, 0, 0, 84,239, 1, 5, 42,165,120, 31, 83,
/* 0x0840 */ 132, 4, 0,113, 33,255,255, 84, 2, 0, 0, 20,239, 47, 64,185,
/* 0x0850 */ 239, 5, 0, 49,229, 55, 64,185,227, 67, 66,248,165, 8, 0, 17,
/* 0x0860 */ 35, 1, 3,203,255, 1, 3,107,232, 2, 0, 84,227,125, 64,147,
/* 0x0870 */ 227, 3, 3,203, 32,105, 99, 56, 32, 21, 0, 56, 63, 1, 14,235,
/* 0x0880 */ 194, 0, 0, 84,165, 4, 0,113, 97,255,255, 84,224,115, 0, 57,
/* 0x0890 */ 63, 1, 14,235,227,229,255, 84, 13, 0, 0,148, 0, 0,128, 82,
/* 0x08a0 */ 226, 19, 64,249, 3, 1, 2,203,226, 31, 64,249, 67, 0, 0,185,
/* 0x08b0 */ 226, 67, 66,248, 35, 1, 2,203,226, 55, 64,249, 67, 0, 0,185,
/* 0x08c0 */ 255,243, 0,145, 32, 0,128, 82,246,255,255, 23,227,124, 24, 83,
/* 0x08d0 */ 195, 0, 0, 53, 31, 1, 13,235,231, 92, 24, 83, 66,255,255, 84,
/* 0x08e0 */ 3, 21, 64, 56,108, 32, 12, 42,192, 3, 95,214,224, 3, 6, 42,
/* 0x08f0 */ 33, 68, 32,139, 0, 0,128, 82, 33, 68, 32,139,227,124, 24, 83,
/* 0x0900 */ 241, 3, 30,170, 94, 0, 0, 16, 99,254,255, 52, 35, 0, 64,121,
/* 0x0910 */ 226,124, 11, 83, 98,124, 2, 27,159, 1, 2,107, 2, 1, 0, 84,
/* 0x0920 */ 2, 0,129, 82,231, 3, 2, 42, 66, 0, 3, 75, 0, 0, 0, 58,
/* 0x0930 */ 99, 20, 66, 11, 35, 0, 0,121, 32, 2, 95,214,140, 1, 2, 75,
/* 0x0940 */ 231, 0, 2, 75, 99, 20, 67, 75, 0, 0, 0, 58, 35, 0, 0,121,
/* 0x0950 */ 32, 2, 95,214,195, 3, 64,185,193, 7, 64,185,194, 67, 33,139,
/* 0x0960 */ 66, 48, 0,145,192, 67, 35,139, 0, 0, 3,145,228, 3, 1, 42,
/* 0x0970 */ 73,204, 95,184,132, 16, 0, 81, 9,204, 31,184,164,255,255, 53,
/* 0x0980 */ 196, 11, 64,185,222, 3, 2,145,227,143, 31,184,227, 3, 0,145,
/* 0x0990 */ 226, 3, 30,170,171, 32, 1,209,234, 3, 30,170,160, 0, 63,214,
/* 0x09a0 */ 64, 1, 31,214,229, 3, 30,170,235,255,255,151,102,105,108,101,
/* 0x09b0 */ 32,102,111,114,109, 97,116, 32,101,108,102, 54, 52, 45,108,105,
/* 0x09c0 */ 116,116,108,101, 97, 97,114, 99,104, 54, 52, 10, 10, 83,101, 99,
/* 0x09d0 */ 116,105,111,110,115, 58, 10, 73,100,120, 32, 78, 97,109,101, 32,
/* 0x09e0 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 83,105,122,101, 32, 32, 32,
/* 0x09f0 */ 32, 32, 32, 86, 77, 65, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x0a00 */ 32, 32, 32, 32, 32, 76, 77, 65, 32, 32, 32, 32, 32, 32, 32, 32,
/* 0x0a10 */ 32, 32, 32, 32, 32, 32, 32, 70,105,108,101, 32,111,102,102, 32,
/* 0x0a20 */ 32, 65,108,103,110, 32, 32, 70,108, 97,103,115, 10, 32, 32, 48,
/* 0x0a30 */ 32, 77, 65, 67, 72, 77, 65, 73, 78, 88, 32, 32, 32, 32, 32, 48,
/* 0x0a40 */ 48, 48, 48, 48, 48, 52, 52, 32, 32, 48, 48, 48, 48, 48, 48, 48,
/* 0x0a50 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48,
/* 0x0a60 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48,
/* 0x0a70 */ 48, 48, 48, 52, 48, 32, 32, 50, 42, 42, 50, 32, 32, 67, 79, 78,
/* 0x0a80 */ 84, 69, 78, 84, 83, 44, 32, 82, 69, 76, 79, 67, 44, 32, 82, 69,
/* 0x0a90 */ 65, 68, 79, 78, 76, 89, 10, 32, 32, 49, 32, 78, 82, 86, 95, 72,
/* 0x0aa0 */ 69, 65, 68, 32, 32, 32, 32, 32, 32, 48, 48, 48, 48, 48, 48, 48,
/* 0x0ab0 */ 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0ac0 */ 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0ad0 */ 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 56, 52, 32,
/* 0x0ae0 */ 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 44,
/* 0x0af0 */ 32, 82, 69, 65, 68, 79, 78, 76, 89, 10, 32, 32, 50, 32, 78, 82,
/* 0x0b00 */ 86, 50, 69, 32, 32, 32, 32, 32, 32, 32, 32, 32, 48, 48, 48, 48,
/* 0x0b10 */ 48, 49, 51, 99, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0b20 */ 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0b30 */ 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48,
/* 0x0b40 */ 56, 52, 32, 32, 50, 42, 42, 50, 32, 32, 67, 79, 78, 84, 69, 78,
/* 0x0b50 */ 84, 83, 44, 32, 82, 69, 65, 68, 79, 78, 76, 89, 10, 32, 32, 51,
/* 0x0b60 */ 32, 78, 82, 86, 50, 68, 32, 32, 32, 32, 32, 32, 32, 32, 32, 48,
/* 0x0b70 */ 48, 48, 48, 48, 49, 51, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48,
/* 0x0b80 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48,
/* 0x0b90 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48,
/* 0x0ba0 */ 48, 48, 49, 99, 48, 32, 32, 50, 42, 42, 50, 32, 32, 67, 79, 78,
/* 0x0bb0 */ 84, 69, 78, 84, 83, 44, 32, 82, 69, 65, 68, 79, 78, 76, 89, 10,
/* 0x0bc0 */ 32, 32, 52, 32, 78, 82, 86, 50, 66, 32, 32, 32, 32, 32, 32, 32,
/* 0x0bd0 */ 32, 32, 48, 48, 48, 48, 48, 49, 48, 56, 32, 32, 48, 48, 48, 48,
/* 0x0be0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48,
/* 0x0bf0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32,
/* 0x0c00 */ 48, 48, 48, 48, 48, 50,102, 48, 32, 32, 50, 42, 42, 50, 32, 32,
/* 0x0c10 */ 67, 79, 78, 84, 69, 78, 84, 83, 44, 32, 82, 69, 65, 68, 79, 78,
/* 0x0c20 */ 76, 89, 10, 32, 32, 53, 32, 78, 82, 86, 95, 84, 65, 73, 76, 32,
/* 0x0c30 */ 32, 32, 32, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48,
/* 0x0c40 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,
/* 0x0c50 */ 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0c60 */ 48, 32, 32, 48, 48, 48, 48, 48, 51,102, 56, 32, 32, 50, 42, 42,
/* 0x0c70 */ 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 44, 32, 82, 69, 65,
/* 0x0c80 */ 68, 79, 78, 76, 89, 10, 32, 32, 54, 32, 76, 90, 77, 65, 95, 69,
/* 0x0c90 */ 76, 70, 48, 48, 32, 32, 32, 32, 48, 48, 48, 48, 48, 48, 99, 48,
/* 0x0ca0 */ 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0cb0 */ 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0cc0 */ 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 51,102, 56, 32, 32,
/* 0x0cd0 */ 50, 42, 42, 50, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 44, 32,
/* 0x0ce0 */ 82, 69, 76, 79, 67, 44, 32, 82, 69, 65, 68, 79, 78, 76, 89, 10,
/* 0x0cf0 */ 32, 32, 55, 32, 76, 90, 77, 65, 95, 68, 69, 67, 50, 48, 32, 32,
/* 0x0d00 */ 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48,
/* 0x0d10 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48,
/* 0x0d20 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32,
/* 0x0d30 */ 48, 48, 48, 48, 48, 52, 98, 56, 32, 32, 50, 42, 42, 48, 32, 32,
/* 0x0d40 */ 67, 79, 78, 84, 69, 78, 84, 83, 44, 32, 82, 69, 65, 68, 79, 78,
/* 0x0d50 */ 76, 89, 10, 32, 32, 56, 32, 76, 90, 77, 65, 95, 68, 69, 67, 49,
/* 0x0d60 */ 48, 32, 32, 32, 32, 48, 48, 48, 48, 48, 52, 57, 99, 32, 32, 48,
/* 0x0d70 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,
/* 0x0d80 */ 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0d90 */ 48, 32, 32, 48, 48, 48, 48, 48, 52, 98, 56, 32, 32, 50, 42, 42,
/* 0x0da0 */ 50, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 44, 32, 82, 69, 65,
/* 0x0db0 */ 68, 79, 78, 76, 89, 10, 32, 32, 57, 32, 76, 90, 77, 65, 95, 68,
/* 0x0dc0 */ 69, 67, 51, 48, 32, 32, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0dd0 */ 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0de0 */ 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0df0 */ 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 57, 53, 52, 32, 32,
/* 0x0e00 */ 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84, 83, 44, 32,
/* 0x0e10 */ 82, 69, 65, 68, 79, 78, 76, 89, 10, 32, 49, 48, 32, 77, 65, 67,
/* 0x0e20 */ 72, 77, 65, 73, 78, 89, 32, 32, 32, 32, 32, 48, 48, 48, 48, 48,
/* 0x0e30 */ 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0e40 */ 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0e50 */ 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 57, 53,
/* 0x0e60 */ 52, 32, 32, 50, 42, 42, 48, 32, 32, 67, 79, 78, 84, 69, 78, 84,
/* 0x0e70 */ 83, 44, 32, 82, 69, 65, 68, 79, 78, 76, 89, 10, 32, 49, 49, 32,
/* 0x0e80 */ 77, 65, 67, 72, 77, 65, 73, 78, 90, 32, 32, 32, 32, 32, 48, 48,
/* 0x0e90 */ 48, 48, 48, 48, 53, 56, 32, 32, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0ea0 */ 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48, 48, 48,
/* 0x0eb0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 32, 48, 48, 48, 48,
/* 0x0ec0 */ 48, 57, 53, 52, 32, 32, 50, 42, 42, 50, 32, 32, 67, 79, 78, 84,
/* 0x0ed0 */ 69, 78, 84, 83, 44, 32, 82, 69, 65, 68, 79, 78, 76, 89, 10, 83,
/* 0x0ee0 */ 89, 77, 66, 79, 76, 32, 84, 65, 66, 76, 69, 58, 10, 48, 48, 48,
/* 0x0ef0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32,
/* 0x0f00 */ 32, 32, 32,100, 32, 32, 76, 90, 77, 65, 95, 68, 69, 67, 51, 48,
/* 0x0f10 */ 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0f20 */ 48, 32, 76, 90, 77, 65, 95, 68, 69, 67, 51, 48, 10, 48, 48, 48,
/* 0x0f30 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32,
/* 0x0f40 */ 32, 32, 32,100, 32, 32, 77, 65, 67, 72, 77, 65, 73, 78, 90, 9,
/* 0x0f50 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0f60 */ 32, 77, 65, 67, 72, 77, 65, 73, 78, 90, 10, 48, 48, 48, 48, 48,
/* 0x0f70 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32,
/* 0x0f80 */ 32,100, 32, 32, 77, 65, 67, 72, 77, 65, 73, 78, 88, 9, 48, 48,
/* 0x0f90 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 77,
/* 0x0fa0 */ 65, 67, 72, 77, 65, 73, 78, 88, 10, 48, 48, 48, 48, 48, 48, 48,
/* 0x0fb0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100,
/* 0x0fc0 */ 32, 32, 78, 82, 86, 95, 72, 69, 65, 68, 9, 48, 48, 48, 48, 48,
/* 0x0fd0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 78, 82, 86, 95,
/* 0x0fe0 */ 72, 69, 65, 68, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x0ff0 */ 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 78, 82,
/* 0x1000 */ 86, 50, 69, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1010 */ 48, 48, 48, 48, 32, 78, 82, 86, 50, 69, 10, 48, 48, 48, 48, 48,
/* 0x1020 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32,
/* 0x1030 */ 32,100, 32, 32, 78, 82, 86, 50, 68, 9, 48, 48, 48, 48, 48, 48,
/* 0x1040 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 78, 82, 86, 50, 68,
/* 0x1050 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1060 */ 48, 32,108, 32, 32, 32, 32,100, 32, 32, 78, 82, 86, 50, 66, 9,
/* 0x1070 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1080 */ 32, 78, 82, 86, 50, 66, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1090 */ 48, 48, 48, 48, 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32,
/* 0x10a0 */ 78, 82, 86, 95, 84, 65, 73, 76, 9, 48, 48, 48, 48, 48, 48, 48,
/* 0x10b0 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 32, 78, 82, 86, 95, 84, 65,
/* 0x10c0 */ 73, 76, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x10d0 */ 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 76, 90, 77, 65,
/* 0x10e0 */ 95, 69, 76, 70, 48, 48, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x10f0 */ 48, 48, 48, 48, 48, 48, 48, 32, 76, 90, 77, 65, 95, 69, 76, 70,
/* 0x1100 */ 48, 48, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1110 */ 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 76, 90, 77, 65,
/* 0x1120 */ 95, 68, 69, 67, 50, 48, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1130 */ 48, 48, 48, 48, 48, 48, 48, 32, 76, 90, 77, 65, 95, 68, 69, 67,
/* 0x1140 */ 50, 48, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1150 */ 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 76, 90, 77, 65,
/* 0x1160 */ 95, 68, 69, 67, 49, 48, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1170 */ 48, 48, 48, 48, 48, 48, 48, 32, 76, 90, 77, 65, 95, 68, 69, 67,
/* 0x1180 */ 49, 48, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1190 */ 48, 48, 48, 32,108, 32, 32, 32, 32,100, 32, 32, 77, 65, 67, 72,
/* 0x11a0 */ 77, 65, 73, 78, 89, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x11b0 */ 48, 48, 48, 48, 48, 48, 32, 77, 65, 67, 72, 77, 65, 73, 78, 89,
/* 0x11c0 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x11d0 */ 48, 32,103, 32, 32, 32, 32, 32, 32, 32, 77, 65, 67, 72, 77, 65,
/* 0x11e0 */ 73, 78, 88, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x11f0 */ 48, 48, 48, 48, 32, 95,115,116, 97,114,116, 10, 48, 48, 48, 48,
/* 0x1200 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,103, 32, 32,
/* 0x1210 */ 32, 32, 32, 70, 32, 78, 82, 86, 50, 69, 9, 48, 48, 48, 48, 48,
/* 0x1220 */ 48, 48, 48, 48, 48, 48, 48, 48, 49, 51, 99, 32,117, 99,108, 95,
/* 0x1230 */ 110,114,118, 50,101, 95,100,101, 99,111,109,112,114,101,115,115,
/* 0x1240 */ 95, 56, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1250 */ 48, 48, 48, 32,103, 32, 32, 32, 32, 32, 70, 32, 78, 82, 86, 50,
/* 0x1260 */ 68, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 49,
/* 0x1270 */ 51, 48, 32,117, 99,108, 95,110,114,118, 50,100, 95,100,101, 99,
/* 0x1280 */ 111,109,112,114,101,115,115, 95, 56, 10, 48, 48, 48, 48, 48, 48,
/* 0x1290 */ 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 32,103, 32, 32, 32, 32,
/* 0x12a0 */ 32, 70, 32, 78, 82, 86, 50, 66, 9, 48, 48, 48, 48, 48, 48, 48,
/* 0x12b0 */ 48, 48, 48, 48, 48, 48, 49, 48, 56, 32,117, 99,108, 95,110,114,
/* 0x12c0 */ 118, 50, 98, 95,100,101, 99,111,109,112,114,101,115,115, 95, 56,
/* 0x12d0 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x12e0 */ 48, 32,103, 32, 32, 32, 32, 32, 32, 32, 76, 90, 77, 65, 95, 68,
/* 0x12f0 */ 69, 67, 49, 48, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1300 */ 48, 48, 48, 48, 48, 32, 76,122,109, 97, 68,101, 99,111,100,101,
/* 0x1310 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1320 */ 48, 32,103, 32, 32, 32, 32, 32, 32, 32, 77, 65, 67, 72, 77, 65,
/* 0x1330 */ 73, 78, 89, 9, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1340 */ 48, 48, 48, 48, 32,101,110,100, 95,100,101, 99,111,109,112,114,
/* 0x1350 */ 101,115,115, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32,
/* 0x1360 */ 82, 69, 67, 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 77, 65, 67,
/* 0x1370 */ 72, 77, 65, 73, 78, 88, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32,
/* 0x1380 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 84, 89, 80, 69, 32, 32,
/* 0x1390 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86, 65, 76, 85,
/* 0x13a0 */ 69, 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x13b0 */ 52, 48, 32, 82, 95, 65, 65, 82, 67, 72, 54, 52, 95, 67, 65, 76,
/* 0x13c0 */ 76, 50, 54, 32, 32, 77, 65, 67, 72, 77, 65, 73, 78, 90, 43, 48,
/* 0x13d0 */ 120, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 53,
/* 0x13e0 */ 48, 10, 10, 82, 69, 76, 79, 67, 65, 84, 73, 79, 78, 32, 82, 69,
/* 0x13f0 */ 67, 79, 82, 68, 83, 32, 70, 79, 82, 32, 91, 76, 90, 77, 65, 95,
/* 0x1400 */ 69, 76, 70, 48, 48, 93, 58, 10, 79, 70, 70, 83, 69, 84, 32, 32,
/* 0x1410 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 84, 89, 80, 69, 32, 32, 32,
/* 0x1420 */ 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 86, 65, 76, 85, 69,
/* 0x1430 */ 10, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
/* 0x1440 */ 52, 32, 82, 95, 65, 65, 82, 67, 72, 54, 52, 95, 67, 79, 78, 68,
/* 0x1450 */ 66, 82, 49, 57, 32, 32, 76, 90, 77, 65, 95, 68, 69, 67, 51, 48,
/* 0x1460 */ 10
};

View File

@ -32,8 +32,8 @@
#define STUB_ARM64_DARWIN_MACHO_FOLD_SIZE 1904
#define STUB_ARM64_DARWIN_MACHO_FOLD_ADLER32 0xb0ecb637
#define STUB_ARM64_DARWIN_MACHO_FOLD_CRC32 0x2d74a7c6
#define STUB_ARM64_DARWIN_MACHO_FOLD_ADLER32 0xbcf9bbb7
#define STUB_ARM64_DARWIN_MACHO_FOLD_CRC32 0xff1513ae
unsigned char stub_arm64_darwin_macho_fold[1904] = {
/* 0x0000 */ 97, 1, 64,249,231, 3, 4,145, 96, 65, 33,203, 3, 24, 64,185,
@ -47,20 +47,20 @@ unsigned char stub_arm64_darwin_macho_fold[1904] = {
/* 0x0080 */ 192, 1, 0,180,161, 1, 0, 52, 33, 4, 0, 81, 2, 88, 97,184,
/* 0x0090 */ 67,124, 26, 83,127,148, 0,113,193, 0, 0, 84, 67, 20, 6, 18,
/* 0x00a0 */ 66, 0, 1, 75, 66,100, 0, 18, 66, 0, 3, 42, 2, 88, 33,184,
/* 0x00b0 */ 63, 0, 0,113,161,254,255, 84,192, 3, 31,214,192, 3, 31,214,
/* 0x00c0 */ 40, 0,128, 82, 0, 16, 32,212,192, 3, 31,214,104, 0,128, 82,
/* 0x00d0 */ 0, 16, 32,212,192, 3, 31,214,192, 3, 31,214,136, 0,128, 82,
/* 0x00e0 */ 0, 16, 32,212,192, 3, 31,214,192, 3, 31,214,168, 0,128, 82,
/* 0x00f0 */ 0, 16, 32,212,192, 3, 31,214,192, 3, 31,214,200, 0,128, 82,
/* 0x0100 */ 0, 16, 32,212,192, 3, 31,214,192, 3, 31,214,168, 5,128, 82,
/* 0x0110 */ 0, 16, 32,212,192, 3, 31,214,192, 3, 31,214, 40, 9,128, 82,
/* 0x0120 */ 0, 16, 32,212,192, 3, 31,214,192, 3, 31,214, 72, 9,128, 82,
/* 0x0130 */ 0, 16, 32,212,192, 3, 31,214,192, 3, 31,214,168, 24,128, 82,
/* 0x0140 */ 0, 16, 32,212,192, 3, 31,214,192, 3, 31,214, 40, 19,128, 82,
/* 0x0150 */ 0, 16, 32,212,192, 3, 31,214,192, 3, 31,214,233, 31,128, 82,
/* 0x00b0 */ 63, 0, 0,113,161,254,255, 84,192, 3, 95,214,192, 3, 95,214,
/* 0x00c0 */ 40, 0,128, 82, 0, 16, 32,212,192, 3, 95,214,104, 0,128, 82,
/* 0x00d0 */ 0, 16, 32,212,192, 3, 95,214,192, 3, 95,214,136, 0,128, 82,
/* 0x00e0 */ 0, 16, 32,212,192, 3, 95,214,192, 3, 95,214,168, 0,128, 82,
/* 0x00f0 */ 0, 16, 32,212,192, 3, 95,214,192, 3, 95,214,200, 0,128, 82,
/* 0x0100 */ 0, 16, 32,212,192, 3, 95,214,192, 3, 95,214,168, 5,128, 82,
/* 0x0110 */ 0, 16, 32,212,192, 3, 95,214,192, 3, 95,214, 40, 9,128, 82,
/* 0x0120 */ 0, 16, 32,212,192, 3, 95,214,192, 3, 95,214, 72, 9,128, 82,
/* 0x0130 */ 0, 16, 32,212,192, 3, 95,214,192, 3, 95,214,168, 24,128, 82,
/* 0x0140 */ 0, 16, 32,212,192, 3, 95,214,192, 3, 95,214, 40, 19,128, 82,
/* 0x0150 */ 0, 16, 32,212,192, 3, 95,214,192, 3, 95,214,233, 31,128, 82,
/* 0x0160 */ 41, 29, 16, 50, 6, 0, 0, 20, 2, 0, 64,185, 35, 1, 2, 10,
/* 0x0170 */ 34, 97,194, 10, 66, 32,195, 42, 2, 68, 0,184, 33, 16, 0,113,
/* 0x0180 */ 74,255,255, 84,192, 3, 31,214, 3, 16, 64,169,127, 0, 2,235,
/* 0x0180 */ 74,255,255, 84,192, 3, 95,214, 3, 16, 64,169,127, 0, 2,235,
/* 0x0190 */ 99, 0, 0, 84, 3, 0,128,210, 5, 0, 0, 20,253,123,191,169,
/* 0x01a0 */ 224, 15,128, 82,253, 3, 0,145,198,255,255,151, 95, 0, 3,235,
/* 0x01b0 */ 160, 0, 0, 84,133,104, 99, 56, 37,104, 35, 56, 99, 4, 0,145,

View File

@ -32,69 +32,69 @@
#define STUB_POWERPC_DARWIN_DYLIB_ENTRY_SIZE 8985
#define STUB_POWERPC_DARWIN_DYLIB_ENTRY_ADLER32 0x079b624d
#define STUB_POWERPC_DARWIN_DYLIB_ENTRY_CRC32 0xa7ac72a3
#define STUB_POWERPC_DARWIN_DYLIB_ENTRY_ADLER32 0x992659f2
#define STUB_POWERPC_DARWIN_DYLIB_ENTRY_CRC32 0x3ceb5d64
unsigned char stub_powerpc_darwin_dylib_entry[8985] = {
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0010 */ 0, 1, 0, 20, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0020 */ 0, 0, 27,164, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0030 */ 0, 22, 0, 19,124, 72, 2,166, 72, 0, 0, 1,124, 0, 41,236,
/* 0x0020 */ 0, 0, 26,112, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0030 */ 0, 22, 0, 19,124, 72, 2,166, 72, 0, 2, 1,124, 0, 41,236,
/* 0x0040 */ 125,168, 2,166, 40, 7, 0, 8, 64,130, 1, 60,144,166, 0, 0,
/* 0x0050 */ 124,132, 26, 20, 60, 0,128, 0, 61, 32,128, 0, 56, 99,255,255,
/* 0x0060 */ 56,165,255,255, 57, 64,255,255, 72, 0, 1, 12, 57, 32, 0, 1,
/* 0x0070 */ 125, 41, 28, 44, 56, 99, 0, 4,124, 9, 0, 64,125, 41, 72, 20,
/* 0x0080 */ 97, 41, 0, 1, 78,128, 0, 32,141, 3, 0, 1,157, 5, 0, 1,
/* 0x0090 */ 124, 9, 0, 64,125, 41, 74, 20, 65,194,255,213, 65,225,255,236,
/* 0x0090 */ 124, 9, 0, 64,125, 41, 74, 20, 65,162,255,213, 65,129,255,236,
/* 0x00a0 */ 56,224, 0, 1, 72, 0, 0, 20, 56,231,255,255,125, 41, 72, 21,
/* 0x00b0 */ 65,194,255,189,124,231, 57, 20,125, 41, 72, 21, 65,194,255,177,
/* 0x00c0 */ 124,231, 57, 20,124, 9, 0, 64,125, 41, 74, 20, 65,194,255,161,
/* 0x00d0 */ 65,192,255,216, 57, 0, 0, 0, 52,231,255,253, 84,231, 64, 46,
/* 0x00e0 */ 65,192, 0, 32,140, 67, 0, 1,124,234, 16,249,125, 74, 14,112,
/* 0x00f0 */ 65,194, 0, 0,112, 66, 0, 1, 65,226, 0, 80, 72, 0, 0, 20,
/* 0x0100 */ 124, 9, 0, 64,125, 41, 74, 20, 65,194,255,101, 65,225, 0, 60,
/* 0x0110 */ 57, 0, 0, 1,124, 9, 0, 64,125, 41, 74, 20, 65,194,255, 81,
/* 0x0120 */ 65,225, 0, 40,125, 41, 72, 21, 65,194,255, 69,125, 8, 65, 20,
/* 0x0130 */ 124, 9, 0, 64,125, 41, 74, 20, 65,194,255, 53, 65,192,255,232,
/* 0x0140 */ 57, 8, 0, 2, 72, 0, 0, 16,125, 41, 72, 21, 65,194,255, 33,
/* 0x00b0 */ 65,162,255,189,124,231, 57, 20,125, 41, 72, 21, 65,162,255,177,
/* 0x00c0 */ 124,231, 57, 20,124, 9, 0, 64,125, 41, 74, 20, 65,162,255,161,
/* 0x00d0 */ 65,160,255,216, 57, 0, 0, 0, 52,231,255,253, 84,231, 64, 46,
/* 0x00e0 */ 65,128, 0, 32,140, 67, 0, 1,124,234, 16,249,125, 74, 14,112,
/* 0x00f0 */ 65,130, 0, 0,112, 66, 0, 1, 65,162, 0, 80, 72, 0, 0, 20,
/* 0x0100 */ 124, 9, 0, 64,125, 41, 74, 20, 65,162,255,101, 65,161, 0, 60,
/* 0x0110 */ 57, 0, 0, 1,124, 9, 0, 64,125, 41, 74, 20, 65,162,255, 81,
/* 0x0120 */ 65,161, 0, 40,125, 41, 72, 21, 65,162,255, 69,125, 8, 65, 20,
/* 0x0130 */ 124, 9, 0, 64,125, 41, 74, 20, 65,162,255, 53, 65,160,255,232,
/* 0x0140 */ 57, 8, 0, 2, 72, 0, 0, 16,125, 41, 72, 21, 65,162,255, 33,
/* 0x0150 */ 125, 8, 65, 20, 32,234,250,255, 57, 8, 0, 2,125, 8, 1,148,
/* 0x0160 */ 124,234, 42, 20,125, 9, 3,166,141, 7, 0, 1,157, 5, 0, 1,
/* 0x0170 */ 67, 32,255,248, 56,224, 1, 0,124, 7, 41,236,124, 7, 26, 44,
/* 0x0170 */ 66, 0,255,248, 56,224, 1, 0,124, 7, 41,236,124, 7, 26, 44,
/* 0x0180 */ 75,255,255, 16,124, 0, 41,236,125,168, 2,166, 40, 7, 0, 5,
/* 0x0190 */ 64,130, 1, 32,144,166, 0, 0,124,132, 26, 20, 60, 0,128, 0,
/* 0x01a0 */ 61, 32,128, 0, 56, 99,255,255, 56,165,255,255, 57, 64,255,255,
/* 0x01b0 */ 72, 0, 0,240, 57, 32, 0, 1,125, 41, 28, 44, 56, 99, 0, 4,
/* 0x01c0 */ 124, 9, 0, 64,125, 41, 72, 20, 97, 41, 0, 1, 78,128, 0, 32,
/* 0x01d0 */ 141, 3, 0, 1,157, 5, 0, 1,124, 9, 0, 64,125, 41, 74, 20,
/* 0x01e0 */ 65,194,255,213, 65,225,255,236, 56,224, 0, 1, 72, 0, 0, 20,
/* 0x01f0 */ 56,231,255,255,125, 41, 72, 21, 65,194,255,189,124,231, 57, 21,
/* 0x0200 */ 125, 41, 72, 21, 65,194,255,177,124,231, 57, 21,124, 9, 0, 64,
/* 0x0210 */ 125, 41, 74, 20, 65,194,255,161, 65,192,255,216, 57, 0, 0, 0,
/* 0x0220 */ 52,231,255,253, 84,231, 64, 46, 65,192, 0, 24,140, 67, 0, 1,
/* 0x0230 */ 124,234, 16,249,125, 74, 14,112, 65,194, 0, 0, 72, 0, 0, 12,
/* 0x0240 */ 125, 41, 72, 21, 65,194,255,113,125, 8, 65, 21,125, 41, 72, 21,
/* 0x0250 */ 65,194,255,101,125, 8, 65, 21, 64,130, 0, 40, 57, 0, 0, 1,
/* 0x0260 */ 125, 41, 72, 21, 65,194,255, 81,125, 8, 65, 21,124, 9, 0, 64,
/* 0x0270 */ 125, 41, 74, 20, 65,194,255, 65, 65,192,255,232, 57, 8, 0, 2,
/* 0x01e0 */ 65,162,255,213, 65,129,255,236, 56,224, 0, 1, 72, 0, 0, 20,
/* 0x01f0 */ 56,231,255,255,125, 41, 72, 21, 65,162,255,189,124,231, 57, 21,
/* 0x0200 */ 125, 41, 72, 21, 65,162,255,177,124,231, 57, 21,124, 9, 0, 64,
/* 0x0210 */ 125, 41, 74, 20, 65,162,255,161, 65,160,255,216, 57, 0, 0, 0,
/* 0x0220 */ 52,231,255,253, 84,231, 64, 46, 65,128, 0, 24,140, 67, 0, 1,
/* 0x0230 */ 124,234, 16,249,125, 74, 14,112, 65,130, 0, 0, 72, 0, 0, 12,
/* 0x0240 */ 125, 41, 72, 21, 65,162,255,113,125, 8, 65, 21,125, 41, 72, 21,
/* 0x0250 */ 65,162,255,101,125, 8, 65, 21, 64,130, 0, 40, 57, 0, 0, 1,
/* 0x0260 */ 125, 41, 72, 21, 65,162,255, 81,125, 8, 65, 21,124, 9, 0, 64,
/* 0x0270 */ 125, 41, 74, 20, 65,162,255, 65, 65,160,255,232, 57, 8, 0, 2,
/* 0x0280 */ 32,234,250,255, 57, 8, 0, 1,125, 8, 1,148,124,234, 42, 20,
/* 0x0290 */ 125, 9, 3,166,141, 7, 0, 1,157, 5, 0, 1, 67, 32,255,248,
/* 0x0290 */ 125, 9, 3,166,141, 7, 0, 1,157, 5, 0, 1, 66, 0,255,248,
/* 0x02a0 */ 56,224, 1, 0,124, 7, 41,236,124, 7, 26, 44, 75,255,255, 44,
/* 0x02b0 */ 124, 0, 41,236,125,168, 2,166, 40, 7, 0, 2, 64,130, 0,228,
/* 0x02c0 */ 144,166, 0, 0,124,132, 26, 20, 60, 0,128, 0, 61, 32,128, 0,
/* 0x02d0 */ 56, 99,255,255, 56,165,255,255, 57, 64,255,255, 72, 0, 0,180,
/* 0x02e0 */ 124, 9, 0, 64,125, 41, 72, 20, 76,226, 0, 32, 57, 32, 0, 1,
/* 0x02e0 */ 124, 9, 0, 64,125, 41, 72, 20, 76,162, 0, 32, 57, 32, 0, 1,
/* 0x02f0 */ 125, 41, 28, 44, 56, 99, 0, 4,124, 9, 0, 64,125, 41, 73, 20,
/* 0x0300 */ 78,128, 0, 32,141, 3, 0, 1,157, 5, 0, 1, 75,255,255,213,
/* 0x0310 */ 65,225,255,244, 56,224, 0, 1, 75,255,255,201,124,231, 57, 21,
/* 0x0320 */ 75,255,255,193, 65,192,255,244, 52,231,255,253, 57, 0, 0, 0,
/* 0x0330 */ 65,192, 0, 20,140, 67, 0, 1, 84,231, 64, 46,124,234, 16,249,
/* 0x0340 */ 65,194, 0, 0, 75,255,255,157,125, 8, 65, 21, 75,255,255,149,
/* 0x0350 */ 125, 8, 65, 21, 56,224, 0, 1, 64,194, 0, 28, 56,224, 0, 3,
/* 0x0310 */ 65,129,255,244, 56,224, 0, 1, 75,255,255,201,124,231, 57, 21,
/* 0x0320 */ 75,255,255,193, 65,160,255,244, 52,231,255,253, 57, 0, 0, 0,
/* 0x0330 */ 65,128, 0, 20,140, 67, 0, 1, 84,231, 64, 46,124,234, 16,249,
/* 0x0340 */ 65,130, 0, 0, 75,255,255,157,125, 8, 65, 21, 75,255,255,149,
/* 0x0350 */ 125, 8, 65, 21, 56,224, 0, 1, 64,130, 0, 28, 56,224, 0, 3,
/* 0x0360 */ 57, 0, 0, 1, 75,255,255,125,125, 8, 65, 21, 75,255,255,117,
/* 0x0370 */ 65,192,255,244, 32, 74,242,255,125, 8, 57, 20,124,234, 42, 20,
/* 0x0380 */ 125, 9, 3,166,141, 7, 0, 1,157, 5, 0, 1, 67, 32,255,248,
/* 0x0370 */ 65,160,255,244, 32, 74,242,255,125, 8, 57, 20,124,234, 42, 20,
/* 0x0380 */ 125, 9, 3,166,141, 7, 0, 1,157, 5, 0, 1, 66, 0,255,248,
/* 0x0390 */ 56,224, 1, 0,124, 7, 41,236,124, 7, 26, 44, 75,255,255,112,
/* 0x03a0 */ 40, 7, 0, 14, 64,130, 0, 0,124, 8, 2,166,124,201, 51,120,
/* 0x03a0 */ 40, 7, 0, 14, 64,130, 0, 32,124, 8, 2,166,124,201, 51,120,
/* 0x03b0 */ 129, 6, 0, 0,124,167, 43,120, 56,164,255,254, 56,131, 0, 2,
/* 0x03c0 */ 144, 1, 0, 8,136, 3, 0, 0, 84, 11,232,254, 84, 2, 7,126,
/* 0x03d0 */ 56, 96,250, 0,124, 99, 88, 48, 56, 99,241,124,124, 38, 11,120,
@ -422,9 +422,9 @@ unsigned char stub_powerpc_darwin_dylib_entry[8985] = {
/* 0x17f0 */ 56,192, 16, 2, 56,224,255,255, 57, 0, 0, 0, 57, 32, 0, 0,
/* 0x1800 */ 56, 0, 0,197, 68, 0, 0, 2, 56, 96,255,255,124,124, 27,120,
/* 0x1810 */ 56,160, 1,136,124,169, 3,166,124,131,234, 20,124,117,250, 20,
/* 0x1820 */ 140, 3,255,255,156, 4,255,255, 67, 32,255,248,124,165,232, 80,
/* 0x1820 */ 140, 3,255,255,156, 4,255,255, 66, 0,255,248,124,165,232, 80,
/* 0x1830 */ 124,136, 3,166,124,169, 3,166, 78,128, 0, 32,140, 3,255,255,
/* 0x1840 */ 156, 4,255,255, 67, 32,255,248,131,223,255,232,127,227,248, 80,
/* 0x1840 */ 156, 4,255,255, 66, 0,255,248,131,223,255,232,127,227,248, 80,
/* 0x1850 */ 127,228,250, 20,127,222, 26, 20,128, 95,255,236,127, 68, 18, 20,
/* 0x1860 */ 127, 99, 18, 20, 59,123,255,232,128, 90, 0, 4, 59, 90, 0, 12,
/* 0x1870 */ 127, 90, 18, 20,127, 88,211,120,127,121,219,120, 56,122, 0, 0,
@ -438,16 +438,16 @@ unsigned char stub_powerpc_darwin_dylib_entry[8985] = {
/* 0x18f0 */ 68, 0, 0, 2, 56, 96,255,255,184, 65, 0, 0, 56, 33, 0,120,
/* 0x1900 */ 124, 72, 3,166, 78,128, 4, 32, 56, 64, 0, 6,124,104, 2,166,
/* 0x1910 */ 56, 99, 0, 24,124, 73, 3,166,132, 67,255,252,148, 89,255,252,
/* 0x1920 */ 67, 32,255,248,127, 40, 3,166,127,201, 3,166,127,131,227,120,
/* 0x1920 */ 66, 0,255,248,127, 40, 3,166,127,201, 3,166,127,131,227,120,
/* 0x1930 */ 127,164,235,120, 56, 0, 0, 73, 78,128, 0, 32,136, 67, 0, 3,
/* 0x1940 */ 137, 99, 0, 2, 81, 98, 68, 46,137, 99, 0, 1, 81, 98,130, 30,
/* 0x1950 */ 137, 99, 0, 0, 81, 98,192, 14,124, 67, 19,121, 78,128, 0, 32,
/* 0x1960 */ 40, 6, 0,208, 76,194, 0, 32, 84,132,240,191, 77,194, 0, 32,
/* 0x1960 */ 40, 6, 0,208, 76,130, 0, 32, 84,132,240,191, 77,130, 0, 32,
/* 0x1970 */ 60, 0, 0, 16,124, 4, 0, 64, 65,128, 0, 8,124, 4, 3,120,
/* 0x1980 */ 56,165, 1, 32,124,103, 27,120, 56, 99,255,252,124,137, 3,166,
/* 0x1990 */ 72, 0, 0, 28, 84, 75, 2,186,125, 99, 88, 80,125,107, 58, 20,
/* 0x19a0 */ 81, 98, 1,186,144, 67, 0, 0, 79, 64, 0, 32,132, 67, 0, 4,
/* 0x19b0 */ 84, 75, 85,190,124, 11, 40, 64, 65,194,255,220, 67, 32,255,240,
/* 0x19a0 */ 81, 98, 1,186,144, 67, 0, 0, 78, 64, 0, 32,132, 67, 0, 4,
/* 0x19b0 */ 84, 75, 85,190,124, 11, 40, 64, 65,162,255,220, 66, 0,255,240,
/* 0x19c0 */ 78,128, 0, 32, 75,255,254, 0,102,105,108,101, 32,102,111,114,
/* 0x19d0 */ 109, 97,116, 32,101,108,102, 51, 50, 45,112,111,119,101,114,112,
/* 0x19e0 */ 99, 10, 10, 83,101, 99,116,105,111,110,115, 58, 10, 73,100,120,

View File

@ -32,69 +32,69 @@
#define STUB_POWERPC_DARWIN_MACHO_ENTRY_SIZE 8549
#define STUB_POWERPC_DARWIN_MACHO_ENTRY_ADLER32 0x5248bfe2
#define STUB_POWERPC_DARWIN_MACHO_ENTRY_CRC32 0xeed36188
#define STUB_POWERPC_DARWIN_MACHO_ENTRY_ADLER32 0x454db8d1
#define STUB_POWERPC_DARWIN_MACHO_ENTRY_CRC32 0xbc96c9ce
unsigned char stub_powerpc_darwin_macho_entry[8549] = {
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0010 */ 0, 1, 0, 20, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0020 */ 0, 0, 25,240, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0030 */ 0, 22, 0, 19, 72, 0, 0, 1,124, 0, 41,236,125,168, 2,166,
/* 0x0020 */ 0, 0, 24,188, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0030 */ 0, 22, 0, 19, 72, 0, 0, 73,124, 0, 41,236,125,168, 2,166,
/* 0x0040 */ 40, 7, 0, 8, 64,130, 1, 60,144,166, 0, 0,124,132, 26, 20,
/* 0x0050 */ 60, 0,128, 0, 61, 32,128, 0, 56, 99,255,255, 56,165,255,255,
/* 0x0060 */ 57, 64,255,255, 72, 0, 1, 12, 57, 32, 0, 1,125, 41, 28, 44,
/* 0x0070 */ 56, 99, 0, 4,124, 9, 0, 64,125, 41, 72, 20, 97, 41, 0, 1,
/* 0x0080 */ 78,128, 0, 32,141, 3, 0, 1,157, 5, 0, 1,124, 9, 0, 64,
/* 0x0090 */ 125, 41, 74, 20, 65,194,255,213, 65,225,255,236, 56,224, 0, 1,
/* 0x00a0 */ 72, 0, 0, 20, 56,231,255,255,125, 41, 72, 21, 65,194,255,189,
/* 0x00b0 */ 124,231, 57, 20,125, 41, 72, 21, 65,194,255,177,124,231, 57, 20,
/* 0x00c0 */ 124, 9, 0, 64,125, 41, 74, 20, 65,194,255,161, 65,192,255,216,
/* 0x00d0 */ 57, 0, 0, 0, 52,231,255,253, 84,231, 64, 46, 65,192, 0, 32,
/* 0x00e0 */ 140, 67, 0, 1,124,234, 16,249,125, 74, 14,112, 65,194, 0, 0,
/* 0x00f0 */ 112, 66, 0, 1, 65,226, 0, 80, 72, 0, 0, 20,124, 9, 0, 64,
/* 0x0100 */ 125, 41, 74, 20, 65,194,255,101, 65,225, 0, 60, 57, 0, 0, 1,
/* 0x0110 */ 124, 9, 0, 64,125, 41, 74, 20, 65,194,255, 81, 65,225, 0, 40,
/* 0x0120 */ 125, 41, 72, 21, 65,194,255, 69,125, 8, 65, 20,124, 9, 0, 64,
/* 0x0130 */ 125, 41, 74, 20, 65,194,255, 53, 65,192,255,232, 57, 8, 0, 2,
/* 0x0140 */ 72, 0, 0, 16,125, 41, 72, 21, 65,194,255, 33,125, 8, 65, 20,
/* 0x0090 */ 125, 41, 74, 20, 65,162,255,213, 65,129,255,236, 56,224, 0, 1,
/* 0x00a0 */ 72, 0, 0, 20, 56,231,255,255,125, 41, 72, 21, 65,162,255,189,
/* 0x00b0 */ 124,231, 57, 20,125, 41, 72, 21, 65,162,255,177,124,231, 57, 20,
/* 0x00c0 */ 124, 9, 0, 64,125, 41, 74, 20, 65,162,255,161, 65,160,255,216,
/* 0x00d0 */ 57, 0, 0, 0, 52,231,255,253, 84,231, 64, 46, 65,128, 0, 32,
/* 0x00e0 */ 140, 67, 0, 1,124,234, 16,249,125, 74, 14,112, 65,130, 0, 0,
/* 0x00f0 */ 112, 66, 0, 1, 65,162, 0, 80, 72, 0, 0, 20,124, 9, 0, 64,
/* 0x0100 */ 125, 41, 74, 20, 65,162,255,101, 65,161, 0, 60, 57, 0, 0, 1,
/* 0x0110 */ 124, 9, 0, 64,125, 41, 74, 20, 65,162,255, 81, 65,161, 0, 40,
/* 0x0120 */ 125, 41, 72, 21, 65,162,255, 69,125, 8, 65, 20,124, 9, 0, 64,
/* 0x0130 */ 125, 41, 74, 20, 65,162,255, 53, 65,160,255,232, 57, 8, 0, 2,
/* 0x0140 */ 72, 0, 0, 16,125, 41, 72, 21, 65,162,255, 33,125, 8, 65, 20,
/* 0x0150 */ 32,234,250,255, 57, 8, 0, 2,125, 8, 1,148,124,234, 42, 20,
/* 0x0160 */ 125, 9, 3,166,141, 7, 0, 1,157, 5, 0, 1, 67, 32,255,248,
/* 0x0160 */ 125, 9, 3,166,141, 7, 0, 1,157, 5, 0, 1, 66, 0,255,248,
/* 0x0170 */ 56,224, 1, 0,124, 7, 41,236,124, 7, 26, 44, 75,255,255, 16,
/* 0x0180 */ 124, 0, 41,236,125,168, 2,166, 40, 7, 0, 5, 64,130, 1, 32,
/* 0x0190 */ 144,166, 0, 0,124,132, 26, 20, 60, 0,128, 0, 61, 32,128, 0,
/* 0x01a0 */ 56, 99,255,255, 56,165,255,255, 57, 64,255,255, 72, 0, 0,240,
/* 0x01b0 */ 57, 32, 0, 1,125, 41, 28, 44, 56, 99, 0, 4,124, 9, 0, 64,
/* 0x01c0 */ 125, 41, 72, 20, 97, 41, 0, 1, 78,128, 0, 32,141, 3, 0, 1,
/* 0x01d0 */ 157, 5, 0, 1,124, 9, 0, 64,125, 41, 74, 20, 65,194,255,213,
/* 0x01e0 */ 65,225,255,236, 56,224, 0, 1, 72, 0, 0, 20, 56,231,255,255,
/* 0x01f0 */ 125, 41, 72, 21, 65,194,255,189,124,231, 57, 21,125, 41, 72, 21,
/* 0x0200 */ 65,194,255,177,124,231, 57, 21,124, 9, 0, 64,125, 41, 74, 20,
/* 0x0210 */ 65,194,255,161, 65,192,255,216, 57, 0, 0, 0, 52,231,255,253,
/* 0x0220 */ 84,231, 64, 46, 65,192, 0, 24,140, 67, 0, 1,124,234, 16,249,
/* 0x0230 */ 125, 74, 14,112, 65,194, 0, 0, 72, 0, 0, 12,125, 41, 72, 21,
/* 0x0240 */ 65,194,255,113,125, 8, 65, 21,125, 41, 72, 21, 65,194,255,101,
/* 0x01d0 */ 157, 5, 0, 1,124, 9, 0, 64,125, 41, 74, 20, 65,162,255,213,
/* 0x01e0 */ 65,129,255,236, 56,224, 0, 1, 72, 0, 0, 20, 56,231,255,255,
/* 0x01f0 */ 125, 41, 72, 21, 65,162,255,189,124,231, 57, 21,125, 41, 72, 21,
/* 0x0200 */ 65,162,255,177,124,231, 57, 21,124, 9, 0, 64,125, 41, 74, 20,
/* 0x0210 */ 65,162,255,161, 65,160,255,216, 57, 0, 0, 0, 52,231,255,253,
/* 0x0220 */ 84,231, 64, 46, 65,128, 0, 24,140, 67, 0, 1,124,234, 16,249,
/* 0x0230 */ 125, 74, 14,112, 65,130, 0, 0, 72, 0, 0, 12,125, 41, 72, 21,
/* 0x0240 */ 65,162,255,113,125, 8, 65, 21,125, 41, 72, 21, 65,162,255,101,
/* 0x0250 */ 125, 8, 65, 21, 64,130, 0, 40, 57, 0, 0, 1,125, 41, 72, 21,
/* 0x0260 */ 65,194,255, 81,125, 8, 65, 21,124, 9, 0, 64,125, 41, 74, 20,
/* 0x0270 */ 65,194,255, 65, 65,192,255,232, 57, 8, 0, 2, 32,234,250,255,
/* 0x0260 */ 65,162,255, 81,125, 8, 65, 21,124, 9, 0, 64,125, 41, 74, 20,
/* 0x0270 */ 65,162,255, 65, 65,160,255,232, 57, 8, 0, 2, 32,234,250,255,
/* 0x0280 */ 57, 8, 0, 1,125, 8, 1,148,124,234, 42, 20,125, 9, 3,166,
/* 0x0290 */ 141, 7, 0, 1,157, 5, 0, 1, 67, 32,255,248, 56,224, 1, 0,
/* 0x0290 */ 141, 7, 0, 1,157, 5, 0, 1, 66, 0,255,248, 56,224, 1, 0,
/* 0x02a0 */ 124, 7, 41,236,124, 7, 26, 44, 75,255,255, 44,124, 0, 41,236,
/* 0x02b0 */ 125,168, 2,166, 40, 7, 0, 2, 64,130, 0,228,144,166, 0, 0,
/* 0x02c0 */ 124,132, 26, 20, 60, 0,128, 0, 61, 32,128, 0, 56, 99,255,255,
/* 0x02d0 */ 56,165,255,255, 57, 64,255,255, 72, 0, 0,180,124, 9, 0, 64,
/* 0x02e0 */ 125, 41, 72, 20, 76,226, 0, 32, 57, 32, 0, 1,125, 41, 28, 44,
/* 0x02e0 */ 125, 41, 72, 20, 76,162, 0, 32, 57, 32, 0, 1,125, 41, 28, 44,
/* 0x02f0 */ 56, 99, 0, 4,124, 9, 0, 64,125, 41, 73, 20, 78,128, 0, 32,
/* 0x0300 */ 141, 3, 0, 1,157, 5, 0, 1, 75,255,255,213, 65,225,255,244,
/* 0x0300 */ 141, 3, 0, 1,157, 5, 0, 1, 75,255,255,213, 65,129,255,244,
/* 0x0310 */ 56,224, 0, 1, 75,255,255,201,124,231, 57, 21, 75,255,255,193,
/* 0x0320 */ 65,192,255,244, 52,231,255,253, 57, 0, 0, 0, 65,192, 0, 20,
/* 0x0330 */ 140, 67, 0, 1, 84,231, 64, 46,124,234, 16,249, 65,194, 0, 0,
/* 0x0320 */ 65,160,255,244, 52,231,255,253, 57, 0, 0, 0, 65,128, 0, 20,
/* 0x0330 */ 140, 67, 0, 1, 84,231, 64, 46,124,234, 16,249, 65,130, 0, 0,
/* 0x0340 */ 75,255,255,157,125, 8, 65, 21, 75,255,255,149,125, 8, 65, 21,
/* 0x0350 */ 56,224, 0, 1, 64,194, 0, 28, 56,224, 0, 3, 57, 0, 0, 1,
/* 0x0360 */ 75,255,255,125,125, 8, 65, 21, 75,255,255,117, 65,192,255,244,
/* 0x0350 */ 56,224, 0, 1, 64,130, 0, 28, 56,224, 0, 3, 57, 0, 0, 1,
/* 0x0360 */ 75,255,255,125,125, 8, 65, 21, 75,255,255,117, 65,160,255,244,
/* 0x0370 */ 32, 74,242,255,125, 8, 57, 20,124,234, 42, 20,125, 9, 3,166,
/* 0x0380 */ 141, 7, 0, 1,157, 5, 0, 1, 67, 32,255,248, 56,224, 1, 0,
/* 0x0380 */ 141, 7, 0, 1,157, 5, 0, 1, 66, 0,255,248, 56,224, 1, 0,
/* 0x0390 */ 124, 7, 41,236,124, 7, 26, 44, 75,255,255,112, 40, 7, 0, 14,
/* 0x03a0 */ 64,130, 0, 0,124, 8, 2,166,124,201, 51,120,129, 6, 0, 0,
/* 0x03a0 */ 64,130, 0, 32,124, 8, 2,166,124,201, 51,120,129, 6, 0, 0,
/* 0x03b0 */ 124,167, 43,120, 56,164,255,254, 56,131, 0, 2,144, 1, 0, 8,
/* 0x03c0 */ 136, 3, 0, 0, 84, 11,232,254, 84, 2, 7,126, 56, 96,250, 0,
/* 0x03d0 */ 124, 99, 88, 48, 56, 99,241,124,124, 38, 11,120,124, 33, 26, 20,
@ -418,7 +418,7 @@ unsigned char stub_powerpc_darwin_macho_entry[8549] = {
/* 0x17b0 */ 65,128,255,240,124, 0, 4,172, 76, 0, 1, 44, 78,128, 0, 32,
/* 0x17c0 */ 124, 72, 2,166,128,130, 0, 8,124,137, 3,166,128,194, 0, 4,
/* 0x17d0 */ 136,226, 0, 12,124,164, 18, 20, 56,165, 0, 16,124,102, 18, 20,
/* 0x17e0 */ 56, 99, 0,192,140, 5,255,255,156, 3,255,255, 67, 32,255,248,
/* 0x17e0 */ 56, 99, 0,192,140, 5,255,255,156, 3,255,255, 66, 0,255,248,
/* 0x17f0 */ 127,233, 3,166, 56,162, 0,128,144,193,255,252, 56,193,255,252,
/* 0x1800 */ 56, 33,255,232, 78,128, 4, 32,127,232, 2,166, 75,255,255,181,
/* 0x1810 */ 72, 0, 0,128,102,105,108,101, 32,102,111,114,109, 97,116, 32,

View File

@ -1,5 +1,5 @@
/* powerpc-darwin.macho-fold.h
created from powerpc-darwin.macho-fold.bin, 1832 (0x728) bytes
created from powerpc-darwin.macho-fold.bin, 1664 (0x680) bytes
This file is part of the UPX executable compressor.
@ -31,22 +31,22 @@
*/
#define STUB_POWERPC_DARWIN_MACHO_FOLD_SIZE 1832
#define STUB_POWERPC_DARWIN_MACHO_FOLD_ADLER32 0xef088ea2
#define STUB_POWERPC_DARWIN_MACHO_FOLD_CRC32 0xb12113dd
#define STUB_POWERPC_DARWIN_MACHO_FOLD_SIZE 1664
#define STUB_POWERPC_DARWIN_MACHO_FOLD_ADLER32 0x11cd2799
#define STUB_POWERPC_DARWIN_MACHO_FOLD_CRC32 0x6f2ad676
unsigned char stub_powerpc_darwin_macho_fold[1832] = {
/* 0x0000 */ 72, 0, 0,105, 40, 6, 0,208, 76,194, 0, 32, 84,132,240,191,
/* 0x0010 */ 77,194, 0, 32, 60, 0, 0, 16,124, 4, 0, 64, 65,128, 0, 8,
unsigned char stub_powerpc_darwin_macho_fold[1664] = {
/* 0x0000 */ 72, 0, 0,105, 40, 6, 0,208, 76,130, 0, 32, 84,132,240,191,
/* 0x0010 */ 77,130, 0, 32, 60, 0, 0, 16,124, 4, 0, 64, 65,128, 0, 8,
/* 0x0020 */ 124, 4, 3,120, 56,165, 1, 32,124,103, 27,120, 56, 99,255,252,
/* 0x0030 */ 124,137, 3,166, 72, 0, 0, 28, 84, 75, 2,186,125, 99, 88, 80,
/* 0x0040 */ 125,107, 58, 20, 81, 98, 1,186,144, 67, 0, 0, 79, 64, 0, 32,
/* 0x0050 */ 132, 67, 0, 4, 84, 75, 85,190,124, 11, 40, 64, 65,194,255,220,
/* 0x0060 */ 67, 32,255,240, 78,128, 0, 32, 56, 33, 0, 24, 57, 32, 0, 0,
/* 0x0040 */ 125,107, 58, 20, 81, 98, 1,186,144, 67, 0, 0, 78, 64, 0, 32,
/* 0x0050 */ 132, 67, 0, 4, 84, 75, 85,190,124, 11, 40, 64, 65,162,255,220,
/* 0x0060 */ 66, 0,255,240, 78,128, 0, 32, 56, 33, 0, 24, 57, 32, 0, 0,
/* 0x0070 */ 149, 33,255,252,124, 41, 11,120,125, 8, 2,166,128,159,255,248,
/* 0x0080 */ 124,100,248, 80,128,195, 0, 24, 40, 6, 8, 0, 65,129, 0, 8,
/* 0x0090 */ 56,192, 8, 0,124, 61, 11,120,124, 38, 8, 80,124, 37, 11,120,
/* 0x00a0 */ 56, 33,255,232,127,231,251,120, 72, 0, 4, 45,127,161,235,120,
/* 0x00a0 */ 56, 33,255,232,127,231,251,120, 72, 0, 4, 61,127,161,235,120,
/* 0x00b0 */ 128, 67, 0, 0,124, 73, 3,166,128, 67, 0,136,124, 79,241, 32,
/* 0x00c0 */ 128, 67, 0,140,124, 65, 3,166,128, 67, 0,144,124, 72, 3,166,
/* 0x00d0 */ 184,131, 0, 24,128, 3, 0, 8,128, 67, 0, 16,128, 99, 0, 20,
@ -55,100 +55,89 @@ unsigned char stub_powerpc_darwin_macho_fold[1832] = {
/* 0x0100 */ 68, 0, 0, 2, 56, 96,255,255, 78,128, 0, 32, 56, 0, 0, 1,
/* 0x0110 */ 75,255,255,240, 56, 0, 0, 3, 75,255,255,232, 56, 0, 0, 5,
/* 0x0120 */ 75,255,255,224, 56, 0, 0, 6, 75,255,255,216, 56, 0, 0, 74,
/* 0x0130 */ 75,255,255,208,129, 35, 0, 0,129, 67, 0, 4,127,137, 40, 64,
/* 0x0140 */ 65,220, 0, 20, 57, 5, 0, 1, 57, 32, 0, 0,125, 9, 3,166,
/* 0x0150 */ 72, 0, 0, 24,148, 33,255,240,124, 8, 2,166, 56, 96, 0,127,
/* 0x0160 */ 144, 1, 0, 20, 75,255,255,169, 66, 64, 0, 20,125, 10, 72,174,
/* 0x0170 */ 125, 4, 73,174, 57, 41, 0, 1, 75,255,255,240,129, 35, 0, 4,
/* 0x0180 */ 125, 41, 42, 20,145, 35, 0, 4,129, 35, 0, 0,124,165, 72, 80,
/* 0x0190 */ 144,163, 0, 0, 78,128, 0, 32,148, 33,255,192,125,128, 0, 38,
/* 0x01a0 */ 124, 8, 2,166,145,129, 0, 44, 46, 6, 0, 0,144, 1, 0, 68,
/* 0x01b0 */ 191,129, 0, 48,124,126, 27,120,124,159, 35,120,124,189, 43,120,
/* 0x01c0 */ 124,220, 51,120,129, 63, 0, 0, 47,137, 0, 0, 65,222, 1, 16,
/* 0x01d0 */ 56,160, 0, 12, 56,129, 0, 8,127,195,243,120, 75,255,255, 89,
/* 0x01e0 */ 129, 65, 0, 8,129, 33, 0, 12, 47,138, 0, 0, 64,254, 0, 32,
/* 0x01f0 */ 109, 36, 33, 88, 47,132, 80, 85, 64,158, 0, 28,129, 62, 0, 0,
/* 0x0200 */ 47,137, 0, 0, 65,254, 0,216, 72, 0, 0, 12, 47,137, 0, 0,
/* 0x0210 */ 64,254, 0, 12, 56, 96, 0,127, 75,255,254,245,126,138, 72, 64,
/* 0x0220 */ 65,212,255,244,129, 31, 0, 0,127,138, 64, 64, 65,221,255,232,
/* 0x0230 */ 128,159, 0, 4, 64,213, 0,124,124,133, 35,120,145, 65, 0, 20,
/* 0x0240 */ 56,193, 0, 20,127,169, 3,166,136,225, 0, 16,125, 36, 75,120,
/* 0x0250 */ 128,126, 0, 4, 78,128, 4, 33, 47,131, 0, 0, 64,222,255,184,
/* 0x0260 */ 128,129, 0, 8,129, 33, 0, 20,127,132, 72, 0, 64,222,255,168,
/* 0x0270 */ 136,193, 0, 17, 47,134, 0, 0, 65,222, 0, 24, 65,210, 0, 20,
/* 0x0280 */ 136,161, 0, 18,127,137, 3,166,128,127, 0, 4, 78,128, 4, 33,
/* 0x0290 */ 129, 33, 0, 12,129, 94, 0, 4,125, 74, 74, 20,145, 94, 0, 4,
/* 0x02a0 */ 129, 94, 0, 0,125, 41, 80, 80,145, 62, 0, 0, 72, 0, 0, 16,
/* 0x02b0 */ 125, 37, 75,120,127,195,243,120, 75,255,254,125,129, 33, 0, 8,
/* 0x02c0 */ 129, 95, 0, 4,125, 74, 74, 20,145, 95, 0, 4,129, 95, 0, 0,
/* 0x02d0 */ 125, 41, 80, 80,145, 63, 0, 0, 75,255,254,236,129,129, 0, 44,
/* 0x02e0 */ 57, 97, 0, 64,125,144,129, 32, 72, 0, 3,164,148, 33,255,144,
/* 0x02f0 */ 125,128, 0, 38,124, 8, 2,166,145,129, 0, 44, 46, 5, 0, 0,
/* 0x0300 */ 144, 1, 0,116,190, 1, 0, 48,124,122, 27,120,124,152, 35,120,
/* 0x0310 */ 124,217, 51,120,124,246, 59,120,125, 21, 67,120,125, 52, 75,120,
/* 0x0320 */ 59,227, 0, 28, 59,128, 0, 0, 59, 96, 0, 0,124,183, 43,120,
/* 0x0330 */ 58, 96, 0, 0,129, 58, 0, 16,127,156, 72, 64, 64,220, 1,132,
/* 0x0340 */ 129, 63, 0, 0, 43,137, 0, 1, 64,254, 1, 52,131,191, 0, 24,
/* 0x0350 */ 130, 95, 0, 28,129, 63, 0, 36, 87,177, 0, 38,147,161, 0, 12,
/* 0x0360 */ 126, 93,146, 20, 87,189, 5, 62,126, 29, 74, 20,145, 33, 0, 8,
/* 0x0370 */ 45,144, 0, 0, 65,206, 1, 64, 47,137, 0, 0, 64,242, 0, 20,
/* 0x0380 */ 65,222, 0, 32,127, 39,203,120, 56,192, 0, 18, 72, 0, 0, 28,
/* 0x0390 */ 65,222, 0, 16,127, 39,203,120, 56,192, 16, 18, 72, 0, 0, 12,
/* 0x03a0 */ 56,192, 16, 18, 56,224,255,255,129, 31, 0, 32, 56,160, 0, 3,
/* 0x03b0 */ 126, 4,131,120,126, 35,139,120,125, 24, 66, 20, 75,255,253, 57,
/* 0x03c0 */ 127,145, 24, 0, 65,254, 0, 12, 56, 96, 0,127, 75,255,253, 65,
/* 0x03d0 */ 65,210, 0, 52,129, 63, 0, 36, 47,137, 0, 0, 65,222, 0, 40,
/* 0x03e0 */ 129, 63, 0, 32, 47,137, 0, 0, 64,222, 0, 8,146, 54, 0, 0,
/* 0x03f0 */ 126,134,163,120,126,165,171,120, 56,129, 0, 8,126,227,187,120,
/* 0x0400 */ 75,255,253,153,127,176, 0,208,115,189, 15,255, 65,194, 0, 28,
/* 0x0410 */ 127,169, 3,166,125, 81,130, 20, 57, 32, 0, 0,126,106, 73,174,
/* 0x0420 */ 57, 41, 0, 1, 66, 0,255,248, 65,238, 0, 28,128,191, 0, 44,
/* 0x0430 */ 126, 4,131,120,126, 35,139,120, 75,255,252,245, 47,131, 0, 0,
/* 0x0440 */ 64,222,255,136,127,176,234, 20,127,209,234, 20,127,146,240, 64,
/* 0x0450 */ 64,253, 0, 84,128,191, 0, 44, 57, 0, 0, 0, 56,224,255,255,
/* 0x0460 */ 56,192, 16, 18,124,158,144, 80,127,195,243,120, 75,255,252,137,
/* 0x0470 */ 127,158, 24, 0, 65,254, 0, 48, 75,255,255, 80, 57, 41,255,252,
/* 0x0480 */ 43,137, 0, 1, 65,253, 0, 32,129, 63, 0, 8, 47,137, 0, 1,
/* 0x0490 */ 64,254, 0, 20,129, 63, 0, 12, 47,137, 0, 40, 64,254, 0, 8,
/* 0x04a0 */ 59,127, 0, 16,129, 63, 0, 4, 59,156, 0, 1,127,255, 74, 20,
/* 0x04b0 */ 75,255,254,132, 64,242,255, 32, 59,160, 0, 0, 75,255,255,136,
/* 0x04c0 */ 129,129, 0, 44, 57, 97, 0,112,127, 99,219,120,125,129,129, 32,
/* 0x04d0 */ 72, 0, 1,140,148, 33,255,176,124, 8, 2,166,144,129, 0, 40,
/* 0x04e0 */ 56,129, 0, 16,191, 97, 0, 60,125, 61, 75,120, 57, 35, 0, 24,
/* 0x04f0 */ 145, 33, 0, 28,124,191, 43,120,124,254, 59,120,129, 33, 0, 40,
/* 0x0500 */ 125, 27, 67,120,124,220, 51,120,144, 1, 0, 84, 56,192, 0, 0,
/* 0x0510 */ 57, 41,255,232,129, 65, 0, 28,145, 33, 0, 24,129, 35, 0, 24,
/* 0x0520 */ 56, 97, 0, 24,144,161, 0, 20,124,229, 59,120,145, 33, 0, 16,
/* 0x0530 */ 129, 33, 0, 24,145, 65, 0, 12,145, 33, 0, 8, 75,255,252, 93,
/* 0x0540 */ 127,105,219,120,127,167,235,120,127,200,243,120, 56,192,255,255,
/* 0x0550 */ 56,161, 0, 8, 56,128, 0, 0,127,227,251,120, 75,255,253,145,
/* 0x0560 */ 129, 95, 0, 16, 57, 63, 0, 28,124,125, 27,120, 57, 74, 0, 1,
/* 0x0570 */ 125, 73, 3,166, 66, 64, 0,212,129, 73, 0, 0, 47,138, 0, 14,
/* 0x0580 */ 64,254, 0,188,128,105, 0, 8, 56,160, 0, 0, 56,128, 0, 0,
/* 0x0590 */ 124,105, 26, 20, 75,255,251,137,124,126, 27,121, 65,192, 0, 96,
/* 0x05a0 */ 63, 96,202,254, 59,160, 0, 0, 99,123,186,190, 72, 0, 0, 52,
/* 0x05b0 */ 129, 63, 0, 0,127,137,216, 0, 64,222, 0, 84,129, 63, 0, 4,
/* 0x05c0 */ 57, 95, 0, 8, 57, 41, 0, 1,125, 41, 3,166, 66, 64, 0, 64,
/* 0x05d0 */ 129, 42, 0, 0, 47,137, 0, 18, 64,254, 0, 44,131,170, 0, 8,
/* 0x05e0 */ 127,166,235,120,127,133,227,120,127,228,251,120,127,195,243,120,
/* 0x05f0 */ 75,255,250,245,127,131,224, 0, 65,254,255,184, 56, 96, 0,127,
/* 0x0600 */ 75,255,251, 13, 57, 74, 0, 20, 75,255,255,196,127,164,235,120,
/* 0x0610 */ 57, 32, 0, 0, 57, 0, 0, 0, 56,224, 0, 0,127,198,243,120,
/* 0x0620 */ 56,160, 0, 0,127,227,251,120, 75,255,252,197,124,125, 27,120,
/* 0x0630 */ 127,195,243,120, 75,255,250,241, 72, 0, 0, 16,129, 73, 0, 4,
/* 0x0640 */ 125, 41, 82, 20, 75,255,255, 48, 57, 97, 0, 80,127,163,235,120,
/* 0x0650 */ 72, 0, 0, 56,129,203,255,184,129,235,255,188,130, 11,255,192,
/* 0x0660 */ 130, 43,255,196,130, 75,255,200,130,107,255,204,130,139,255,208,
/* 0x0670 */ 130,171,255,212,130,203,255,216,130,235,255,220,131, 11,255,224,
/* 0x0680 */ 131, 43,255,228,131, 75,255,232,131,107,255,236,131,139,255,240,
/* 0x0690 */ 131,171,255,244,131,203,255,248,128, 11, 0, 4,131,235,255,252,
/* 0x06a0 */ 124, 8, 3,166,125, 97, 91,120, 78,128, 0, 32, 0, 0, 0, 60,
/* 0x06b0 */ 0, 0, 0, 0, 1,122, 82, 0, 4,124, 65, 1, 27, 12, 1, 0,
/* 0x06c0 */ 13, 11, 17, 65,127,142, 18,143, 17,144, 16,145, 15,146, 14,147,
/* 0x06d0 */ 13,148, 12,149, 11,150, 10,151, 9,152, 8,153, 7,154, 6,155,
/* 0x06e0 */ 5,156, 4,157, 3,158, 2,159, 1, 0, 0, 0, 0, 0, 0, 56,
/* 0x06f0 */ 0, 0, 0, 68,255,255,255, 96, 0, 0, 0, 88, 0, 65,206, 65,
/* 0x0700 */ 207, 65,208, 65,209, 65,210, 65,211, 65,212, 65,213, 65,214, 65,
/* 0x0710 */ 215, 65,216, 65,217, 65,218, 65,219, 65,220, 65,221, 65,222, 66,
/* 0x0720 */ 223, 65, 6, 65, 65, 13, 1, 0
/* 0x0130 */ 75,255,255,208,124, 8, 2,166,148, 33,255,240,144, 1, 0, 20,
/* 0x0140 */ 128, 3, 0, 0,129, 35, 0, 4,127,128, 40, 64, 64,188, 0, 12,
/* 0x0150 */ 56, 96, 0,127, 75,255,255,185, 47,133, 0, 0, 65,158, 0, 28,
/* 0x0160 */ 124,169, 3,166,136, 9, 0, 0, 57, 41, 0, 1,152, 4, 0, 0,
/* 0x0170 */ 56,132, 0, 1, 66, 0,255,240,128, 3, 0, 0,129, 35, 0, 4,
/* 0x0180 */ 124, 5, 0, 80,144, 3, 0, 0,125, 41, 42, 20,128, 1, 0, 20,
/* 0x0190 */ 56, 33, 0, 16,145, 35, 0, 4,124, 8, 3,166, 78,128, 0, 32,
/* 0x01a0 */ 124, 8, 2,166,148, 33,255,192,191,129, 0, 48,124,159, 35,120,
/* 0x01b0 */ 124,126, 27,120,124,188, 43,120,144, 1, 0, 68,124,221, 51,120,
/* 0x01c0 */ 128, 4, 0, 0, 47,128, 0, 0, 65,158, 1, 36, 56,160, 0, 12,
/* 0x01d0 */ 127,195,243,120, 56,129, 0, 16, 75,255,255, 93,129, 33, 0, 16,
/* 0x01e0 */ 128,161, 0, 20, 47,137, 0, 0, 64,190, 0, 36, 60, 0, 33, 88,
/* 0x01f0 */ 96, 0, 80, 85,127,133, 0, 0, 64,190, 0, 28,128, 30, 0, 0,
/* 0x0200 */ 47,128, 0, 0, 65,190, 0,232, 72, 0, 0, 12, 47,133, 0, 0,
/* 0x0210 */ 64,190, 0, 12, 56, 96, 0,127, 75,255,254,245,127, 5, 72, 64,
/* 0x0220 */ 65,185,255,244,128, 31, 0, 0,127,137, 0, 64, 65,189,255,232,
/* 0x0230 */ 128, 31, 0, 4, 64,152, 0,136,124,164, 43,120,128,126, 0, 4,
/* 0x0240 */ 124, 5, 3,120,127,136, 3,166, 56,193, 0, 32,136,225, 0, 24,
/* 0x0250 */ 145, 33, 0, 32, 78,128, 0, 33, 47,131, 0, 0, 64,190,255,184,
/* 0x0260 */ 128,129, 0, 32,128, 1, 0, 16,127,132, 0, 0, 64,190,255,168,
/* 0x0270 */ 136,193, 0, 25, 49, 61,255,255,124, 9,233, 16,125, 38, 0,208,
/* 0x0280 */ 85, 41, 15,254,125, 43, 0, 57, 65,162, 0, 20,128,127, 0, 4,
/* 0x0290 */ 127,168, 3,166,136,161, 0, 26, 78,128, 0, 33,128, 30, 0, 4,
/* 0x02a0 */ 129, 97, 0, 20,129, 62, 0, 0,124, 0, 90, 20,125, 43, 72, 80,
/* 0x02b0 */ 144, 30, 0, 4,145, 62, 0, 0, 72, 0, 0, 16,124, 4, 3,120,
/* 0x02c0 */ 127,195,243,120, 75,255,254,113,129, 97, 0, 16,129, 63, 0, 0,
/* 0x02d0 */ 128, 31, 0, 4,125, 43, 72, 80, 47,137, 0, 0,124, 0, 90, 20,
/* 0x02e0 */ 145, 63, 0, 0,144, 31, 0, 4, 75,255,254,224,128, 1, 0, 68,
/* 0x02f0 */ 187,129, 0, 48, 56, 33, 0, 64,124, 8, 3,166, 78,128, 0, 32,
/* 0x0300 */ 124, 8, 2,166,148, 33,255,176,190, 65, 0, 24,125,128, 0, 38,
/* 0x0310 */ 58,224, 0, 0,124,122, 27,120,124,146, 35,120,144, 1, 0, 84,
/* 0x0320 */ 124,187, 43,120,124,211, 51,120,128, 3, 0, 16,124,244, 59,120,
/* 0x0330 */ 125, 21, 67,120,145,129, 0, 20,125, 54, 75,120, 59,195, 0, 28,
/* 0x0340 */ 127,151, 0, 64, 59, 0, 0, 0, 64,156, 1,124,129, 62, 0, 0,
/* 0x0350 */ 47,137, 0, 1, 64,190, 1, 48,129, 62, 0, 24,129,126, 0, 36,
/* 0x0360 */ 85, 61, 5, 62,128, 30, 0, 28,127,139,234, 20,145, 97, 0, 8,
/* 0x0370 */ 127,253, 72, 80, 46, 28, 0, 0,127, 41, 2, 20,145, 33, 0, 12,
/* 0x0380 */ 65,146, 0, 76, 47,155, 0, 0, 64,190, 0, 16, 47,139, 0, 0,
/* 0x0390 */ 56,192, 0, 18, 64,158, 0, 8, 56,192, 16, 18, 47,139, 0, 0,
/* 0x03a0 */ 126,103,155,120, 64,158, 0, 8, 56,224,255,255,129, 30, 0, 32,
/* 0x03b0 */ 127,227,251,120,127,132,227,120, 56,160, 0, 3,125, 8,146, 20,
/* 0x03c0 */ 75,255,253, 53,127,159, 24, 0, 64,158, 0,124, 47,155, 0, 0,
/* 0x03d0 */ 65,158, 0, 52,128, 30, 0, 36, 47,128, 0, 0, 65,158, 0, 40,
/* 0x03e0 */ 128, 30, 0, 32, 47,128, 0, 0, 64,158, 0, 8,147,244, 0, 0,
/* 0x03f0 */ 127, 99,219,120, 56,129, 0, 8,126,165,171,120,126,198,179,120,
/* 0x0400 */ 75,255,253,161,124, 28, 0,208,125, 63,226, 20,112, 29, 15,255,
/* 0x0410 */ 65,130, 0, 24,127,169, 3,166, 56, 0, 0, 0,152, 9, 0, 0,
/* 0x0420 */ 57, 41, 0, 1, 66, 0,255,248, 65,178, 0, 36,128,190, 0, 44,
/* 0x0430 */ 127,227,251,120,127,132,227,120, 75,255,252,245, 47,131, 0, 0,
/* 0x0440 */ 65,190, 0, 12, 56, 96, 0,127, 75,255,252,197,124, 28,234, 20,
/* 0x0450 */ 127,255, 2, 20,127,159,200, 64, 64,188, 0, 84,128,190, 0, 44,
/* 0x0460 */ 124,159,200, 80,127,227,251,120, 56,192, 16, 18, 56,224,255,255,
/* 0x0470 */ 57, 0, 0, 0, 75,255,252,129,127,159, 24, 0, 65,190, 0, 48,
/* 0x0480 */ 75,255,255,196, 56, 9,255,252, 43,128, 0, 1, 65,157, 0, 32,
/* 0x0490 */ 128, 30, 0, 8, 47,128, 0, 1, 64,190, 0, 20,128, 30, 0, 12,
/* 0x04a0 */ 47,128, 0, 40, 64,190, 0, 8, 58,254, 0, 16,128, 26, 0, 16,
/* 0x04b0 */ 59, 24, 0, 1,127,152, 0, 64,128, 30, 0, 4,127,222, 2, 20,
/* 0x04c0 */ 75,255,254,136,128, 1, 0, 84,126,227,187,120,186, 65, 0, 24,
/* 0x04d0 */ 129,129, 0, 20, 56, 33, 0, 80,124, 8, 3,166,125,128,129, 32,
/* 0x04e0 */ 78,128, 0, 32,148, 33,255,192,124, 8, 2,166,144,129, 0, 8,
/* 0x04f0 */ 191, 97, 0, 44,125, 60, 75,120,129, 97, 0, 8,124,191, 43,120,
/* 0x0500 */ 125, 27, 67,120,144, 1, 0, 68, 56, 3, 0, 24,124,253, 59,120,
/* 0x0510 */ 57,107,255,232,144, 1, 0, 20,124,229, 59,120,145, 97, 0, 16,
/* 0x0520 */ 56,129, 0, 24,124,222, 51,120,128, 3, 0, 24, 56,192, 0, 0,
/* 0x0530 */ 56, 97, 0, 16,129, 65, 0, 20,129, 33, 0, 16,145, 65, 0, 36,
/* 0x0540 */ 144, 1, 0, 24,145, 33, 0, 32,147,225, 0, 28, 75,255,252, 85,
/* 0x0550 */ 127,105,219,120,127,135,227,120,127,227,251,120,127,168,235,120,
/* 0x0560 */ 56,128, 0, 0, 56,161, 0, 32, 56,192,255,255, 59, 96, 0, 0,
/* 0x0570 */ 75,255,253,145,129, 95, 0, 16, 57, 96, 0, 0, 57, 63, 0, 28,
/* 0x0580 */ 124,124, 27,120,127,139, 80, 64, 64,156, 0,224,128, 9, 0, 0,
/* 0x0590 */ 57,107, 0, 1,127, 11, 80, 64, 47,128, 0, 14, 64,190, 0,192,
/* 0x05a0 */ 128,105, 0, 8, 56,128, 0, 0, 56,160, 0, 0,124,105, 26, 20,
/* 0x05b0 */ 75,255,251,109,124,125, 27,121, 65,128, 0, 32,127,163,235,120,
/* 0x05c0 */ 127,228,251,120,127,197,243,120,127,102,219,120, 75,255,251, 25,
/* 0x05d0 */ 127,158, 24, 0, 65,190, 0, 20, 56, 96, 0,127, 75,255,251, 49,
/* 0x05e0 */ 131,105, 0, 8, 75,255,255,216,128, 31, 0, 0, 61, 32,202,254,
/* 0x05f0 */ 97, 41,186,190,127,128, 72, 0, 64,158, 0, 52,129, 95, 0, 4,
/* 0x0600 */ 57, 96, 0, 0, 57, 63, 0, 8,127,139, 80, 64, 64,156, 0, 32,
/* 0x0610 */ 128, 9, 0, 0, 57,107, 0, 1,127, 11, 80, 64, 47,128, 0, 18,
/* 0x0620 */ 65,190,255,192, 57, 41, 0, 20, 65,152,255,232,127,227,251,120,
/* 0x0630 */ 127,100,219,120, 56,160, 0, 0,127,166,235,120, 56,224, 0, 0,
/* 0x0640 */ 57, 0, 0, 0, 57, 32, 0, 0, 75,255,252,185,124,124, 27,120,
/* 0x0650 */ 127,163,235,120, 75,255,250,209, 72, 0, 0, 16,128, 9, 0, 4,
/* 0x0660 */ 125, 41, 2, 20, 65,152,255, 40,128, 1, 0, 68,127,131,227,120,
/* 0x0670 */ 187, 97, 0, 44, 56, 33, 0, 64,124, 8, 3,166, 78,128, 0, 32
};

View File

@ -32,69 +32,69 @@
#define STUB_POWERPC_LINUX_ELF_ENTRY_SIZE 8867
#define STUB_POWERPC_LINUX_ELF_ENTRY_ADLER32 0x3a7703f2
#define STUB_POWERPC_LINUX_ELF_ENTRY_CRC32 0x7ce00241
#define STUB_POWERPC_LINUX_ELF_ENTRY_ADLER32 0x771bfcd3
#define STUB_POWERPC_LINUX_ELF_ENTRY_CRC32 0x9654df78
unsigned char stub_powerpc_linux_elf_entry[8867] = {
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0010 */ 0, 1, 0, 20, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0020 */ 0, 0, 26,112, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0030 */ 0, 24, 0, 21, 72, 0, 0, 1,124, 0, 41,236,125,168, 2,166,
/* 0x0020 */ 0, 0, 25, 36, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0030 */ 0, 24, 0, 21, 72, 0, 0,129,124, 0, 41,236,125,168, 2,166,
/* 0x0040 */ 40, 7, 0, 8, 64,130, 1, 60,144,166, 0, 0,124,132, 26, 20,
/* 0x0050 */ 60, 0,128, 0, 61, 32,128, 0, 56, 99,255,255, 56,165,255,255,
/* 0x0060 */ 57, 64,255,255, 72, 0, 1, 12, 57, 32, 0, 1,125, 41, 28, 44,
/* 0x0070 */ 56, 99, 0, 4,124, 9, 0, 64,125, 41, 72, 20, 97, 41, 0, 1,
/* 0x0080 */ 78,128, 0, 32,141, 3, 0, 1,157, 5, 0, 1,124, 9, 0, 64,
/* 0x0090 */ 125, 41, 74, 20, 65,194,255,213, 65,225,255,236, 56,224, 0, 1,
/* 0x00a0 */ 72, 0, 0, 20, 56,231,255,255,125, 41, 72, 21, 65,194,255,189,
/* 0x00b0 */ 124,231, 57, 20,125, 41, 72, 21, 65,194,255,177,124,231, 57, 20,
/* 0x00c0 */ 124, 9, 0, 64,125, 41, 74, 20, 65,194,255,161, 65,192,255,216,
/* 0x00d0 */ 57, 0, 0, 0, 52,231,255,253, 84,231, 64, 46, 65,192, 0, 32,
/* 0x00e0 */ 140, 67, 0, 1,124,234, 16,249,125, 74, 14,112, 65,194, 0, 0,
/* 0x00f0 */ 112, 66, 0, 1, 65,226, 0, 80, 72, 0, 0, 20,124, 9, 0, 64,
/* 0x0100 */ 125, 41, 74, 20, 65,194,255,101, 65,225, 0, 60, 57, 0, 0, 1,
/* 0x0110 */ 124, 9, 0, 64,125, 41, 74, 20, 65,194,255, 81, 65,225, 0, 40,
/* 0x0120 */ 125, 41, 72, 21, 65,194,255, 69,125, 8, 65, 20,124, 9, 0, 64,
/* 0x0130 */ 125, 41, 74, 20, 65,194,255, 53, 65,192,255,232, 57, 8, 0, 2,
/* 0x0140 */ 72, 0, 0, 16,125, 41, 72, 21, 65,194,255, 33,125, 8, 65, 20,
/* 0x0090 */ 125, 41, 74, 20, 65,162,255,213, 65,129,255,236, 56,224, 0, 1,
/* 0x00a0 */ 72, 0, 0, 20, 56,231,255,255,125, 41, 72, 21, 65,162,255,189,
/* 0x00b0 */ 124,231, 57, 20,125, 41, 72, 21, 65,162,255,177,124,231, 57, 20,
/* 0x00c0 */ 124, 9, 0, 64,125, 41, 74, 20, 65,162,255,161, 65,160,255,216,
/* 0x00d0 */ 57, 0, 0, 0, 52,231,255,253, 84,231, 64, 46, 65,128, 0, 32,
/* 0x00e0 */ 140, 67, 0, 1,124,234, 16,249,125, 74, 14,112, 65,130, 0, 0,
/* 0x00f0 */ 112, 66, 0, 1, 65,162, 0, 80, 72, 0, 0, 20,124, 9, 0, 64,
/* 0x0100 */ 125, 41, 74, 20, 65,162,255,101, 65,161, 0, 60, 57, 0, 0, 1,
/* 0x0110 */ 124, 9, 0, 64,125, 41, 74, 20, 65,162,255, 81, 65,161, 0, 40,
/* 0x0120 */ 125, 41, 72, 21, 65,162,255, 69,125, 8, 65, 20,124, 9, 0, 64,
/* 0x0130 */ 125, 41, 74, 20, 65,162,255, 53, 65,160,255,232, 57, 8, 0, 2,
/* 0x0140 */ 72, 0, 0, 16,125, 41, 72, 21, 65,162,255, 33,125, 8, 65, 20,
/* 0x0150 */ 32,234,250,255, 57, 8, 0, 2,125, 8, 1,148,124,234, 42, 20,
/* 0x0160 */ 125, 9, 3,166,141, 7, 0, 1,157, 5, 0, 1, 67, 32,255,248,
/* 0x0160 */ 125, 9, 3,166,141, 7, 0, 1,157, 5, 0, 1, 66, 0,255,248,
/* 0x0170 */ 56,224, 1, 0,124, 7, 41,236,124, 7, 26, 44, 75,255,255, 16,
/* 0x0180 */ 124, 0, 41,236,125,168, 2,166, 40, 7, 0, 5, 64,130, 1, 32,
/* 0x0190 */ 144,166, 0, 0,124,132, 26, 20, 60, 0,128, 0, 61, 32,128, 0,
/* 0x01a0 */ 56, 99,255,255, 56,165,255,255, 57, 64,255,255, 72, 0, 0,240,
/* 0x01b0 */ 57, 32, 0, 1,125, 41, 28, 44, 56, 99, 0, 4,124, 9, 0, 64,
/* 0x01c0 */ 125, 41, 72, 20, 97, 41, 0, 1, 78,128, 0, 32,141, 3, 0, 1,
/* 0x01d0 */ 157, 5, 0, 1,124, 9, 0, 64,125, 41, 74, 20, 65,194,255,213,
/* 0x01e0 */ 65,225,255,236, 56,224, 0, 1, 72, 0, 0, 20, 56,231,255,255,
/* 0x01f0 */ 125, 41, 72, 21, 65,194,255,189,124,231, 57, 21,125, 41, 72, 21,
/* 0x0200 */ 65,194,255,177,124,231, 57, 21,124, 9, 0, 64,125, 41, 74, 20,
/* 0x0210 */ 65,194,255,161, 65,192,255,216, 57, 0, 0, 0, 52,231,255,253,
/* 0x0220 */ 84,231, 64, 46, 65,192, 0, 24,140, 67, 0, 1,124,234, 16,249,
/* 0x0230 */ 125, 74, 14,112, 65,194, 0, 0, 72, 0, 0, 12,125, 41, 72, 21,
/* 0x0240 */ 65,194,255,113,125, 8, 65, 21,125, 41, 72, 21, 65,194,255,101,
/* 0x01d0 */ 157, 5, 0, 1,124, 9, 0, 64,125, 41, 74, 20, 65,162,255,213,
/* 0x01e0 */ 65,129,255,236, 56,224, 0, 1, 72, 0, 0, 20, 56,231,255,255,
/* 0x01f0 */ 125, 41, 72, 21, 65,162,255,189,124,231, 57, 21,125, 41, 72, 21,
/* 0x0200 */ 65,162,255,177,124,231, 57, 21,124, 9, 0, 64,125, 41, 74, 20,
/* 0x0210 */ 65,162,255,161, 65,160,255,216, 57, 0, 0, 0, 52,231,255,253,
/* 0x0220 */ 84,231, 64, 46, 65,128, 0, 24,140, 67, 0, 1,124,234, 16,249,
/* 0x0230 */ 125, 74, 14,112, 65,130, 0, 0, 72, 0, 0, 12,125, 41, 72, 21,
/* 0x0240 */ 65,162,255,113,125, 8, 65, 21,125, 41, 72, 21, 65,162,255,101,
/* 0x0250 */ 125, 8, 65, 21, 64,130, 0, 40, 57, 0, 0, 1,125, 41, 72, 21,
/* 0x0260 */ 65,194,255, 81,125, 8, 65, 21,124, 9, 0, 64,125, 41, 74, 20,
/* 0x0270 */ 65,194,255, 65, 65,192,255,232, 57, 8, 0, 2, 32,234,250,255,
/* 0x0260 */ 65,162,255, 81,125, 8, 65, 21,124, 9, 0, 64,125, 41, 74, 20,
/* 0x0270 */ 65,162,255, 65, 65,160,255,232, 57, 8, 0, 2, 32,234,250,255,
/* 0x0280 */ 57, 8, 0, 1,125, 8, 1,148,124,234, 42, 20,125, 9, 3,166,
/* 0x0290 */ 141, 7, 0, 1,157, 5, 0, 1, 67, 32,255,248, 56,224, 1, 0,
/* 0x0290 */ 141, 7, 0, 1,157, 5, 0, 1, 66, 0,255,248, 56,224, 1, 0,
/* 0x02a0 */ 124, 7, 41,236,124, 7, 26, 44, 75,255,255, 44,124, 0, 41,236,
/* 0x02b0 */ 125,168, 2,166, 40, 7, 0, 2, 64,130, 0,228,144,166, 0, 0,
/* 0x02c0 */ 124,132, 26, 20, 60, 0,128, 0, 61, 32,128, 0, 56, 99,255,255,
/* 0x02d0 */ 56,165,255,255, 57, 64,255,255, 72, 0, 0,180,124, 9, 0, 64,
/* 0x02e0 */ 125, 41, 72, 20, 76,226, 0, 32, 57, 32, 0, 1,125, 41, 28, 44,
/* 0x02e0 */ 125, 41, 72, 20, 76,162, 0, 32, 57, 32, 0, 1,125, 41, 28, 44,
/* 0x02f0 */ 56, 99, 0, 4,124, 9, 0, 64,125, 41, 73, 20, 78,128, 0, 32,
/* 0x0300 */ 141, 3, 0, 1,157, 5, 0, 1, 75,255,255,213, 65,225,255,244,
/* 0x0300 */ 141, 3, 0, 1,157, 5, 0, 1, 75,255,255,213, 65,129,255,244,
/* 0x0310 */ 56,224, 0, 1, 75,255,255,201,124,231, 57, 21, 75,255,255,193,
/* 0x0320 */ 65,192,255,244, 52,231,255,253, 57, 0, 0, 0, 65,192, 0, 20,
/* 0x0330 */ 140, 67, 0, 1, 84,231, 64, 46,124,234, 16,249, 65,194, 0, 0,
/* 0x0320 */ 65,160,255,244, 52,231,255,253, 57, 0, 0, 0, 65,128, 0, 20,
/* 0x0330 */ 140, 67, 0, 1, 84,231, 64, 46,124,234, 16,249, 65,130, 0, 0,
/* 0x0340 */ 75,255,255,157,125, 8, 65, 21, 75,255,255,149,125, 8, 65, 21,
/* 0x0350 */ 56,224, 0, 1, 64,194, 0, 28, 56,224, 0, 3, 57, 0, 0, 1,
/* 0x0360 */ 75,255,255,125,125, 8, 65, 21, 75,255,255,117, 65,192,255,244,
/* 0x0350 */ 56,224, 0, 1, 64,130, 0, 28, 56,224, 0, 3, 57, 0, 0, 1,
/* 0x0360 */ 75,255,255,125,125, 8, 65, 21, 75,255,255,117, 65,160,255,244,
/* 0x0370 */ 32, 74,242,255,125, 8, 57, 20,124,234, 42, 20,125, 9, 3,166,
/* 0x0380 */ 141, 7, 0, 1,157, 5, 0, 1, 67, 32,255,248, 56,224, 1, 0,
/* 0x0380 */ 141, 7, 0, 1,157, 5, 0, 1, 66, 0,255,248, 56,224, 1, 0,
/* 0x0390 */ 124, 7, 41,236,124, 7, 26, 44, 75,255,255,112, 40, 7, 0, 14,
/* 0x03a0 */ 64,130, 0, 0,124, 8, 2,166,124,201, 51,120,129, 6, 0, 0,
/* 0x03a0 */ 64,130, 0, 32,124, 8, 2,166,124,201, 51,120,129, 6, 0, 0,
/* 0x03b0 */ 124,167, 43,120, 56,164,255,254, 56,131, 0, 2,144, 1, 0, 8,
/* 0x03c0 */ 136, 3, 0, 0, 84, 11,232,254, 84, 2, 7,126, 56, 96,250, 0,
/* 0x03d0 */ 124, 99, 88, 48, 56, 99,241,124,124, 38, 11,120,124, 33, 26, 20,
@ -423,7 +423,7 @@ unsigned char stub_powerpc_linux_elf_entry[8867] = {
/* 0x1800 */ 0, 2,127,200, 2,166, 57, 0, 0, 0, 56,224,255,255,128,126,
/* 0x1810 */ 0, 4, 56,192, 0, 50, 56,160, 0, 7, 56,128, 16, 0,124, 99,
/* 0x1820 */ 242, 20, 56, 0, 0, 90, 56, 99, 16, 11, 84, 99, 0, 38, 68, 0,
/* 0x1830 */ 0, 2, 65,195, 0, 0,127,233, 3,166,128, 30, 0, 0,136,254,
/* 0x1830 */ 0, 2, 65,131, 0, 0,127,233, 3,166,128, 30, 0, 0,136,254,
/* 0x1840 */ 0, 8, 56,193, 0,124,144, 1, 0,124,124,101, 27,120,124,104,
/* 0x1850 */ 3,166,128,158, 0, 4, 56,126, 0, 12, 56, 33,255,232, 78,128,
/* 0x1860 */ 4, 32,148, 33,255,128,188, 65, 0, 4,127,232, 2,166, 75,255,

View File

@ -1,5 +1,5 @@
/* powerpc-linux.elf-fold.h
created from powerpc-linux.elf-fold.bin, 2095 (0x82f) bytes
created from powerpc-linux.elf-fold.bin, 1948 (0x79c) bytes
This file is part of the UPX executable compressor.
@ -31,140 +31,131 @@
*/
#define STUB_POWERPC_LINUX_ELF_FOLD_SIZE 2095
#define STUB_POWERPC_LINUX_ELF_FOLD_ADLER32 0x5e78d9b5
#define STUB_POWERPC_LINUX_ELF_FOLD_CRC32 0xa9d9520d
#define STUB_POWERPC_LINUX_ELF_FOLD_SIZE 1948
#define STUB_POWERPC_LINUX_ELF_FOLD_ADLER32 0xca8b765f
#define STUB_POWERPC_LINUX_ELF_FOLD_CRC32 0x11e9d3f4
unsigned char stub_powerpc_linux_elf_fold[2095] = {
unsigned char stub_powerpc_linux_elf_fold[1948] = {
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0010 */ 0, 2, 0, 20, 0, 0, 0, 1, 0, 16, 0,128, 0, 0, 0, 52,
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 32, 0, 2, 0, 40,
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 32, 0, 2, 0, 0,
/* 0x0030 */ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 16, 0, 0,
/* 0x0040 */ 0, 16, 0, 0, 0, 0, 8, 47, 0, 0, 8, 48, 0, 0, 0, 5,
/* 0x0050 */ 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 8, 47, 0, 0, 0, 0,
/* 0x0040 */ 0, 16, 0, 0, 0, 0, 7,156, 0, 0, 7,156, 0, 0, 0, 5,
/* 0x0050 */ 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 7,156, 0, 0, 0, 0,
/* 0x0060 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0070 */ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0080 */ 72, 0, 0,125, 40, 6, 0,208, 76,194, 0, 32, 84,132,240,191,
/* 0x0090 */ 77,194, 0, 32, 60, 0, 0, 16,124, 4, 0, 64, 65,128, 0, 8,
/* 0x0080 */ 72, 0, 0,125, 40, 6, 0,208, 76,130, 0, 32, 84,132,240,191,
/* 0x0090 */ 77,130, 0, 32, 60, 0, 0, 16,124, 4, 0, 64, 65,128, 0, 8,
/* 0x00a0 */ 124, 4, 3,120, 56,165, 1, 32,124,103, 27,120, 56, 99,255,252,
/* 0x00b0 */ 124,137, 3,166, 72, 0, 0, 28, 84, 75, 2,186,125, 99, 88, 80,
/* 0x00c0 */ 125,107, 58, 20, 81, 98, 1,186,144, 67, 0, 0, 79, 64, 0, 32,
/* 0x00d0 */ 132, 67, 0, 4, 84, 75, 85,190,124, 11, 40, 64, 65,194,255,220,
/* 0x00e0 */ 67, 32,255,240, 78,128, 0, 32,128, 73, 0, 0, 57, 41, 0, 4,
/* 0x00f0 */ 47,130, 0, 0, 64,254,255,244, 78,128, 0, 32, 56, 33, 0, 24,
/* 0x00c0 */ 125,107, 58, 20, 81, 98, 1,186,144, 67, 0, 0, 78, 64, 0, 32,
/* 0x00d0 */ 132, 67, 0, 4, 84, 75, 85,190,124, 11, 40, 64, 65,162,255,220,
/* 0x00e0 */ 66, 0,255,240, 78,128, 0, 32,128, 73, 0, 0, 57, 41, 0, 4,
/* 0x00f0 */ 47,130, 0, 0, 64,158,255,244, 78,128, 0, 32, 56, 33, 0, 24,
/* 0x0100 */ 125, 8, 2,166,129, 33, 0, 0, 75,255,255,225, 75,255,255,221,
/* 0x0110 */ 128,159,255,248, 85, 30, 0, 38,127,231,251,120,127,164,248, 80,
/* 0x0120 */ 56,161,248, 0, 59,189,255,248, 56,132,255,140, 56,125, 0,116,
/* 0x0130 */ 56, 33,247,232,128,195, 0, 24, 72, 0, 4,221,124,127, 27,120,
/* 0x0130 */ 56, 33,247,232,128,195, 0, 24, 72, 0, 5, 13,124,127, 27,120,
/* 0x0140 */ 127,163,235,120,124,157,240, 80, 72, 0, 0, 81,127,232, 3,166,
/* 0x0150 */ 184, 65, 8, 28,128, 33, 8, 24, 78,128, 0, 32, 56, 0, 0, 90,
/* 0x0160 */ 68, 0, 0, 2, 64,227, 0, 8, 56, 96,255,255, 78,128, 0, 32,
/* 0x0160 */ 68, 0, 0, 2, 64,163, 0, 8, 56, 96,255,255, 78,128, 0, 32,
/* 0x0170 */ 56, 0, 0, 1, 75,255,255,236, 56, 0, 0, 3, 75,255,255,228,
/* 0x0180 */ 56, 0, 0, 5, 75,255,255,220, 56, 0, 0, 6, 75,255,255,212,
/* 0x0190 */ 56, 0, 0,125, 75,255,255,204, 56, 0, 0, 91, 75,255,255,196,
/* 0x01a0 */ 56, 0, 0, 45, 75,255,255,188, 44, 3, 0, 0, 77,194, 0, 32,
/* 0x01b0 */ 46,132, 0, 0,129, 67, 0, 0,127,138, 32, 64, 64,254, 0, 16,
/* 0x01c0 */ 144,131, 0, 0,144,163, 0, 4, 78,128, 0, 32, 43,138, 0, 1,
/* 0x01d0 */ 64,254, 0, 8, 64,214,255,236, 56, 99, 0, 8, 75,255,255,216,
/* 0x01e0 */ 129, 35, 0, 0,129, 67, 0, 4,127,137, 40, 64, 65,220, 0, 20,
/* 0x01f0 */ 57, 5, 0, 1, 57, 32, 0, 0,125, 9, 3,166, 72, 0, 0, 24,
/* 0x0200 */ 148, 33,255,240,124, 8, 2,166, 56, 96, 0,127,144, 1, 0, 20,
/* 0x0210 */ 75,255,255, 97, 66, 64, 0, 20,125, 10, 72,174,125, 4, 73,174,
/* 0x0220 */ 57, 41, 0, 1, 75,255,255,240,129, 35, 0, 4,125, 41, 42, 20,
/* 0x0230 */ 145, 35, 0, 4,129, 35, 0, 0,124,165, 72, 80,144,163, 0, 0,
/* 0x0240 */ 78,128, 0, 32,148, 33,255,192,125,128, 0, 38,124, 8, 2,166,
/* 0x0250 */ 145,129, 0, 44, 46, 6, 0, 0,144, 1, 0, 68,191,129, 0, 48,
/* 0x0260 */ 124,126, 27,120,124,159, 35,120,124,189, 43,120,124,220, 51,120,
/* 0x0270 */ 129, 63, 0, 0, 47,137, 0, 0, 65,222, 1, 16, 56,160, 0, 12,
/* 0x0280 */ 56,129, 0, 8,127,195,243,120, 75,255,255, 89,129, 65, 0, 8,
/* 0x0290 */ 129, 33, 0, 12, 47,138, 0, 0, 64,254, 0, 32,109, 36, 33, 88,
/* 0x02a0 */ 47,132, 80, 85, 64,158, 0, 28,129, 62, 0, 0, 47,137, 0, 0,
/* 0x02b0 */ 65,254, 0,216, 72, 0, 0, 12, 47,137, 0, 0, 64,254, 0, 12,
/* 0x02c0 */ 56, 96, 0,127, 75,255,254,173,126,138, 72, 64, 65,212,255,244,
/* 0x02d0 */ 129, 31, 0, 0,127,138, 64, 64, 65,221,255,232,128,159, 0, 4,
/* 0x02e0 */ 64,213, 0,124,124,133, 35,120,145, 65, 0, 20, 56,193, 0, 20,
/* 0x02f0 */ 127,169, 3,166,136,225, 0, 16,125, 36, 75,120,128,126, 0, 4,
/* 0x0300 */ 78,128, 4, 33, 47,131, 0, 0, 64,222,255,184,128,129, 0, 8,
/* 0x0310 */ 129, 33, 0, 20,127,132, 72, 0, 64,222,255,168,136,193, 0, 17,
/* 0x0320 */ 47,134, 0, 0, 65,222, 0, 24, 65,210, 0, 20,136,161, 0, 18,
/* 0x0330 */ 127,137, 3,166,128,127, 0, 4, 78,128, 4, 33,129, 33, 0, 12,
/* 0x0340 */ 129, 94, 0, 4,125, 74, 74, 20,145, 94, 0, 4,129, 94, 0, 0,
/* 0x0350 */ 125, 41, 80, 80,145, 62, 0, 0, 72, 0, 0, 16,125, 37, 75,120,
/* 0x0360 */ 127,195,243,120, 75,255,254,125,129, 33, 0, 8,129, 95, 0, 4,
/* 0x0370 */ 125, 74, 74, 20,145, 95, 0, 4,129, 95, 0, 0,125, 41, 80, 80,
/* 0x0380 */ 145, 63, 0, 0, 75,255,254,236,129,129, 0, 44, 57, 97, 0, 64,
/* 0x0390 */ 125,144,129, 32, 72, 0, 4, 0,148, 33,255,144,124, 8, 2,166,
/* 0x03a0 */ 125,128, 0, 38,144, 1, 0,116,189,193, 0, 40,124,213, 51,120,
/* 0x03b0 */ 124,154, 35,120,145,129, 0, 36,124,124, 27,120,124,191, 43,120,
/* 0x03c0 */ 160,195, 0, 16,124,244, 59,120,125, 19, 67,120,129,227, 0, 28,
/* 0x03d0 */ 56,128, 0, 0, 59,160,255,255,104,198, 0, 3, 49, 38,255,255,
/* 0x03e0 */ 125,227,122, 20,124,201, 49, 16,161, 35, 0, 44,125,234,123,120,
/* 0x03f0 */ 84,198, 32, 54, 57, 41, 0, 1, 56,198, 8, 34,125, 41, 3,166,
/* 0x0400 */ 66, 64, 0, 60,129, 42, 0, 0, 47,137, 0, 1, 64,254, 0, 40,
/* 0x0410 */ 129, 10, 0, 8,127,157, 64, 64, 64,221, 0, 8,125, 29, 67,120,
/* 0x0420 */ 129, 42, 0, 20,125, 40, 74, 20,127,132, 72, 64, 64,220, 0, 8,
/* 0x0430 */ 125, 36, 75,120, 57, 74, 0, 32, 75,255,255,200, 87,189, 0, 38,
/* 0x0440 */ 56,132, 15,255,124,157, 32, 80, 46, 26, 0, 0,127,163,235,120,
/* 0x0450 */ 57, 0, 0, 0, 56,224,255,255, 56,160, 0, 0, 84,132, 0, 38,
/* 0x0460 */ 58,224,255,255, 75,255,252,249, 51, 58,255,255,127, 57,209, 16,
/* 0x0470 */ 127,189, 24, 80, 87, 57, 8, 60,147, 33, 0, 24, 64,242, 0, 8,
/* 0x0480 */ 127,247,251,120, 65,210, 0, 12, 58,192, 0, 50, 72, 0, 0, 8,
/* 0x0490 */ 58,192, 0, 18, 62, 64,115, 81, 59, 0, 0, 0, 98, 82, 98, 64,
/* 0x04a0 */ 58, 32, 0, 0,161, 60, 0, 44,127,152, 72, 0, 64,220, 1, 80,
/* 0x04b0 */ 129, 47, 0, 0, 65,210, 0, 36, 47,137, 0, 6, 64,254, 0, 28,
/* 0x04c0 */ 128,175, 0, 8, 56,128, 0, 3,126,163,171,120,124,189, 42, 20,
/* 0x04d0 */ 75,255,252,217, 72, 0, 1, 28, 47,137, 0, 1, 64,254, 1, 20,
/* 0x04e0 */ 131,111, 0, 20,126,231,187,120,126,198,179,120,129, 47, 0, 8,
/* 0x04f0 */ 129,207, 0, 24,127,125,218, 20,131,207, 0, 16, 85, 40, 5, 62,
/* 0x0500 */ 85, 42, 0, 38,145, 33, 0, 12,127,105,218, 20, 85,206, 22,250,
/* 0x0510 */ 129, 47, 0, 4,127,254, 66, 20,126, 78,116, 48,127, 42,234, 20,
/* 0x0520 */ 85,208, 7,126,147,193, 0, 8,125, 8, 72, 80,129, 33, 0, 24,
/* 0x0530 */ 127,228,251,120,127, 35,203,120,125, 37,131,120, 75,255,252, 33,
/* 0x0540 */ 127,153, 24, 0, 65,254, 0, 12, 56, 96, 0,127, 75,255,252, 37,
/* 0x0550 */ 65,210, 0, 24,126,102,155,120,126,133,163,120, 56,129, 0, 8,
/* 0x0560 */ 127, 67,211,120, 75,255,252,225,125, 63, 0,208, 85, 62, 5, 62,
/* 0x0570 */ 113,201, 0, 2, 64,194, 0, 12, 64,242, 0, 44, 72, 0, 0, 64,
/* 0x0580 */ 47,158, 0, 0, 65,222,255,244,127,201, 3,166,125, 25,250, 20,
/* 0x0590 */ 57, 32, 0, 0,126, 40, 73,174, 57, 41, 0, 1, 66, 0,255,248,
/* 0x05a0 */ 75,255,255,216,126, 5,131,120,127,228,251,120,127, 35,203,120,
/* 0x05b0 */ 75,255,251,225, 47,131, 0, 0, 64,222,255,144,127,223,242, 20,
/* 0x05c0 */ 127,249,242, 20,127,155,248, 64, 64,253, 0, 40, 57, 0, 0, 0,
/* 0x05d0 */ 56,224,255,255, 56,192, 0, 50,126, 5,131,120,124,159,216, 80,
/* 0x05e0 */ 127,227,251,120, 75,255,251,121,127,159, 24, 0, 64,222,255, 92,
/* 0x05f0 */ 57,239, 0, 32, 59, 24, 0, 1, 75,255,254,172,129,129, 0, 36,
/* 0x0600 */ 57, 97, 0,112,128,124, 0, 24,125,144,129, 32,124,125, 26, 20,
/* 0x0610 */ 72, 0, 1, 76,148, 33,255,176,124, 8, 2,166, 56,132,255,232,
/* 0x0620 */ 56,192, 0, 0,144, 1, 0, 84,191, 97, 0, 60,125, 61, 75,120,
/* 0x0630 */ 57, 35, 0, 24,145, 33, 0, 28,124,191, 43,120, 59,197, 0, 52,
/* 0x0640 */ 144,129, 0, 24, 56,129, 0, 16,129, 35, 0, 24, 56, 97, 0, 24,
/* 0x0650 */ 129, 65, 0, 28,145, 33, 0, 16,129, 33, 0, 24,144,161, 0, 20,
/* 0x0660 */ 124,229, 59,120,145, 33, 0, 8,145, 65, 0, 12,144,225, 0, 40,
/* 0x0670 */ 145, 1, 0, 44, 75,255,251,209,127,163,235,120, 56,128, 0, 3,
/* 0x0680 */ 128,191, 0, 60, 56,165, 0, 52, 75,255,251, 33,160,191, 0, 44,
/* 0x0690 */ 127,163,235,120, 56,128, 0, 5, 75,255,251, 17,128,191, 0, 24,
/* 0x06a0 */ 127,163,235,120, 56,128, 0, 9, 75,255,251, 1,129, 1, 0, 44,
/* 0x06b0 */ 127,166,235,120, 56,160, 0, 0,128,225, 0, 40, 56,129, 0, 8,
/* 0x06c0 */ 127,227,251,120, 59,160, 0, 0, 75,255,252,209,124,124, 27,120,
/* 0x06d0 */ 161, 63, 0, 44,127,157, 72, 0, 64,220, 0,120,129, 62, 0, 0,
/* 0x06e0 */ 47,137, 0, 3, 64,254, 0, 96,128,126, 0, 8, 56,160, 0, 0,
/* 0x06f0 */ 56,128, 0, 0, 75,255,250,141,124,123, 27,121, 64,224, 0, 12,
/* 0x0700 */ 56, 96, 0,127, 75,255,250,109, 56,160, 2, 0,127,228,251,120,
/* 0x0710 */ 75,255,250,105, 47,131, 2, 0, 64,222,255,232, 57, 0, 0, 0,
/* 0x0720 */ 56,224, 0, 0, 56,192, 0, 0,127,101,219,120, 56,128, 0, 0,
/* 0x0730 */ 127,227,251,120, 75,255,252,101,124,124, 27,120,127, 99,219,120,
/* 0x0740 */ 75,255,250, 73, 59,222, 0, 32, 59,189, 0, 1, 75,255,255,132,
/* 0x0750 */ 57, 97, 0, 80,127,131,227,120, 72, 0, 0, 56,129,203,255,184,
/* 0x0760 */ 129,235,255,188,130, 11,255,192,130, 43,255,196,130, 75,255,200,
/* 0x0770 */ 130,107,255,204,130,139,255,208,130,171,255,212,130,203,255,216,
/* 0x0780 */ 130,235,255,220,131, 11,255,224,131, 43,255,228,131, 75,255,232,
/* 0x0790 */ 131,107,255,236,131,139,255,240,131,171,255,244,131,203,255,248,
/* 0x07a0 */ 128, 11, 0, 4,131,235,255,252,124, 8, 3,166,125, 97, 91,120,
/* 0x07b0 */ 78,128, 0, 32, 0, 0, 0, 60, 0, 0, 0, 0, 1,122, 82, 0,
/* 0x07c0 */ 4,124, 65, 1, 27, 12, 1, 0, 13, 11, 17, 65,127,142, 18,143,
/* 0x07d0 */ 17,144, 16,145, 15,146, 14,147, 13,148, 12,149, 11,150, 10,151,
/* 0x07e0 */ 9,152, 8,153, 7,154, 6,155, 5,156, 4,157, 3,158, 2,159,
/* 0x07f0 */ 1, 0, 0, 0, 0, 0, 0, 56, 0, 0, 0, 68,255,255,255, 96,
/* 0x0800 */ 0, 0, 0, 88, 0, 65,206, 65,207, 65,208, 65,209, 65,210, 65,
/* 0x0810 */ 211, 65,212, 65,213, 65,214, 65,215, 65,216, 65,217, 65,218, 65,
/* 0x0820 */ 219, 65,220, 65,221, 65,222, 66,223, 65, 6, 65, 65, 13, 1
/* 0x01a0 */ 56, 0, 0, 45, 75,255,255,188,124, 8, 2,166,148, 33,255,240,
/* 0x01b0 */ 144, 1, 0, 20,128, 3, 0, 0,129, 35, 0, 4,127,128, 40, 64,
/* 0x01c0 */ 64,188, 0, 12, 56, 96, 0,127, 75,255,255,169, 47,133, 0, 0,
/* 0x01d0 */ 65,158, 0, 28,124,169, 3,166,136, 9, 0, 0, 57, 41, 0, 1,
/* 0x01e0 */ 152, 4, 0, 0, 56,132, 0, 1, 66, 0,255,240,128, 3, 0, 0,
/* 0x01f0 */ 129, 35, 0, 4,124, 5, 0, 80,144, 3, 0, 0,125, 41, 42, 20,
/* 0x0200 */ 128, 1, 0, 20, 56, 33, 0, 16,145, 35, 0, 4,124, 8, 3,166,
/* 0x0210 */ 78,128, 0, 32,124, 8, 2,166,148, 33,255,192,191,129, 0, 48,
/* 0x0220 */ 124,159, 35,120,124,126, 27,120,124,188, 43,120,144, 1, 0, 68,
/* 0x0230 */ 124,221, 51,120,128, 4, 0, 0, 47,128, 0, 0, 65,158, 1, 36,
/* 0x0240 */ 56,160, 0, 12,127,195,243,120, 56,129, 0, 16, 75,255,255, 93,
/* 0x0250 */ 129, 33, 0, 16,128,161, 0, 20, 47,137, 0, 0, 64,190, 0, 36,
/* 0x0260 */ 60, 0, 33, 88, 96, 0, 80, 85,127,133, 0, 0, 64,190, 0, 28,
/* 0x0270 */ 128, 30, 0, 0, 47,128, 0, 0, 65,190, 0,232, 72, 0, 0, 12,
/* 0x0280 */ 47,133, 0, 0, 64,190, 0, 12, 56, 96, 0,127, 75,255,254,229,
/* 0x0290 */ 127, 5, 72, 64, 65,185,255,244,128, 31, 0, 0,127,137, 0, 64,
/* 0x02a0 */ 65,189,255,232,128, 31, 0, 4, 64,152, 0,136,124,164, 43,120,
/* 0x02b0 */ 128,126, 0, 4,124, 5, 3,120,127,136, 3,166, 56,193, 0, 32,
/* 0x02c0 */ 136,225, 0, 24,145, 33, 0, 32, 78,128, 0, 33, 47,131, 0, 0,
/* 0x02d0 */ 64,190,255,184,128,129, 0, 32,128, 1, 0, 16,127,132, 0, 0,
/* 0x02e0 */ 64,190,255,168,136,193, 0, 25, 49, 61,255,255,124, 9,233, 16,
/* 0x02f0 */ 125, 38, 0,208, 85, 41, 15,254,125, 43, 0, 57, 65,162, 0, 20,
/* 0x0300 */ 128,127, 0, 4,127,168, 3,166,136,161, 0, 26, 78,128, 0, 33,
/* 0x0310 */ 128, 30, 0, 4,129, 97, 0, 20,129, 62, 0, 0,124, 0, 90, 20,
/* 0x0320 */ 125, 43, 72, 80,144, 30, 0, 4,145, 62, 0, 0, 72, 0, 0, 16,
/* 0x0330 */ 124, 4, 3,120,127,195,243,120, 75,255,254,113,129, 97, 0, 16,
/* 0x0340 */ 129, 63, 0, 0,128, 31, 0, 4,125, 43, 72, 80, 47,137, 0, 0,
/* 0x0350 */ 124, 0, 90, 20,145, 63, 0, 0,144, 31, 0, 4, 75,255,254,224,
/* 0x0360 */ 128, 1, 0, 68,187,129, 0, 48, 56, 33, 0, 64,124, 8, 3,166,
/* 0x0370 */ 78,128, 0, 32, 44, 3, 0, 0, 77,130, 0, 32, 48, 4,255,255,
/* 0x0380 */ 125, 96, 33, 16,128, 3, 0, 0,127,128, 32, 0,104, 9, 0, 1,
/* 0x0390 */ 33, 73, 0, 0,125, 42, 73, 20,125, 42, 88, 57, 65,158, 0, 8,
/* 0x03a0 */ 65,162, 0, 16,144,163, 0, 4,144,131, 0, 0, 78,128, 0, 32,
/* 0x03b0 */ 56, 99, 0, 8, 75,255,255,208,124, 8, 2,166,148, 33,255,160,
/* 0x03c0 */ 125,128, 0, 38,190, 65, 0, 40,124,121, 27,120,124,151, 35,120,
/* 0x03d0 */ 124,178, 43,120,144, 1, 0,100,124,211, 51,120,124,244, 59,120,
/* 0x03e0 */ 161, 67, 0, 44,125, 21, 67,120, 59,224,255,255,160, 3, 0, 16,
/* 0x03f0 */ 59,192, 0, 0, 53, 74,255,255,129, 35, 0, 28,104, 0, 0, 3,
/* 0x0400 */ 145,129, 0, 36,124, 0, 0,208,127,163, 74, 20, 84, 3, 46,246,
/* 0x0410 */ 127,171,235,120, 56, 99, 8, 34, 65,128, 0, 68, 57, 74, 0, 1,
/* 0x0420 */ 125, 73, 3,166,128, 11, 0, 0, 47,128, 0, 1, 64,190, 0, 40,
/* 0x0430 */ 129, 43, 0, 8,127,137,248, 64, 64,156, 0, 8,125, 63, 75,120,
/* 0x0440 */ 128, 11, 0, 20,124, 0, 74, 20,127,158, 0, 64, 64,156, 0, 8,
/* 0x0450 */ 124, 30, 3,120, 57,107, 0, 32, 66, 0,255,204, 87,255, 0, 38,
/* 0x0460 */ 124,102, 27,120,125, 63,240, 80,127,227,251,120, 57, 41, 15,255,
/* 0x0470 */ 56,160, 0, 0, 85, 62, 0, 38, 56,224,255,255,127,196,243,120,
/* 0x0480 */ 57, 0, 0, 0, 75,255,252,217,160, 25, 0, 44, 58,192, 0, 0,
/* 0x0490 */ 127, 31, 24, 80,127,150, 0, 0,124, 3,242, 20,144, 1, 0, 8,
/* 0x04a0 */ 64,156, 1,128, 46, 23, 0, 0, 65,146, 0, 40,128, 29, 0, 0,
/* 0x04b0 */ 47,128, 0, 6, 64,190, 0, 28,128,189, 0, 8,126, 99,155,120,
/* 0x04c0 */ 56,128, 0, 3,124,165,194, 20, 75,255,254,173, 72, 0, 1, 64,
/* 0x04d0 */ 128, 29, 0, 0, 47,128, 0, 1, 64,190, 1, 52,128, 29, 0, 24,
/* 0x04e0 */ 61, 32,115, 81,129, 93, 0, 8, 97, 41, 98, 64, 84, 0, 22,250,
/* 0x04f0 */ 129,125, 0, 20,125, 41, 4, 48, 85, 94, 5, 62,145, 65, 0, 20,
/* 0x0500 */ 48, 23,255,255,124,160,185, 16,128, 29, 0, 16, 85, 58, 7,126,
/* 0x0510 */ 127,106, 90, 20, 84,165, 8, 60,127,254, 80, 80,144, 1, 0, 16,
/* 0x0520 */ 127,128,242, 20,127,255,194, 20,127,123,194, 20,124,165,211,120,
/* 0x0530 */ 65,146, 0, 12, 56,192, 0, 50, 72, 0, 0, 8, 56,192, 0, 18,
/* 0x0540 */ 64,146, 0, 12,126, 71,147,120, 72, 0, 0, 8, 56,224,255,255,
/* 0x0550 */ 129, 29, 0, 4,127,227,251,120,127,132,227,120,125, 30, 64, 80,
/* 0x0560 */ 75,255,251,253,127,159, 24, 0, 64,158, 0,104, 65,178, 0, 24,
/* 0x0570 */ 126,227,187,120, 56,129, 0, 16,126,133,163,120,126,166,171,120,
/* 0x0580 */ 75,255,252,149,115, 64, 0, 2,124, 28, 0,208, 84, 30, 5, 62,
/* 0x0590 */ 65,130, 0, 36, 47,158, 0, 0,125, 63,226, 20, 65,158, 0, 24,
/* 0x05a0 */ 127,201, 3,166, 56, 0, 0, 0,152, 9, 0, 0, 57, 41, 0, 1,
/* 0x05b0 */ 66, 0,255,248, 65,178, 0, 36,127,227,251,120,127,132,227,120,
/* 0x05c0 */ 127, 69,211,120, 75,255,251,205, 47,131, 0, 0, 65,190, 0, 12,
/* 0x05d0 */ 56, 96, 0,127, 75,255,251,157,124, 28,242, 20,127,255, 2, 20,
/* 0x05e0 */ 127,159,216, 64, 64,188, 0, 40,124,159,216, 80,127, 69,211,120,
/* 0x05f0 */ 127,227,251,120, 56,192, 0, 50, 56,224,255,255, 57, 0, 0, 0,
/* 0x0600 */ 75,255,251, 93,127,159, 24, 0, 64,190,255,200,160, 25, 0, 44,
/* 0x0610 */ 58,214, 0, 1, 59,189, 0, 32,127,150, 0, 0, 75,255,254,132,
/* 0x0620 */ 128,121, 0, 24,128, 1, 0,100,129,129, 0, 36,124, 99,194, 20,
/* 0x0630 */ 186, 65, 0, 40,124, 8, 3,166, 56, 33, 0, 96,125,128,129, 32,
/* 0x0640 */ 78,128, 0, 32,124, 8, 2,166,148, 33,255,192, 56,132,255,232,
/* 0x0650 */ 56,192, 0, 0,144,129, 0, 8,191, 97, 0, 44,124,191, 43,120,
/* 0x0660 */ 129, 97, 0, 8,124,229, 59,120, 56,129, 0, 16,144, 1, 0, 68,
/* 0x0670 */ 56, 3, 0, 24, 59,223, 0, 52,144, 1, 0, 12,125, 61, 75,120,
/* 0x0680 */ 124,251, 59,120,128, 3, 0, 24, 56, 97, 0, 8,125, 28, 67,120,
/* 0x0690 */ 129,129, 0, 12,144, 1, 0, 16,145, 97, 0, 24,145,129, 0, 28,
/* 0x06a0 */ 147,225, 0, 20, 75,255,251,113,127,163,235,120, 56,128, 0, 3,
/* 0x06b0 */ 128,190, 0, 8, 56,165, 0, 52, 75,255,252,189,160,191, 0, 44,
/* 0x06c0 */ 127,163,235,120, 56,128, 0, 5, 75,255,252,173,128,191, 0, 24,
/* 0x06d0 */ 127,163,235,120, 56,128, 0, 9, 75,255,252,157,127,103,219,120,
/* 0x06e0 */ 127,136,227,120,127,227,251,120,127,166,235,120, 56,129, 0, 24,
/* 0x06f0 */ 56,160, 0, 0, 75,255,252,197,160, 31, 0, 44, 59, 96, 0, 0,
/* 0x0700 */ 124,124, 27,120,127,155, 0, 0, 64,156, 0,124,128, 30, 0, 0,
/* 0x0710 */ 59,123, 0, 1, 56,128, 0, 0, 56,160, 0, 0, 47,128, 0, 3,
/* 0x0720 */ 64,190, 0, 88,128,126, 0, 8, 75,255,250, 89,127,228,251,120,
/* 0x0730 */ 56,160, 2, 0,124,125, 27,121, 65,128, 0, 40, 75,255,250, 61,
/* 0x0740 */ 56,128, 0, 0,127,165,235,120, 47,131, 2, 0, 56,192, 0, 0,
/* 0x0750 */ 127,227,251,120, 56,224, 0, 0, 57, 0, 0, 0, 65,190, 0, 12,
/* 0x0760 */ 56, 96, 0,127, 75,255,250, 13, 75,255,252, 81,124,124, 27,120,
/* 0x0770 */ 127,163,235,120, 75,255,250, 21,160, 31, 0, 44, 59,222, 0, 32,
/* 0x0780 */ 75,255,255,132,128, 1, 0, 68,127,131,227,120,187, 97, 0, 44,
/* 0x0790 */ 56, 33, 0, 64,124, 8, 3,166, 78,128, 0, 32
};

View File

@ -32,80 +32,80 @@
#define STUB_POWERPC_LINUX_KERNEL_VMLINUX_SIZE 9082
#define STUB_POWERPC_LINUX_KERNEL_VMLINUX_ADLER32 0xaf282773
#define STUB_POWERPC_LINUX_KERNEL_VMLINUX_CRC32 0x612d79a8
#define STUB_POWERPC_LINUX_KERNEL_VMLINUX_ADLER32 0x1b691f11
#define STUB_POWERPC_LINUX_KERNEL_VMLINUX_CRC32 0x99104672
unsigned char stub_powerpc_linux_kernel_vmlinux[9082] = {
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0010 */ 0, 1, 0, 20, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0020 */ 0, 0, 26,168, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0020 */ 0, 0, 25, 12, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
/* 0x0030 */ 0, 25, 0, 22, 72, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0,
/* 0x0040 */ 0, 0, 0, 0, 40, 6, 0,208, 76,194, 0, 32, 84,132,240,191,
/* 0x0050 */ 77,194, 0, 32, 60, 0, 0, 16,124, 4, 0, 64, 65,128, 0, 8,
/* 0x0040 */ 0, 0, 0, 0, 40, 6, 0,208, 76,130, 0, 32, 84,132,240,191,
/* 0x0050 */ 77,130, 0, 32, 60, 0, 0, 16,124, 4, 0, 64, 65,128, 0, 8,
/* 0x0060 */ 124, 4, 3,120, 56,165, 1, 32,124,103, 27,120, 56, 99,255,252,
/* 0x0070 */ 124,137, 3,166, 72, 0, 0, 28, 84, 75, 2,186,125, 99, 88, 80,
/* 0x0080 */ 125,107, 58, 20, 81, 98, 1,186,144, 67, 0, 0, 79, 64, 0, 32,
/* 0x0090 */ 132, 67, 0, 4, 84, 75, 85,190,124, 11, 40, 64, 65,194,255,220,
/* 0x00a0 */ 67, 32,255,240, 78,128, 0, 32,124, 0, 41,236,125,168, 2,166,
/* 0x0080 */ 125,107, 58, 20, 81, 98, 1,186,144, 67, 0, 0, 78, 64, 0, 32,
/* 0x0090 */ 132, 67, 0, 4, 84, 75, 85,190,124, 11, 40, 64, 65,162,255,220,
/* 0x00a0 */ 66, 0,255,240, 78,128, 0, 32,124, 0, 41,236,125,168, 2,166,
/* 0x00b0 */ 40, 7, 0, 2, 64,130, 0,228,144,166, 0, 0,124,132, 26, 20,
/* 0x00c0 */ 60, 0,128, 0, 61, 32,128, 0, 56, 99,255,255, 56,165,255,255,
/* 0x00d0 */ 57, 64,255,255, 72, 0, 0,180,124, 9, 0, 64,125, 41, 72, 20,
/* 0x00e0 */ 76,226, 0, 32, 57, 32, 0, 1,125, 41, 28, 44, 56, 99, 0, 4,
/* 0x00e0 */ 76,162, 0, 32, 57, 32, 0, 1,125, 41, 28, 44, 56, 99, 0, 4,
/* 0x00f0 */ 124, 9, 0, 64,125, 41, 73, 20, 78,128, 0, 32,141, 3, 0, 1,
/* 0x0100 */ 157, 5, 0, 1, 75,255,255,213, 65,225,255,244, 56,224, 0, 1,
/* 0x0110 */ 75,255,255,201,124,231, 57, 21, 75,255,255,193, 65,192,255,244,
/* 0x0120 */ 52,231,255,253, 57, 0, 0, 0, 65,192, 0, 20,140, 67, 0, 1,
/* 0x0130 */ 84,231, 64, 46,124,234, 16,249, 65,194, 0, 0, 75,255,255,157,
/* 0x0100 */ 157, 5, 0, 1, 75,255,255,213, 65,129,255,244, 56,224, 0, 1,
/* 0x0110 */ 75,255,255,201,124,231, 57, 21, 75,255,255,193, 65,160,255,244,
/* 0x0120 */ 52,231,255,253, 57, 0, 0, 0, 65,128, 0, 20,140, 67, 0, 1,
/* 0x0130 */ 84,231, 64, 46,124,234, 16,249, 65,130, 0, 0, 75,255,255,157,
/* 0x0140 */ 125, 8, 65, 21, 75,255,255,149,125, 8, 65, 21, 56,224, 0, 1,
/* 0x0150 */ 64,194, 0, 28, 56,224, 0, 3, 57, 0, 0, 1, 75,255,255,125,
/* 0x0160 */ 125, 8, 65, 21, 75,255,255,117, 65,192,255,244, 32, 74,242,255,
/* 0x0150 */ 64,130, 0, 28, 56,224, 0, 3, 57, 0, 0, 1, 75,255,255,125,
/* 0x0160 */ 125, 8, 65, 21, 75,255,255,117, 65,160,255,244, 32, 74,242,255,
/* 0x0170 */ 125, 8, 57, 20,124,234, 42, 20,125, 9, 3,166,141, 7, 0, 1,
/* 0x0180 */ 157, 5, 0, 1, 67, 32,255,248, 56,224, 1, 0,124, 7, 41,236,
/* 0x0180 */ 157, 5, 0, 1, 66, 0,255,248, 56,224, 1, 0,124, 7, 41,236,
/* 0x0190 */ 124, 7, 26, 44, 75,255,255,112,124, 0, 41,236,125,168, 2,166,
/* 0x01a0 */ 40, 7, 0, 5, 64,130, 1, 32,144,166, 0, 0,124,132, 26, 20,
/* 0x01b0 */ 60, 0,128, 0, 61, 32,128, 0, 56, 99,255,255, 56,165,255,255,
/* 0x01c0 */ 57, 64,255,255, 72, 0, 0,240, 57, 32, 0, 1,125, 41, 28, 44,
/* 0x01d0 */ 56, 99, 0, 4,124, 9, 0, 64,125, 41, 72, 20, 97, 41, 0, 1,
/* 0x01e0 */ 78,128, 0, 32,141, 3, 0, 1,157, 5, 0, 1,124, 9, 0, 64,
/* 0x01f0 */ 125, 41, 74, 20, 65,194,255,213, 65,225,255,236, 56,224, 0, 1,
/* 0x0200 */ 72, 0, 0, 20, 56,231,255,255,125, 41, 72, 21, 65,194,255,189,
/* 0x0210 */ 124,231, 57, 21,125, 41, 72, 21, 65,194,255,177,124,231, 57, 21,
/* 0x0220 */ 124, 9, 0, 64,125, 41, 74, 20, 65,194,255,161, 65,192,255,216,
/* 0x0230 */ 57, 0, 0, 0, 52,231,255,253, 84,231, 64, 46, 65,192, 0, 24,
/* 0x0240 */ 140, 67, 0, 1,124,234, 16,249,125, 74, 14,112, 65,194, 0, 0,
/* 0x0250 */ 72, 0, 0, 12,125, 41, 72, 21, 65,194,255,113,125, 8, 65, 21,
/* 0x0260 */ 125, 41, 72, 21, 65,194,255,101,125, 8, 65, 21, 64,130, 0, 40,
/* 0x0270 */ 57, 0, 0, 1,125, 41, 72, 21, 65,194,255, 81,125, 8, 65, 21,
/* 0x0280 */ 124, 9, 0, 64,125, 41, 74, 20, 65,194,255, 65, 65,192,255,232,
/* 0x01f0 */ 125, 41, 74, 20, 65,162,255,213, 65,129,255,236, 56,224, 0, 1,
/* 0x0200 */ 72, 0, 0, 20, 56,231,255,255,125, 41, 72, 21, 65,162,255,189,
/* 0x0210 */ 124,231, 57, 21,125, 41, 72, 21, 65,162,255,177,124,231, 57, 21,
/* 0x0220 */ 124, 9, 0, 64,125, 41, 74, 20, 65,162,255,161, 65,160,255,216,
/* 0x0230 */ 57, 0, 0, 0, 52,231,255,253, 84,231, 64, 46, 65,128, 0, 24,
/* 0x0240 */ 140, 67, 0, 1,124,234, 16,249,125, 74, 14,112, 65,130, 0, 0,
/* 0x0250 */ 72, 0, 0, 12,125, 41, 72, 21, 65,162,255,113,125, 8, 65, 21,
/* 0x0260 */ 125, 41, 72, 21, 65,162,255,101,125, 8, 65, 21, 64,130, 0, 40,
/* 0x0270 */ 57, 0, 0, 1,125, 41, 72, 21, 65,162,255, 81,125, 8, 65, 21,
/* 0x0280 */ 124, 9, 0, 64,125, 41, 74, 20, 65,162,255, 65, 65,160,255,232,
/* 0x0290 */ 57, 8, 0, 2, 32,234,250,255, 57, 8, 0, 1,125, 8, 1,148,
/* 0x02a0 */ 124,234, 42, 20,125, 9, 3,166,141, 7, 0, 1,157, 5, 0, 1,
/* 0x02b0 */ 67, 32,255,248, 56,224, 1, 0,124, 7, 41,236,124, 7, 26, 44,
/* 0x02b0 */ 66, 0,255,248, 56,224, 1, 0,124, 7, 41,236,124, 7, 26, 44,
/* 0x02c0 */ 75,255,255, 44,124, 0, 41,236,125,168, 2,166, 40, 7, 0, 8,
/* 0x02d0 */ 64,130, 1, 60,144,166, 0, 0,124,132, 26, 20, 60, 0,128, 0,
/* 0x02e0 */ 61, 32,128, 0, 56, 99,255,255, 56,165,255,255, 57, 64,255,255,
/* 0x02f0 */ 72, 0, 1, 12, 57, 32, 0, 1,125, 41, 28, 44, 56, 99, 0, 4,
/* 0x0300 */ 124, 9, 0, 64,125, 41, 72, 20, 97, 41, 0, 1, 78,128, 0, 32,
/* 0x0310 */ 141, 3, 0, 1,157, 5, 0, 1,124, 9, 0, 64,125, 41, 74, 20,
/* 0x0320 */ 65,194,255,213, 65,225,255,236, 56,224, 0, 1, 72, 0, 0, 20,
/* 0x0330 */ 56,231,255,255,125, 41, 72, 21, 65,194,255,189,124,231, 57, 20,
/* 0x0340 */ 125, 41, 72, 21, 65,194,255,177,124,231, 57, 20,124, 9, 0, 64,
/* 0x0350 */ 125, 41, 74, 20, 65,194,255,161, 65,192,255,216, 57, 0, 0, 0,
/* 0x0360 */ 52,231,255,253, 84,231, 64, 46, 65,192, 0, 32,140, 67, 0, 1,
/* 0x0370 */ 124,234, 16,249,125, 74, 14,112, 65,194, 0, 0,112, 66, 0, 1,
/* 0x0380 */ 65,226, 0, 80, 72, 0, 0, 20,124, 9, 0, 64,125, 41, 74, 20,
/* 0x0390 */ 65,194,255,101, 65,225, 0, 60, 57, 0, 0, 1,124, 9, 0, 64,
/* 0x03a0 */ 125, 41, 74, 20, 65,194,255, 81, 65,225, 0, 40,125, 41, 72, 21,
/* 0x03b0 */ 65,194,255, 69,125, 8, 65, 20,124, 9, 0, 64,125, 41, 74, 20,
/* 0x03c0 */ 65,194,255, 53, 65,192,255,232, 57, 8, 0, 2, 72, 0, 0, 16,
/* 0x03d0 */ 125, 41, 72, 21, 65,194,255, 33,125, 8, 65, 20, 32,234,250,255,
/* 0x0320 */ 65,162,255,213, 65,129,255,236, 56,224, 0, 1, 72, 0, 0, 20,
/* 0x0330 */ 56,231,255,255,125, 41, 72, 21, 65,162,255,189,124,231, 57, 20,
/* 0x0340 */ 125, 41, 72, 21, 65,162,255,177,124,231, 57, 20,124, 9, 0, 64,
/* 0x0350 */ 125, 41, 74, 20, 65,162,255,161, 65,160,255,216, 57, 0, 0, 0,
/* 0x0360 */ 52,231,255,253, 84,231, 64, 46, 65,128, 0, 32,140, 67, 0, 1,
/* 0x0370 */ 124,234, 16,249,125, 74, 14,112, 65,130, 0, 0,112, 66, 0, 1,
/* 0x0380 */ 65,162, 0, 80, 72, 0, 0, 20,124, 9, 0, 64,125, 41, 74, 20,
/* 0x0390 */ 65,162,255,101, 65,161, 0, 60, 57, 0, 0, 1,124, 9, 0, 64,
/* 0x03a0 */ 125, 41, 74, 20, 65,162,255, 81, 65,161, 0, 40,125, 41, 72, 21,
/* 0x03b0 */ 65,162,255, 69,125, 8, 65, 20,124, 9, 0, 64,125, 41, 74, 20,
/* 0x03c0 */ 65,162,255, 53, 65,160,255,232, 57, 8, 0, 2, 72, 0, 0, 16,
/* 0x03d0 */ 125, 41, 72, 21, 65,162,255, 33,125, 8, 65, 20, 32,234,250,255,
/* 0x03e0 */ 57, 8, 0, 2,125, 8, 1,148,124,234, 42, 20,125, 9, 3,166,
/* 0x03f0 */ 141, 7, 0, 1,157, 5, 0, 1, 67, 32,255,248, 56,224, 1, 0,
/* 0x03f0 */ 141, 7, 0, 1,157, 5, 0, 1, 66, 0,255,248, 56,224, 1, 0,
/* 0x0400 */ 124, 7, 41,236,124, 7, 26, 44, 75,255,255, 16,128,230, 0, 0,
/* 0x0410 */ 125,168, 3,166,124,100, 24, 80,124,135, 40, 80, 56, 99, 0, 1,
/* 0x0420 */ 56,132, 0, 1,144,134, 0, 0, 96,231, 0, 31,124, 0, 56,108,
/* 0x0430 */ 124, 7, 40, 64,124, 0, 63,172, 56,231, 0, 32, 65,128,255,240,
/* 0x0440 */ 124, 0, 4,172, 76, 0, 1, 44, 78,128, 0, 32, 40, 7, 0, 14,
/* 0x0450 */ 64,130, 0, 0,124, 8, 2,166,124,201, 51,120,129, 6, 0, 0,
/* 0x0450 */ 64,130, 0, 32,124, 8, 2,166,124,201, 51,120,129, 6, 0, 0,
/* 0x0460 */ 124,167, 43,120, 56,164,255,254, 56,131, 0, 2,144, 1, 0, 8,
/* 0x0470 */ 136, 3, 0, 0, 84, 11,232,254, 84, 2, 7,126, 56, 96,250, 0,
/* 0x0480 */ 124, 99, 88, 48, 56, 99,241,124,124, 38, 11,120,124, 33, 26, 20,

View File

@ -173,10 +173,10 @@ def do_file(fn):
odata = None
pos = idata.find("\0.symtab\0.strtab\0.shstrtab\0")
if opts.with_dump:
eh, odata = strip_with_dump(opts.with_dump, eh, idata)
eh, odata = strip_with_dump(opts.with_dump, eh, idata)
# assert len(odata) == pos, "unexpected strip_with_dump"
else:
if pos >= 0:
if pos >= 0:
odata = idata[:pos]
if eh and odata and not opts.dry_run:

View File

@ -30,6 +30,7 @@
*/
#define section .section
#define fp x29
section LZMA_ELF00
//decompress: // (uchar const *src, size_t lsrc, uchar *dst, u32 &ldst, uint method)
@ -61,6 +62,7 @@
#define inSzP 3*4 /* inSizeprocessed */
#define State 4*4 /* CLzmaDecoderState */
#define t0 w7
#define t0x x7
#define t1 w8
#define t1x x8
@ -69,28 +71,28 @@
// a1= inp, a2= inSize, a3= &inSizeProcessed,
// a4= outp, a5= outSize, a6= &outSizeProcessed
//)
#define LZMA_BASE_SIZE 1846
#define LZMA_LIT_SIZE 768
LZMA_BASE_SIZE= 1846
LZMA_LIT_SIZE= 768
ldrb t0,[src,#0] // first byte, replaces LzmaDecodeProperties()
mov t1,#2*LZMA_LIT_SIZE
lsr t0,t0,#3 // lit_context_bits + lit_pos_bits
lsl t1,t1,t0 // 2*LZMA_LIT_SIZE << (lit_context_bits + lit_pos_bits)
mov t0,sp
mov t0x,sp
#define W 4 /* even #bits to round up so that 8 bits span all the 1's */
add t1,t1,#((~(~0<<W) + State + 2*LZMA_BASE_SIZE)>>W)<<W
sub sp,sp,t1 // alloca
ldr t1,[ldst]
str ldst,a6 // &outSizeProcessed
str t1, a5 // outSize
str dst, a4 // outp
mov a6,ldst // &outSizeProcessed
mov a5,t1 // outSize
mov a4,dst // outp
add r3,sp,#inSzP
add a3,sp,#inSzP
mov t1x,#0
1: // clear inSizeProcessed and CLzmaDecoderState
str t1x,[r3],#8
cmp r3,t0
str t1x,[a3],#8
cmp a3,t0x
blo 1b
add a3,sp,#inSzP // &inSizeProcessed
@ -101,14 +103,14 @@
and t1,t1,#7 // posBits
strb t1,[sp,#2 + State]
ldrb t1,[a1],#1 // second byte, replaces LzmaDecodeProperties()
mov a0,t1,LSR #4 // lit_pos_bits
strb a0,[sp,#1 + State]
lsr w0,t1,#4 // lit_pos_bits
strb w0,[sp,#1 + State]
and t1,t1,#0xf // lib_context_bits
strb t1,[sp,#0 + State]
add a0,sp,#State
bl 1f // the call
mov sp,t0 // un-alloca
mov sp,t0x // un-alloca
#if defined(LINUX_ARM_CACHEFLUSH) /*{*/
mov w3,w0 // save result value
@ -128,8 +130,13 @@
mov x0,x4 // result value
#endif /*}*/
POP {fp,pc}
POP2(fp,lr); ret
1:
#undef ldst
#undef t1x
#undef t1
#undef t0x
#undef t0
section LZMA_DEC20
#include "lzma_d_cf.S"

View File

@ -26,6 +26,8 @@
; <markus@oberhumer.com> <ml1050@users.sourceforge.net>
;
*/
#ifndef __MACROS_S__ // {
#define __MACROS_S__ 1
.altmacro
@ -120,4 +122,5 @@ __NR_SYSCALL_BASE = 0x900000
.long (0xe3<<24)|(0xa0<<16)|((\reg<<4)<<8)+(\val8) /* mov \reg,#\val8 */
.endm
#endif //}
// vi:ts=8:et:nowrap

View File

@ -149,6 +149,9 @@ L100:
GAP= 128 // > farthest prefetch; must match ../../p_mach.cpp
NO_LAP= 64 // avoid overlap for folded loader; must match ../../p_mach.cpp
#undef ldstx
#undef ldst
/*
vi:ts=8:et:nowrap
*/

View File

@ -7,10 +7,15 @@ Idx Name Size VMA LMA File off Algn
2 NRV2E 0000013c 0000000000000000 0000000000000000 00000084 2**2 CONTENTS, READONLY
3 NRV2D 00000130 0000000000000000 0000000000000000 000001c0 2**2 CONTENTS, READONLY
4 NRV2B 00000108 0000000000000000 0000000000000000 000002f0 2**2 CONTENTS, READONLY
5 NRV_TAIL 00000680 0000000000000000 0000000000000000 000003f8 2**2 CONTENTS, READONLY
6 MACHMAINY 00000000 0000000000000000 0000000000000000 00000a78 2**0 CONTENTS, READONLY
7 MACHMAINZ 00000058 0000000000000000 0000000000000000 00000a78 2**2 CONTENTS, READONLY
5 NRV_TAIL 00000000 0000000000000000 0000000000000000 000003f8 2**0 CONTENTS, READONLY
6 LZMA_ELF00 000000c0 0000000000000000 0000000000000000 000003f8 2**2 CONTENTS, RELOC, READONLY
7 LZMA_DEC20 00000000 0000000000000000 0000000000000000 000004b8 2**0 CONTENTS, READONLY
8 LZMA_DEC10 0000049c 0000000000000000 0000000000000000 000004b8 2**2 CONTENTS, READONLY
9 LZMA_DEC30 00000000 0000000000000000 0000000000000000 00000954 2**0 CONTENTS, READONLY
10 MACHMAINY 00000000 0000000000000000 0000000000000000 00000954 2**0 CONTENTS, READONLY
11 MACHMAINZ 00000058 0000000000000000 0000000000000000 00000954 2**2 CONTENTS, READONLY
SYMBOL TABLE:
0000000000000000 l d LZMA_DEC30 0000000000000000 LZMA_DEC30
0000000000000000 l d MACHMAINZ 0000000000000000 MACHMAINZ
0000000000000000 l d MACHMAINX 0000000000000000 MACHMAINX
0000000000000000 l d NRV_HEAD 0000000000000000 NRV_HEAD
@ -18,13 +23,21 @@ SYMBOL TABLE:
0000000000000000 l d NRV2D 0000000000000000 NRV2D
0000000000000000 l d NRV2B 0000000000000000 NRV2B
0000000000000000 l d NRV_TAIL 0000000000000000 NRV_TAIL
0000000000000000 l d LZMA_ELF00 0000000000000000 LZMA_ELF00
0000000000000000 l d LZMA_DEC20 0000000000000000 LZMA_DEC20
0000000000000000 l d LZMA_DEC10 0000000000000000 LZMA_DEC10
0000000000000000 l d MACHMAINY 0000000000000000 MACHMAINY
0000000000000000 g MACHMAINX 0000000000000000 _start
0000000000000000 g F NRV2E 000000000000013c ucl_nrv2e_decompress_8
0000000000000000 g F NRV2D 0000000000000130 ucl_nrv2d_decompress_8
0000000000000000 g F NRV2B 0000000000000108 ucl_nrv2b_decompress_8
0000000000000000 g LZMA_DEC10 0000000000000000 LzmaDecode
0000000000000000 g MACHMAINY 0000000000000000 end_decompress
RELOCATION RECORDS FOR [MACHMAINX]:
OFFSET TYPE VALUE
0000000000000040 R_AARCH64_CALL26 MACHMAINZ+0x0000000000000050
RELOCATION RECORDS FOR [LZMA_ELF00]:
OFFSET TYPE VALUE
0000000000000004 R_AARCH64_CONDBR19 LZMA_DEC30