xstrip.py: *.bindump was unused; clear e_shnum, e_shstrndx
modified: stub/scripts/xstrip.py modified: stub/Makefile modified: stub/amd64-darwin.dylib-entry.h modified: stub/amd64-darwin.macho-entry.h modified: stub/amd64-linux.elf-entry.h modified: stub/amd64-linux.kernel.vmlinux.h modified: stub/amd64-linux.shlib-init.h modified: stub/amd64-win64.pep.h modified: stub/arm.v4a-linux.elf-entry.h modified: stub/arm.v4a-wince.pe.h modified: stub/arm.v4t-wince.pe.h modified: stub/arm.v5a-darwin.macho-entry.h modified: stub/arm.v5a-linux.elf-entry.h modified: stub/arm.v5a-linux.kernel.vmlinux.h modified: stub/arm.v5a-linux.kernel.vmlinuz.h modified: stub/arm.v5a-linux.shlib-init.h modified: stub/arm.v5t-linux.shlib-init.h modified: stub/arm64-darwin.macho-entry.h modified: stub/arm64-linux.elf-entry.h modified: stub/arm64-linux.shlib-init.h modified: stub/armeb.v4a-linux.elf-entry.h modified: stub/armeb.v5a-linux.kernel.vmlinux.h modified: stub/i086-dos16.com.h modified: stub/i086-dos16.exe.h modified: stub/i086-dos16.sys.h modified: stub/i386-bsd.elf-entry.h modified: stub/i386-bsd.elf.execve-entry.h modified: stub/i386-darwin.dylib-entry.h modified: stub/i386-darwin.macho-entry.h modified: stub/i386-dos32.djgpp2.h modified: stub/i386-dos32.tmt.h modified: stub/i386-dos32.watcom.le.h modified: stub/i386-linux.elf-entry.h modified: stub/i386-linux.elf.execve-entry.h modified: stub/i386-linux.elf.interp-entry.h modified: stub/i386-linux.elf.shell-entry.h modified: stub/i386-linux.kernel.vmlinux.h modified: stub/i386-linux.kernel.vmlinuz.h modified: stub/i386-linux.shlib-init.h modified: stub/i386-netbsd.elf-entry.h modified: stub/i386-win32.pe.h modified: stub/m68k-atari.tos.h modified: stub/mips.r3000-linux.elf-entry.h modified: stub/mipsel.r3000-linux.elf-entry.h modified: stub/mipsel.r3000-ps1.h modified: stub/powerpc-darwin.dylib-entry.h modified: stub/powerpc-darwin.macho-entry.h modified: stub/powerpc-linux.elf-entry.h modified: stub/powerpc-linux.kernel.vmlinux.h modified: stub/powerpc64le-darwin.dylib-entry.h modified: stub/powerpc64le-darwin.macho-entry.h modified: stub/powerpc64le-linux.elf-entry.h modified: stub/powerpc64le-linux.kernel.vmlinux.h
This commit is contained in:
parent
715ddf0620
commit
513a57330a
@ -263,7 +263,7 @@ define tc.default.f-embed_objinfo
|
||||
$(call tc,objcopy) -R .comment -R .note -R .note.GNU-stack -R .reginfo $1
|
||||
$(call tc,objdump) -Dr $(tc_objdump_disasm_options) $1 | $(RTRIM) > $1.disasm
|
||||
$(call tc,objdump) -htr -w $1 | $(BLSQUEEZE) | sed -e '1s/^.*: *file format/file format/' > $1.dump
|
||||
$(call tc,xstrip) --with-dump=$1.dump --create-bindump=$1.bindump $1
|
||||
$(call tc,xstrip) --with-dump=$1.dump $1
|
||||
cat $1.dump >> $1
|
||||
endef
|
||||
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_AMD64_DARWIN_DYLIB_ENTRY_SIZE 9652
|
||||
#define STUB_AMD64_DARWIN_DYLIB_ENTRY_ADLER32 0xf9d1e2f3
|
||||
#define STUB_AMD64_DARWIN_DYLIB_ENTRY_CRC32 0x35440f9f
|
||||
#define STUB_AMD64_DARWIN_DYLIB_ENTRY_ADLER32 0xf965e2ca
|
||||
#define STUB_AMD64_DARWIN_DYLIB_ENTRY_CRC32 0xe822ad82
|
||||
|
||||
unsigned char stub_amd64_darwin_dylib_entry[9652] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 62, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0,240, 24, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 22, 0, 19, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 243,144,235,252,204, 80, 85, 83,232, 0, 0, 0, 0, 85, 83, 81,
|
||||
/* 0x0050 */ 82, 72, 1,254, 86, 72,137,254, 72,137,215, 49,219, 49,201, 72,
|
||||
/* 0x0060 */ 131,205,255,232, 80, 0, 0, 0, 1,219,116, 2,243,195,139, 30,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_AMD64_DARWIN_MACHO_ENTRY_SIZE 9461
|
||||
#define STUB_AMD64_DARWIN_MACHO_ENTRY_ADLER32 0x47b28eb0
|
||||
#define STUB_AMD64_DARWIN_MACHO_ENTRY_CRC32 0xb6f8387f
|
||||
#define STUB_AMD64_DARWIN_MACHO_ENTRY_ADLER32 0x1c6d8e85
|
||||
#define STUB_AMD64_DARWIN_MACHO_ENTRY_CRC32 0x175a7a79
|
||||
|
||||
unsigned char stub_amd64_darwin_macho_entry[9461] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 62, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0, 88, 24, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 23, 0, 20, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 76, 0,131,249, 73,117, 68, 83, 87, 72,141, 76, 55,252, 94, 86,
|
||||
/* 0x0050 */ 91,235, 47, 72, 57,206,115, 50, 86, 94,172, 60,128,114, 10, 60,
|
||||
/* 0x0060 */ 143,119, 6,128,126,254, 15,116, 6, 44,232, 60, 1,119,228, 72,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_AMD64_LINUX_ELF_ENTRY_SIZE 10420
|
||||
#define STUB_AMD64_LINUX_ELF_ENTRY_ADLER32 0xf5c24a13
|
||||
#define STUB_AMD64_LINUX_ELF_ENTRY_CRC32 0xccd1eb0e
|
||||
#define STUB_AMD64_LINUX_ELF_ENTRY_ADLER32 0x368f49e2
|
||||
#define STUB_AMD64_LINUX_ELF_ENTRY_CRC32 0xedc2694d
|
||||
|
||||
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,
|
||||
/* 0x0010 */ 1, 0, 62, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0,152, 24, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 26, 0, 23, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 232, 0, 0, 0, 0, 85, 83, 81, 82, 72, 1,254, 86, 72,137,254,
|
||||
/* 0x0050 */ 72,137,215, 49,219, 49,201, 72,131,205,255,232, 80, 0, 0, 0,
|
||||
/* 0x0060 */ 1,219,116, 2,243,195,139, 30, 72,131,238,252, 17,219,138, 22,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_AMD64_LINUX_KERNEL_VMLINUX_SIZE 25838
|
||||
#define STUB_AMD64_LINUX_KERNEL_VMLINUX_ADLER32 0xd872982c
|
||||
#define STUB_AMD64_LINUX_KERNEL_VMLINUX_CRC32 0x36d1e7b2
|
||||
#define STUB_AMD64_LINUX_KERNEL_VMLINUX_ADLER32 0xf24f9703
|
||||
#define STUB_AMD64_LINUX_KERNEL_VMLINUX_CRC32 0x459edbda
|
||||
|
||||
unsigned char stub_amd64_linux_kernel_vmlinux[25838] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 52, 30, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 150, 0,147, 0, 90, 14,104, 0, 0, 0, 0,184, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 90, 14,104, 0, 0, 0, 0,184, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 87, 86, 80, 80,106, 0,104, 0, 0, 0, 0,232, 1, 0, 0, 0,
|
||||
/* 0x0050 */ 235, 3,164,235, 3,138, 6, 70,136, 7, 71, 1,219,117, 7,139,
|
||||
/* 0x0060 */ 30,131,238,252, 17,219,114, 1, 49,192, 64,138, 7,114,255,184,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_AMD64_LINUX_SHLIB_INIT_SIZE 9556
|
||||
#define STUB_AMD64_LINUX_SHLIB_INIT_ADLER32 0x45b0e776
|
||||
#define STUB_AMD64_LINUX_SHLIB_INIT_CRC32 0xc19eeffc
|
||||
#define STUB_AMD64_LINUX_SHLIB_INIT_ADLER32 0x54a4e74d
|
||||
#define STUB_AMD64_LINUX_SHLIB_INIT_CRC32 0x8258bd87
|
||||
|
||||
unsigned char stub_amd64_linux_shlib_init[9556] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 62, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0,160, 25, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 22, 0, 19, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 80, 86, 87, 80, 82, 85, 72,137,229,232, 0, 0, 0, 0, 85, 83,
|
||||
/* 0x0050 */ 81, 82, 72, 1,254, 86, 72,137,254, 72,137,215, 49,219, 49,201,
|
||||
/* 0x0060 */ 72,131,205,255,232, 80, 0, 0, 0, 1,219,116, 2,243,195,139,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_AMD64_WIN64_PEP_SIZE 21045
|
||||
#define STUB_AMD64_WIN64_PEP_ADLER32 0x16549f10
|
||||
#define STUB_AMD64_WIN64_PEP_CRC32 0x26b8c4c1
|
||||
#define STUB_AMD64_WIN64_PEP_ADLER32 0xce3c9e73
|
||||
#define STUB_AMD64_WIN64_PEP_CRC32 0x89146f8b
|
||||
|
||||
unsigned char stub_amd64_win64_pep[21045] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 62, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0,168, 27, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 80, 0, 77, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 72,137, 76, 36, 8, 72,137, 84, 36, 16, 76,137, 68, 36, 24,128,
|
||||
/* 0x0050 */ 250, 1, 15,133, 0, 0, 0, 0, 83, 86, 87, 85, 72,141, 53, 0,
|
||||
/* 0x0060 */ 0, 0, 0, 72,141,190, 0, 0, 0, 0,102,255,135, 0, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM_V4A_LINUX_ELF_ENTRY_SIZE 14939
|
||||
#define STUB_ARM_V4A_LINUX_ELF_ENTRY_ADLER32 0x63c9224e
|
||||
#define STUB_ARM_V4A_LINUX_ELF_ENTRY_CRC32 0x33ce036f
|
||||
#define STUB_ARM_V4A_LINUX_ELF_ENTRY_ADLER32 0xccb4221b
|
||||
#define STUB_ARM_V4A_LINUX_ELF_ENTRY_CRC32 0x0c15f209
|
||||
|
||||
unsigned char stub_arm_v4a_linux_elf_entry[14939] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 40, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 120, 19, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 27, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 0, 0, 0, 0, 28,192, 79,226, 6, 76,156,232, 12,176,139,224,
|
||||
/* 0x0050 */ 12,160,138,224, 0, 48,155,229, 1,144, 76,224, 3, 16,129,224,
|
||||
/* 0x0060 */ 2, 0,160,225, 1, 26,129,226, 0, 48,160,227, 1, 58,160,227,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM_V4A_WINCE_PE_SIZE 15590
|
||||
#define STUB_ARM_V4A_WINCE_PE_ADLER32 0xb9b54141
|
||||
#define STUB_ARM_V4A_WINCE_PE_CRC32 0x28ab6b7c
|
||||
#define STUB_ARM_V4A_WINCE_PE_ADLER32 0xc8464102
|
||||
#define STUB_ARM_V4A_WINCE_PE_CRC32 0x014083fa
|
||||
|
||||
unsigned char stub_arm_v4a_wince_pe[15590] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 40, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 156, 15, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 33, 0, 30, 0, 1, 0, 81,227, 7, 0, 0, 26,255, 79, 45,233,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 1, 0, 81,227, 7, 0, 0, 26,255, 79, 45,233,
|
||||
/* 0x0040 */ 32, 48,143,226, 7, 0,179,232, 16, 14,147,232, 2,144,160,225,
|
||||
/* 0x0050 */ 18, 0, 0,235, 4, 0,160,227, 8, 0, 0,235,255, 79,189,232,
|
||||
/* 0x0060 */ 32,240,159,229, 12,240,159,229, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM_V4T_WINCE_PE_SIZE 7542
|
||||
#define STUB_ARM_V4T_WINCE_PE_ADLER32 0x7765f525
|
||||
#define STUB_ARM_V4T_WINCE_PE_CRC32 0x4a0d113e
|
||||
#define STUB_ARM_V4T_WINCE_PE_ADLER32 0xdcd3f4f4
|
||||
#define STUB_ARM_V4T_WINCE_PE_CRC32 0x652a61f0
|
||||
|
||||
unsigned char stub_arm_v4t_wince_pe[7542] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 40, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 132, 11, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 26, 0, 23, 0, 1, 0, 81,227, 10, 0, 0, 26,255, 79, 45,233,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 1, 0, 81,227, 10, 0, 0, 26,255, 79, 45,233,
|
||||
/* 0x0040 */ 44, 48,143,226,224, 15,147,232, 1, 90,143,226, 0, 96,151,229,
|
||||
/* 0x0050 */ 1,122,135,226, 5, 0, 87,225, 2, 0, 0,154, 53, 64,143,226,
|
||||
/* 0x0060 */ 15,224,160,225, 20,255, 47,225,255, 79,189,232, 32,192,159,229,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM_V5A_DARWIN_MACHO_ENTRY_SIZE 14217
|
||||
#define STUB_ARM_V5A_DARWIN_MACHO_ENTRY_ADLER32 0x46748cb2
|
||||
#define STUB_ARM_V5A_DARWIN_MACHO_ENTRY_CRC32 0x3eabef0a
|
||||
#define STUB_ARM_V5A_DARWIN_MACHO_ENTRY_ADLER32 0x8b638c85
|
||||
#define STUB_ARM_V5A_DARWIN_MACHO_ENTRY_CRC32 0xebbae95b
|
||||
|
||||
unsigned char stub_arm_v5a_darwin_macho_entry[14217] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 40, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 28, 19, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 24, 0, 21, 0, 4,208, 77,226,255,223, 45,233, 19, 0, 0,235,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 4,208, 77,226,255,223, 45,233, 19, 0, 0,235,
|
||||
/* 0x0040 */ 252, 64, 45,233, 0,112,129,224, 0, 80,224,227, 2, 65,160,227,
|
||||
/* 0x0050 */ 26, 0, 0,234, 24, 0,189,232, 7, 0, 64,224, 3, 32, 66,224,
|
||||
/* 0x0060 */ 0, 32,132,229, 0, 64,160,225, 3, 0,160,225, 2, 16,160,225,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM_V5A_LINUX_ELF_ENTRY_SIZE 15023
|
||||
#define STUB_ARM_V5A_LINUX_ELF_ENTRY_ADLER32 0x2bde4a99
|
||||
#define STUB_ARM_V5A_LINUX_ELF_ENTRY_CRC32 0x88e4202b
|
||||
#define STUB_ARM_V5A_LINUX_ELF_ENTRY_ADLER32 0x840d4a66
|
||||
#define STUB_ARM_V5A_LINUX_ELF_ENTRY_CRC32 0x20e70975
|
||||
|
||||
unsigned char stub_arm_v5a_linux_elf_entry[15023] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 40, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 204, 19, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 27, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 0, 0, 0, 0, 28,192, 79,226, 6, 76,156,232, 12,176,139,224,
|
||||
/* 0x0050 */ 12,160,138,224, 0, 48,155,229, 1,144, 76,224, 3, 16,129,224,
|
||||
/* 0x0060 */ 2, 0,160,225, 1, 26,129,226, 0, 48,160,227, 1, 58,160,227,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM_V5A_LINUX_KERNEL_VMLINUX_SIZE 15163
|
||||
#define STUB_ARM_V5A_LINUX_KERNEL_VMLINUX_ADLER32 0x690d3249
|
||||
#define STUB_ARM_V5A_LINUX_KERNEL_VMLINUX_CRC32 0x579d826c
|
||||
#define STUB_ARM_V5A_LINUX_KERNEL_VMLINUX_ADLER32 0xb9213212
|
||||
#define STUB_ARM_V5A_LINUX_KERNEL_VMLINUX_CRC32 0xd03fe05b
|
||||
|
||||
unsigned char stub_arm_v5a_linux_kernel_vmlinux[15163] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 40, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 244, 18, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 29, 0, 26, 0, 4,192, 34,229, 9, 32, 34,233, 4, 32, 66,226,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 4,192, 34,229, 9, 32, 34,233, 4, 32, 66,226,
|
||||
/* 0x0040 */ 0, 48,160,227, 8, 64, 34,233, 2,208,160,225, 28, 48,159,229,
|
||||
/* 0x0050 */ 8, 48,141,229, 8, 48,141,226, 0, 32,160,225, 8, 16,159,229,
|
||||
/* 0x0060 */ 14, 0,160,225,254,255,255,235, 14, 0, 0,234, 0, 0, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM_V5A_LINUX_KERNEL_VMLINUZ_SIZE 15163
|
||||
#define STUB_ARM_V5A_LINUX_KERNEL_VMLINUZ_ADLER32 0x690d3249
|
||||
#define STUB_ARM_V5A_LINUX_KERNEL_VMLINUZ_CRC32 0x579d826c
|
||||
#define STUB_ARM_V5A_LINUX_KERNEL_VMLINUZ_ADLER32 0xb9213212
|
||||
#define STUB_ARM_V5A_LINUX_KERNEL_VMLINUZ_CRC32 0xd03fe05b
|
||||
|
||||
unsigned char stub_arm_v5a_linux_kernel_vmlinuz[15163] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 40, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 244, 18, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 29, 0, 26, 0, 4,192, 34,229, 9, 32, 34,233, 4, 32, 66,226,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 4,192, 34,229, 9, 32, 34,233, 4, 32, 66,226,
|
||||
/* 0x0040 */ 0, 48,160,227, 8, 64, 34,233, 2,208,160,225, 28, 48,159,229,
|
||||
/* 0x0050 */ 8, 48,141,229, 8, 48,141,226, 0, 32,160,225, 8, 16,159,229,
|
||||
/* 0x0060 */ 14, 0,160,225,254,255,255,235, 14, 0, 0,234, 0, 0, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM_V5A_LINUX_SHLIB_INIT_SIZE 15670
|
||||
#define STUB_ARM_V5A_LINUX_SHLIB_INIT_ADLER32 0x35f447f7
|
||||
#define STUB_ARM_V5A_LINUX_SHLIB_INIT_CRC32 0x6b0fd042
|
||||
#define STUB_ARM_V5A_LINUX_SHLIB_INIT_ADLER32 0x7b6b47ca
|
||||
#define STUB_ARM_V5A_LINUX_SHLIB_INIT_CRC32 0xe1410b0e
|
||||
|
||||
unsigned char stub_arm_v5a_linux_shlib_init[15670] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 40, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 220, 21, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 24, 0, 21, 0, 0, 0,160,225,247,200, 45,233, 13,176,160,225,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 0, 0,160,225,247,200, 45,233, 13,176,160,225,
|
||||
/* 0x0040 */ 254,255,255,235,252, 64, 45,233, 0,112,129,224, 0, 80,224,227,
|
||||
/* 0x0050 */ 2, 65,160,227, 24, 0, 0,234, 24, 0,189,232, 7, 0, 64,224,
|
||||
/* 0x0060 */ 3, 32, 66,224, 0, 32,132,229, 0, 64,160,225, 3, 0,160,225,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM_V5T_LINUX_SHLIB_INIT_SIZE 15562
|
||||
#define STUB_ARM_V5T_LINUX_SHLIB_INIT_ADLER32 0xa92f2082
|
||||
#define STUB_ARM_V5T_LINUX_SHLIB_INIT_CRC32 0xe5449bd7
|
||||
#define STUB_ARM_V5T_LINUX_SHLIB_INIT_ADLER32 0x01b12055
|
||||
#define STUB_ARM_V5T_LINUX_SHLIB_INIT_CRC32 0x860d0d54
|
||||
|
||||
unsigned char stub_arm_v5t_linux_shlib_init[15562] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 40, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 232, 20, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 24, 0, 21, 0,192, 70,255,181, 0,161, 24, 57, 13, 28, 12,104,
|
||||
/* 0x0030 */ 0, 0, 0, 0,192, 70,255,181, 0,161, 24, 57, 13, 28, 12,104,
|
||||
/* 0x0040 */ 45, 27, 75,104, 91, 25, 8,147,200,104, 64, 25,139,104, 91, 25,
|
||||
/* 0x0050 */ 24, 33, 9, 24, 8,180,130,176, 0,181, 76,104, 12, 49, 9, 25,
|
||||
/* 0x0060 */ 0,240,162,248, 3, 5, 27, 13,228, 24, 16,180,192, 26, 1,180,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM64_DARWIN_MACHO_ENTRY_SIZE 7524
|
||||
#define STUB_ARM64_DARWIN_MACHO_ENTRY_ADLER32 0xab18737f
|
||||
#define STUB_ARM64_DARWIN_MACHO_ENTRY_CRC32 0xcd232c53
|
||||
#define STUB_ARM64_DARWIN_MACHO_ENTRY_ADLER32 0xe8d2735e
|
||||
#define STUB_ARM64_DARWIN_MACHO_ENTRY_CRC32 0x4030fbb8
|
||||
|
||||
unsigned char stub_arm64_darwin_macho_entry[7524] = {
|
||||
/* 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,168, 21, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 18, 0, 15, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 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,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM64_LINUX_ELF_ENTRY_SIZE 8615
|
||||
#define STUB_ARM64_LINUX_ELF_ENTRY_ADLER32 0x36f948c1
|
||||
#define STUB_ARM64_LINUX_ELF_ENTRY_CRC32 0x99bc5d91
|
||||
#define STUB_ARM64_LINUX_ELF_ENTRY_ADLER32 0xdca24898
|
||||
#define STUB_ARM64_LINUX_ELF_ENTRY_CRC32 0xf3ff5dfd
|
||||
|
||||
unsigned char stub_arm64_linux_elf_entry[8615] = {
|
||||
/* 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,136, 23, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 22, 0, 19, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0050 */ 0, 0, 0, 0, 76,255,255, 16,129, 41, 64, 41,139, 53, 65, 41,
|
||||
/* 0x0060 */ 107, 1, 12,139, 74, 1, 12,139, 99, 1, 64,185,137, 1, 1,203,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARM64_LINUX_SHLIB_INIT_SIZE 8187
|
||||
#define STUB_ARM64_LINUX_SHLIB_INIT_ADLER32 0x72487b5d
|
||||
#define STUB_ARM64_LINUX_SHLIB_INIT_CRC32 0x563aae83
|
||||
#define STUB_ARM64_LINUX_SHLIB_INIT_ADLER32 0x5a8b7b3c
|
||||
#define STUB_ARM64_LINUX_SHLIB_INIT_CRC32 0x3a7d7f09
|
||||
|
||||
unsigned char stub_arm64_linux_shlib_init[8187] = {
|
||||
/* 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, 88, 24, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 18, 0, 15, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 0, 0, 32,212,253,123,190,169,224, 11, 0,249,227, 19,190,169,
|
||||
/* 0x0050 */ 230, 31, 1,169,224, 7,190,169,226, 11, 0,249,253, 3, 0,145,
|
||||
/* 0x0060 */ 0, 0, 0,148,254, 15, 31,248,226, 15,191,169, 7, 64, 33,139,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARMEB_V4A_LINUX_ELF_ENTRY_SIZE 14936
|
||||
#define STUB_ARMEB_V4A_LINUX_ELF_ENTRY_ADLER32 0x155120f3
|
||||
#define STUB_ARMEB_V4A_LINUX_ELF_ENTRY_CRC32 0x9e120aec
|
||||
#define STUB_ARMEB_V4A_LINUX_ELF_ENTRY_ADLER32 0x7f0820c0
|
||||
#define STUB_ARMEB_V4A_LINUX_ELF_ENTRY_CRC32 0xd292f910
|
||||
|
||||
unsigned char stub_armeb_v4a_linux_elf_entry[14936] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 0, 1, 0, 40, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 19,120, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
|
||||
/* 0x0030 */ 0, 27, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 0, 0, 0, 0,226, 79,192, 28,232,156, 76, 6,224,139,176, 12,
|
||||
/* 0x0050 */ 224,138,160, 12,229,155, 48, 0,224, 76,144, 1,224,129, 16, 3,
|
||||
/* 0x0060 */ 225,160, 0, 2,226,129, 26, 1,227,160, 48, 0,227,160, 58, 1,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_ARMEB_V5A_LINUX_KERNEL_VMLINUX_SIZE 15160
|
||||
#define STUB_ARMEB_V5A_LINUX_KERNEL_VMLINUX_ADLER32 0x785730ee
|
||||
#define STUB_ARMEB_V5A_LINUX_KERNEL_VMLINUX_CRC32 0x7efd8186
|
||||
#define STUB_ARMEB_V5A_LINUX_KERNEL_VMLINUX_ADLER32 0xc94730b7
|
||||
#define STUB_ARMEB_V5A_LINUX_KERNEL_VMLINUX_CRC32 0xd44eb1b4
|
||||
|
||||
unsigned char stub_armeb_v5a_linux_kernel_vmlinux[15160] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 0, 1, 0, 40, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 18,244, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
|
||||
/* 0x0030 */ 0, 29, 0, 26,229, 34,192, 4,233, 34, 32, 9,226, 66, 32, 4,
|
||||
/* 0x0030 */ 0, 0, 0, 0,229, 34,192, 4,233, 34, 32, 9,226, 66, 32, 4,
|
||||
/* 0x0040 */ 227,160, 48, 0,233, 34, 64, 8,225,160,208, 2,229,159, 48, 28,
|
||||
/* 0x0050 */ 229,141, 48, 8,226,141, 48, 8,225,160, 32, 0,229,159, 16, 8,
|
||||
/* 0x0060 */ 225,160, 0, 14,235,255,255,254,234, 0, 0, 14, 0, 0, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I086_DOS16_COM_SIZE 6052
|
||||
#define STUB_I086_DOS16_COM_ADLER32 0x06a83990
|
||||
#define STUB_I086_DOS16_COM_CRC32 0xae960baf
|
||||
#define STUB_I086_DOS16_COM_ADLER32 0xdf233937
|
||||
#define STUB_I086_DOS16_COM_CRC32 0x0b251ce7
|
||||
|
||||
unsigned char stub_i086_dos16_com[6052] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 72, 2, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 46, 0, 43, 0,129,252, 0, 0,119, 2,205, 32,185, 0, 0,190,
|
||||
/* 0x0030 */ 0, 0, 0, 0,129,252, 0, 0,119, 2,205, 32,185, 0, 0,190,
|
||||
/* 0x0040 */ 0, 0,191, 0, 0,187, 0,128,253,243,164,252,135,247,131,238,
|
||||
/* 0x0050 */ 0, 25,237, 87, 87,233,255,255, 85, 80, 88, 33,161,216,208,213,
|
||||
/* 0x0060 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 45,164,232,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I086_DOS16_EXE_SIZE 30372
|
||||
#define STUB_I086_DOS16_EXE_ADLER32 0x29ab064d
|
||||
#define STUB_I086_DOS16_EXE_CRC32 0xb03687f8
|
||||
#define STUB_I086_DOS16_EXE_ADLER32 0x1dcf0534
|
||||
#define STUB_I086_DOS16_EXE_CRC32 0x1debace7
|
||||
|
||||
unsigned char stub_i086_dos16_exe[30372] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 12, 44, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 142, 0,139, 0,255,255,255,255, 0, 0, 12, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0,255,255,255,255, 0, 0, 12, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 14, 46,255, 54, 10, 0, 80, 83, 81, 82,140,200, 5, 0, 0,187,
|
||||
/* 0x0050 */ 0, 0,140,209,137,226,142,208,137,220, 81, 82, 86, 87, 85, 30,
|
||||
/* 0x0060 */ 6, 45, 16, 0,142,216,114,249,156, 22, 7,187, 0,128, 49,201,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I086_DOS16_SYS_SIZE 6986
|
||||
#define STUB_I086_DOS16_SYS_ADLER32 0x06390a78
|
||||
#define STUB_I086_DOS16_SYS_CRC32 0xf265794c
|
||||
#define STUB_I086_DOS16_SYS_ADLER32 0x1e820a11
|
||||
#define STUB_I086_DOS16_SYS_CRC32 0xb0ef77b7
|
||||
|
||||
unsigned char stub_i086_dos16_sys[6986] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 148, 2, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 53, 0, 50, 0,255,255,255,255, 0, 0, 10, 0, 0, 0, 96, 80,
|
||||
/* 0x0030 */ 0, 0, 0, 0,255,255,255,255, 0, 0, 10, 0, 0, 0, 96, 80,
|
||||
/* 0x0040 */ 83, 81, 82, 86, 87, 85,190, 0, 0,191, 0, 0,137,241, 6, 30,
|
||||
/* 0x0050 */ 7,253,243,164,252,187, 0,128,135,247,131,238, 0, 25,237, 87,
|
||||
/* 0x0060 */ 233,255,255, 85, 80, 88, 33,161,216,208,213, 0, 0, 0, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_BSD_ELF_ENTRY_SIZE 38141
|
||||
#define STUB_I386_BSD_ELF_ENTRY_ADLER32 0xce07058d
|
||||
#define STUB_I386_BSD_ELF_ENTRY_CRC32 0x7ba5090f
|
||||
#define STUB_I386_BSD_ELF_ENTRY_ADLER32 0x5a0d03a2
|
||||
#define STUB_I386_BSD_ELF_ENTRY_CRC32 0xd68a6209
|
||||
|
||||
unsigned char stub_i386_bsd_elf_entry[38141] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 152, 34, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 247, 0,244, 0,232, 54, 0, 0, 0, 96,139,116, 36, 36,139,124,
|
||||
/* 0x0030 */ 0, 0, 0, 0,232, 54, 0, 0, 0, 96,139,116, 36, 36,139,124,
|
||||
/* 0x0040 */ 36, 44,131,205,255,235, 3,164,235, 3,138, 6, 70,136, 7, 71,
|
||||
/* 0x0050 */ 1,219,117, 7,139, 30,131,238,252, 17,219,114, 1, 49,192, 64,
|
||||
/* 0x0060 */ 138, 7,114,255,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_BSD_ELF_EXECVE_ENTRY_SIZE 37970
|
||||
#define STUB_I386_BSD_ELF_EXECVE_ENTRY_ADLER32 0x7898d177
|
||||
#define STUB_I386_BSD_ELF_EXECVE_ENTRY_CRC32 0x016522f0
|
||||
#define STUB_I386_BSD_ELF_EXECVE_ENTRY_ADLER32 0x4ca6cf8c
|
||||
#define STUB_I386_BSD_ELF_EXECVE_ENTRY_CRC32 0xe9f3159e
|
||||
|
||||
unsigned char stub_i386_bsd_elf_execve_entry[37970] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 32, 34, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 247, 0,244, 0,232,252,255,255,255,184, 0, 0, 0, 0, 96,106,
|
||||
/* 0x0030 */ 0, 0, 0, 0,232,252,255,255,255,184, 0, 0, 0, 0, 96,106,
|
||||
/* 0x0040 */ 0,139,116, 36, 40,139,124, 36, 48,131,205,255,235, 3,164,235,
|
||||
/* 0x0050 */ 3,138, 6, 70,136, 7, 71, 1,219,117, 7,139, 30,131,238,252,
|
||||
/* 0x0060 */ 17,219,114, 1, 49,192, 64,138, 7,114,255,184, 1, 0, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_DARWIN_DYLIB_ENTRY_SIZE 37898
|
||||
#define STUB_I386_DARWIN_DYLIB_ENTRY_ADLER32 0x5c73ebfd
|
||||
#define STUB_I386_DARWIN_DYLIB_ENTRY_CRC32 0x9d8b6e0e
|
||||
#define STUB_I386_DARWIN_DYLIB_ENTRY_ADLER32 0x31ebea18
|
||||
#define STUB_I386_DARWIN_DYLIB_ENTRY_CRC32 0xea5e4a09
|
||||
|
||||
unsigned char stub_i386_darwin_dylib_entry[37898] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 192, 34, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 244, 0,241, 0, 80, 96,232,252,255,255,255, 96,139,116, 36, 36,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 80, 96,232,252,255,255,255, 96,139,116, 36, 36,
|
||||
/* 0x0040 */ 139,124, 36, 44,131,205,255,235, 3,164,235, 3,138, 6, 70,136,
|
||||
/* 0x0050 */ 7, 71, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 1, 49,
|
||||
/* 0x0060 */ 192, 64,138, 7,114,255,184, 1, 0, 0, 0, 1,219,117, 7,139,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_DARWIN_MACHO_ENTRY_SIZE 37903
|
||||
#define STUB_I386_DARWIN_MACHO_ENTRY_ADLER32 0x1ed7cb47
|
||||
#define STUB_I386_DARWIN_MACHO_ENTRY_CRC32 0xbb314a02
|
||||
#define STUB_I386_DARWIN_MACHO_ENTRY_ADLER32 0x9b31c95e
|
||||
#define STUB_I386_DARWIN_MACHO_ENTRY_CRC32 0x5a77fa08
|
||||
|
||||
unsigned char stub_i386_darwin_macho_entry[37903] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 68, 34, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 246, 0,243, 0, 1, 0,195,232, 53, 0, 0, 0, 96,139,116, 36,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 1, 0,195,232, 53, 0, 0, 0, 96,139,116, 36,
|
||||
/* 0x0040 */ 36,139,124, 36, 44,131,205,255,235, 3,164,235, 3,138, 6, 70,
|
||||
/* 0x0050 */ 136, 7, 71, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 1,
|
||||
/* 0x0060 */ 49,192, 64,138, 7,114,255,184, 1, 0, 0, 0, 1,219,117, 7,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_DOS32_DJGPP2_SIZE 26043
|
||||
#define STUB_I386_DOS32_DJGPP2_ADLER32 0x2ffbcf0c
|
||||
#define STUB_I386_DOS32_DJGPP2_CRC32 0xf76cb553
|
||||
#define STUB_I386_DOS32_DJGPP2_ADLER32 0x5bf4cde3
|
||||
#define STUB_I386_DOS32_DJGPP2_CRC32 0x82c240d0
|
||||
|
||||
unsigned char stub_i386_dos32_djgpp2[26043] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 20, 30, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 150, 0,147, 0, 30, 7,190, 0, 0, 0, 0,191, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 30, 7,190, 0, 0, 0, 0,191, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 87,131,205,255, 49,192,140, 16,137, 96, 4,140,216,142,208,188,
|
||||
/* 0x0050 */ 0, 0, 0, 0,235, 3,164,235, 3,138, 6, 70,136, 7, 71, 1,
|
||||
/* 0x0060 */ 219,117, 7,139, 30,131,238,252, 17,219,114, 1, 49,192, 64,138,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_DOS32_TMT_SIZE 27077
|
||||
#define STUB_I386_DOS32_TMT_ADLER32 0x59e7b091
|
||||
#define STUB_I386_DOS32_TMT_CRC32 0xc55306c4
|
||||
#define STUB_I386_DOS32_TMT_ADLER32 0x692aaf56
|
||||
#define STUB_I386_DOS32_TMT_CRC32 0xf741d739
|
||||
|
||||
unsigned char stub_i386_dos32_tmt[27077] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 136, 30, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 159, 0,156, 0,191, 0, 0, 0, 0, 87,141,183, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0,191, 0, 0, 0, 0, 87,141,183, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 129,239, 0, 0, 0, 0, 25,237,185, 0, 0, 0, 0,253,243,164,
|
||||
/* 0x0050 */ 252,141,119, 1, 95, 87, 87,233,252,255,255,255, 85, 80, 88, 33,
|
||||
/* 0x0060 */ 161,216,208,213, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_DOS32_WATCOM_LE_SIZE 27475
|
||||
#define STUB_I386_DOS32_WATCOM_LE_ADLER32 0xc130196a
|
||||
#define STUB_I386_DOS32_WATCOM_LE_CRC32 0xbae0710e
|
||||
#define STUB_I386_DOS32_WATCOM_LE_ADLER32 0x1057182d
|
||||
#define STUB_I386_DOS32_WATCOM_LE_CRC32 0xa21f3531
|
||||
|
||||
unsigned char stub_i386_dos32_watcom_le[27475] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 180, 30, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 160, 0,157, 0,191, 97,108,105, 98,105, 87, 65, 84, 67, 79, 77,
|
||||
/* 0x0030 */ 0, 0, 0, 0,191, 97,108,105, 98,105, 87, 65, 84, 67, 79, 77,
|
||||
/* 0x0040 */ 6, 30, 7, 87,141,183, 0, 0, 0, 0,141,191, 0, 0, 0, 0,
|
||||
/* 0x0050 */ 185, 0, 0, 0, 0,253,243,165,252,141,119, 4, 95,131,205,255,
|
||||
/* 0x0060 */ 87,233,252,255,255,255, 85, 80, 88, 33,161,216,208,213, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_LINUX_ELF_ENTRY_SIZE 38300
|
||||
#define STUB_I386_LINUX_ELF_ENTRY_ADLER32 0xcab0319f
|
||||
#define STUB_I386_LINUX_ELF_ENTRY_CRC32 0x42140262
|
||||
#define STUB_I386_LINUX_ELF_ENTRY_ADLER32 0xfabe2fb2
|
||||
#define STUB_I386_LINUX_ELF_ENTRY_CRC32 0x050315e3
|
||||
|
||||
unsigned char stub_i386_linux_elf_entry[38300] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 196, 34, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 248, 0,245, 0,232, 48, 0, 0, 0, 96,139,116, 36, 36,139,124,
|
||||
/* 0x0030 */ 0, 0, 0, 0,232, 48, 0, 0, 0, 96,139,116, 36, 36,139,124,
|
||||
/* 0x0040 */ 36, 44,131,205,255,235, 3,164,235, 3,138, 6, 70,136, 7, 71,
|
||||
/* 0x0050 */ 1,219,117, 7,139, 30,131,238,252, 17,219,114, 1, 49,192, 64,
|
||||
/* 0x0060 */ 138, 7,114,255,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_LINUX_ELF_EXECVE_ENTRY_SIZE 37970
|
||||
#define STUB_I386_LINUX_ELF_EXECVE_ENTRY_ADLER32 0x7898d177
|
||||
#define STUB_I386_LINUX_ELF_EXECVE_ENTRY_CRC32 0x016522f0
|
||||
#define STUB_I386_LINUX_ELF_EXECVE_ENTRY_ADLER32 0x4ca6cf8c
|
||||
#define STUB_I386_LINUX_ELF_EXECVE_ENTRY_CRC32 0xe9f3159e
|
||||
|
||||
unsigned char stub_i386_linux_elf_execve_entry[37970] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 32, 34, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 247, 0,244, 0,232,252,255,255,255,184, 0, 0, 0, 0, 96,106,
|
||||
/* 0x0030 */ 0, 0, 0, 0,232,252,255,255,255,184, 0, 0, 0, 0, 96,106,
|
||||
/* 0x0040 */ 0,139,116, 36, 40,139,124, 36, 48,131,205,255,235, 3,164,235,
|
||||
/* 0x0050 */ 3,138, 6, 70,136, 7, 71, 1,219,117, 7,139, 30,131,238,252,
|
||||
/* 0x0060 */ 17,219,114, 1, 49,192, 64,138, 7,114,255,184, 1, 0, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_LINUX_ELF_INTERP_ENTRY_SIZE 45328
|
||||
#define STUB_I386_LINUX_ELF_INTERP_ENTRY_ADLER32 0xb1822eda
|
||||
#define STUB_I386_LINUX_ELF_INTERP_ENTRY_CRC32 0x72aafa3a
|
||||
#define STUB_I386_LINUX_ELF_INTERP_ENTRY_ADLER32 0x30672e81
|
||||
#define STUB_I386_LINUX_ELF_INTERP_ENTRY_CRC32 0x13a91507
|
||||
|
||||
unsigned char stub_i386_linux_elf_interp_entry[45328] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 224, 36, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 45, 1, 42, 1,232, 31, 0, 0, 0,131,248, 70,139, 13, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0,232, 31, 0, 0, 0,131,248, 70,139, 13, 0, 0,
|
||||
/* 0x0040 */ 0, 0,116, 17,131,248, 73,139, 13, 0, 0, 0, 0,116, 6,139,
|
||||
/* 0x0050 */ 13, 35, 0, 0, 0,137,200,195,232,252,255,255,255,131,248, 2,
|
||||
/* 0x0060 */ 139, 13, 0, 0, 0, 0,116,237,131,248, 5,139, 13, 0, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_LINUX_ELF_SHELL_ENTRY_SIZE 29929
|
||||
#define STUB_I386_LINUX_ELF_SHELL_ENTRY_ADLER32 0xc3c40dc4
|
||||
#define STUB_I386_LINUX_ELF_SHELL_ENTRY_CRC32 0xffd7846a
|
||||
#define STUB_I386_LINUX_ELF_SHELL_ENTRY_ADLER32 0x392e0c59
|
||||
#define STUB_I386_LINUX_ELF_SHELL_ENTRY_CRC32 0x3bf1f884
|
||||
|
||||
unsigned char stub_i386_linux_elf_shell_entry[29929] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 168, 31, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 183, 0,180, 0,232,252,255,255,255, 96,252,139,116, 36, 36,139,
|
||||
/* 0x0030 */ 0, 0, 0, 0,232,252,255,255,255, 96,252,139,116, 36, 36,139,
|
||||
/* 0x0040 */ 124, 36, 44,131,205,255,235, 3,164,235, 3,138, 6, 70,136, 7,
|
||||
/* 0x0050 */ 71, 1,219,117, 7,139, 30,131,238,252, 17,219,114, 1, 49,192,
|
||||
/* 0x0060 */ 64,138, 7,114,255,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_LINUX_KERNEL_VMLINUX_SIZE 25838
|
||||
#define STUB_I386_LINUX_KERNEL_VMLINUX_ADLER32 0xd872982c
|
||||
#define STUB_I386_LINUX_KERNEL_VMLINUX_CRC32 0x36d1e7b2
|
||||
#define STUB_I386_LINUX_KERNEL_VMLINUX_ADLER32 0xf24f9703
|
||||
#define STUB_I386_LINUX_KERNEL_VMLINUX_CRC32 0x459edbda
|
||||
|
||||
unsigned char stub_i386_linux_kernel_vmlinux[25838] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 52, 30, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 150, 0,147, 0, 90, 14,104, 0, 0, 0, 0,184, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 90, 14,104, 0, 0, 0, 0,184, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 87, 86, 80, 80,106, 0,104, 0, 0, 0, 0,232, 1, 0, 0, 0,
|
||||
/* 0x0050 */ 235, 3,164,235, 3,138, 6, 70,136, 7, 71, 1,219,117, 7,139,
|
||||
/* 0x0060 */ 30,131,238,252, 17,219,114, 1, 49,192, 64,138, 7,114,255,184,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_LINUX_KERNEL_VMLINUZ_SIZE 29558
|
||||
#define STUB_I386_LINUX_KERNEL_VMLINUZ_ADLER32 0x4794306a
|
||||
#define STUB_I386_LINUX_KERNEL_VMLINUZ_CRC32 0xe9cae5b8
|
||||
#define STUB_I386_LINUX_KERNEL_VMLINUZ_ADLER32 0x80d42f19
|
||||
#define STUB_I386_LINUX_KERNEL_VMLINUZ_CRC32 0xcebfd0d8
|
||||
|
||||
unsigned char stub_i386_linux_kernel_vmlinuz[29558] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 216, 31, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 170, 0,167, 0,252,140,200,131,192, 8,142,216,142,192,142,208,
|
||||
/* 0x0030 */ 0, 0, 0, 0,252,140,200,131,192, 8,142,216,142,192,142,208,
|
||||
/* 0x0040 */ 141,166, 0, 0, 0, 0,137,245,102,129,190, 6, 2, 0, 0, 2,
|
||||
/* 0x0050 */ 2,115, 18,137,238,102,129,125, 32, 63,163,117, 18, 15,183,117,
|
||||
/* 0x0060 */ 34, 1,238,235, 10,139,182, 40, 2, 0, 0,133,246,116,228, 41,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_LINUX_SHLIB_INIT_SIZE 38305
|
||||
#define STUB_I386_LINUX_SHLIB_INIT_ADLER32 0x27475cd8
|
||||
#define STUB_I386_LINUX_SHLIB_INIT_CRC32 0xbb022be6
|
||||
#define STUB_I386_LINUX_SHLIB_INIT_ADLER32 0x78a35aed
|
||||
#define STUB_I386_LINUX_SHLIB_INIT_CRC32 0xd815a5bb
|
||||
|
||||
unsigned char stub_i386_linux_shlib_init[38305] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 88, 35, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 247, 0,244, 0, 80, 96,137,229,232, 49, 0, 0, 0, 96,139,116,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 80, 96,137,229,232, 49, 0, 0, 0, 96,139,116,
|
||||
/* 0x0040 */ 36, 36,139,124, 36, 44,131,205,255,235, 3,164,235, 3,138, 6,
|
||||
/* 0x0050 */ 70,136, 7, 71, 1,219,117, 7,139, 30,131,238,252, 17,219,114,
|
||||
/* 0x0060 */ 1, 49,192, 64,138, 7,114,255,184, 1, 0, 0, 0, 1,219,117,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_NETBSD_ELF_ENTRY_SIZE 38141
|
||||
#define STUB_I386_NETBSD_ELF_ENTRY_ADLER32 0xce07058d
|
||||
#define STUB_I386_NETBSD_ELF_ENTRY_CRC32 0x7ba5090f
|
||||
#define STUB_I386_NETBSD_ELF_ENTRY_ADLER32 0x5a0d03a2
|
||||
#define STUB_I386_NETBSD_ELF_ENTRY_CRC32 0xd68a6209
|
||||
|
||||
unsigned char stub_i386_netbsd_elf_entry[38141] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 152, 34, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 247, 0,244, 0,232, 54, 0, 0, 0, 96,139,116, 36, 36,139,124,
|
||||
/* 0x0030 */ 0, 0, 0, 0,232, 54, 0, 0, 0, 96,139,116, 36, 36,139,124,
|
||||
/* 0x0040 */ 36, 44,131,205,255,235, 3,164,235, 3,138, 6, 70,136, 7, 71,
|
||||
/* 0x0050 */ 1,219,117, 7,139, 30,131,238,252, 17,219,114, 1, 49,192, 64,
|
||||
/* 0x0060 */ 138, 7,114,255,184, 1, 0, 0, 0, 1,219,117, 7,139, 30,131,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_I386_WIN32_PE_SIZE 32924
|
||||
#define STUB_I386_WIN32_PE_ADLER32 0x3bebf8e3
|
||||
#define STUB_I386_WIN32_PE_CRC32 0x6e1a630a
|
||||
#define STUB_I386_WIN32_PE_ADLER32 0x0faef762
|
||||
#define STUB_I386_WIN32_PE_CRC32 0x5d113647
|
||||
|
||||
unsigned char stub_i386_win32_pe[32924] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 144, 32, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 194, 0,191, 0,128,124, 36, 8, 1, 15,133,252,255,255,255, 96,
|
||||
/* 0x0030 */ 0, 0, 0, 0,128,124, 36, 8, 1, 15,133,252,255,255,255, 96,
|
||||
/* 0x0040 */ 190, 0, 0, 0, 0,141,190, 0, 0, 0, 0,102,255,135, 0, 0,
|
||||
/* 0x0050 */ 0, 0,102,129,135, 0, 0, 0, 0, 0, 0,199,135, 0, 0, 0,
|
||||
/* 0x0060 */ 0, 0, 0, 0, 0, 87,131,205,255,235, 3,164,235, 3,138, 6,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_M68K_ATARI_TOS_SIZE 19182
|
||||
#define STUB_M68K_ATARI_TOS_ADLER32 0x3f8e8ba1
|
||||
#define STUB_M68K_ATARI_TOS_CRC32 0x5e331155
|
||||
#define STUB_M68K_ATARI_TOS_ADLER32 0x118f8afc
|
||||
#define STUB_M68K_ATARI_TOS_CRC32 0xda9011b2
|
||||
|
||||
unsigned char stub_m68k_atari_tos[19182] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 0, 1, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 26,152, 1, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
|
||||
/* 0x0030 */ 0, 84, 0, 81, 32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47,
|
||||
/* 0x0040 */ 0, 4, 72,231,127,254, 32, 64, 80,136, 44, 88, 40, 14, 32,188,
|
||||
/* 0x0050 */ 0, 0, 0, 0,221,216, 32,206, 32,188, 0, 0, 0, 0,221,216,
|
||||
/* 0x0060 */ 40, 80, 32,206, 32,188, 0, 0, 0, 0, 71,238, 0, 0, 38, 68,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_MIPS_R3000_LINUX_ELF_ENTRY_SIZE 9847
|
||||
#define STUB_MIPS_R3000_LINUX_ELF_ENTRY_ADLER32 0x36d02a72
|
||||
#define STUB_MIPS_R3000_LINUX_ELF_ENTRY_CRC32 0x9c96ab6e
|
||||
#define STUB_MIPS_R3000_LINUX_ELF_ENTRY_ADLER32 0x15662a49
|
||||
#define STUB_MIPS_R3000_LINUX_ELF_ENTRY_CRC32 0x26b6403c
|
||||
|
||||
unsigned char stub_mips_r3000_linux_elf_entry[9847] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 0, 1, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 28, 68, 0, 0, 0, 1, 0, 52, 0, 0, 0, 0, 0, 40,
|
||||
/* 0x0030 */ 0, 22, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 17, 0, 48,
|
||||
/* 0x0050 */ 39,247, 0, 0, 60, 13,128, 0, 1,160, 72, 33, 36, 11, 0, 1,
|
||||
/* 0x0060 */ 4, 17, 0, 77, 36, 15, 0, 1, 17,192, 0, 5,144,142, 0, 0,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_MIPSEL_R3000_LINUX_ELF_ENTRY_SIZE 9730
|
||||
#define STUB_MIPSEL_R3000_LINUX_ELF_ENTRY_ADLER32 0x275115ef
|
||||
#define STUB_MIPSEL_R3000_LINUX_ELF_ENTRY_CRC32 0xb72886a9
|
||||
#define STUB_MIPSEL_R3000_LINUX_ELF_ENTRY_ADLER32 0x187b15c6
|
||||
#define STUB_MIPSEL_R3000_LINUX_ELF_ENTRY_CRC32 0x76e36ebe
|
||||
|
||||
unsigned char stub_mipsel_r3000_linux_elf_entry[9730] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 8, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 204, 27, 0, 0, 1, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 22, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, 17, 4,
|
||||
/* 0x0050 */ 0, 0,247, 39, 0,128, 13, 60, 33, 72,160, 1, 1, 0, 11, 36,
|
||||
/* 0x0060 */ 67, 0, 17, 4, 1, 0, 15, 36, 5, 0,192, 17, 0, 0,142,144,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_MIPSEL_R3000_PS1_SIZE 21417
|
||||
#define STUB_MIPSEL_R3000_PS1_ADLER32 0xa6238037
|
||||
#define STUB_MIPSEL_R3000_PS1_CRC32 0x32bb0edb
|
||||
#define STUB_MIPSEL_R3000_PS1_ADLER32 0x5c677fa6
|
||||
#define STUB_MIPSEL_R3000_PS1_CRC32 0xca99d669
|
||||
|
||||
unsigned char stub_mipsel_r3000_ps1[21417] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 8, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 152, 42, 0, 0, 1, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
/* 0x0030 */ 74, 0, 71, 0, 0, 0, 8, 60, 0, 0, 8, 37, 35, 64, 8, 2,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 0, 0, 8, 60, 0, 0, 8, 37, 35, 64, 8, 2,
|
||||
/* 0x0040 */ 8, 0, 0, 1,236,255,189, 39, 0, 0,164,175, 4, 0,165,175,
|
||||
/* 0x0050 */ 8, 0,166,175, 12, 0,167,175, 16, 0,191,175, 0, 0, 5, 60,
|
||||
/* 0x0060 */ 0, 0,165, 36, 0, 0, 8, 60, 0, 0, 8, 37, 35, 64, 8, 2,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_POWERPC_DARWIN_DYLIB_ENTRY_SIZE 8993
|
||||
#define STUB_POWERPC_DARWIN_DYLIB_ENTRY_ADLER32 0x22e76239
|
||||
#define STUB_POWERPC_DARWIN_DYLIB_ENTRY_CRC32 0x3e9d84f7
|
||||
#define STUB_POWERPC_DARWIN_DYLIB_ENTRY_ADLER32 0x8a436210
|
||||
#define STUB_POWERPC_DARWIN_DYLIB_ENTRY_CRC32 0x3d13cd40
|
||||
|
||||
unsigned char stub_powerpc_darwin_dylib_entry[8993] = {
|
||||
/* 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,120, 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,
|
||||
/* 0x0030 */ 0, 0, 0, 0,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,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_POWERPC_DARWIN_MACHO_ENTRY_SIZE 8920
|
||||
#define STUB_POWERPC_DARWIN_MACHO_ENTRY_ADLER32 0x50f6183a
|
||||
#define STUB_POWERPC_DARWIN_MACHO_ENTRY_CRC32 0x6c3cff3a
|
||||
#define STUB_POWERPC_DARWIN_MACHO_ENTRY_ADLER32 0x396b180d
|
||||
#define STUB_POWERPC_DARWIN_MACHO_ENTRY_CRC32 0x553738e1
|
||||
|
||||
unsigned char stub_powerpc_darwin_macho_entry[8920] = {
|
||||
/* 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, 64, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
|
||||
/* 0x0030 */ 0, 24, 0, 21, 0, 0, 0,104, 40, 6, 0,208, 76,130, 0, 32,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 0, 0, 0,104, 40, 6, 0,208, 76,130, 0, 32,
|
||||
/* 0x0040 */ 84,132,240,191, 77,130, 0, 32, 60, 0, 0, 16,124, 4, 0, 64,
|
||||
/* 0x0050 */ 65,128, 0, 8,124, 4, 3,120, 56,165, 1, 32,124,103, 27,120,
|
||||
/* 0x0060 */ 56, 99,255,252,124,137, 3,166, 72, 0, 0, 28, 84, 75, 2,186,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_POWERPC_LINUX_ELF_ENTRY_SIZE 8959
|
||||
#define STUB_POWERPC_LINUX_ELF_ENTRY_ADLER32 0x92d421b9
|
||||
#define STUB_POWERPC_LINUX_ELF_ENTRY_CRC32 0x80619bc1
|
||||
#define STUB_POWERPC_LINUX_ELF_ENTRY_ADLER32 0x746e218c
|
||||
#define STUB_POWERPC_LINUX_ELF_ENTRY_CRC32 0x6aec58fa
|
||||
|
||||
unsigned char stub_powerpc_linux_elf_entry[8959] = {
|
||||
/* 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,128, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,
|
||||
/* 0x0030 */ 0, 24, 0, 21, 72, 0, 0,213,124, 0, 41,236,125,168, 2,166,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 72, 0, 0,213,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,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_POWERPC_LINUX_KERNEL_VMLINUX_SIZE 9090
|
||||
#define STUB_POWERPC_LINUX_KERNEL_VMLINUX_ADLER32 0x93a32701
|
||||
#define STUB_POWERPC_LINUX_KERNEL_VMLINUX_CRC32 0x9e7052a7
|
||||
#define STUB_POWERPC_LINUX_KERNEL_VMLINUX_ADLER32 0x179626d2
|
||||
#define STUB_POWERPC_LINUX_KERNEL_VMLINUX_CRC32 0xc029750b
|
||||
|
||||
unsigned char stub_powerpc_linux_kernel_vmlinux[9090] = {
|
||||
/* 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, 20, 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,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 72, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 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,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_POWERPC64LE_DARWIN_DYLIB_ENTRY_SIZE 11059
|
||||
#define STUB_POWERPC64LE_DARWIN_DYLIB_ENTRY_ADLER32 0x4ee1b470
|
||||
#define STUB_POWERPC64LE_DARWIN_DYLIB_ENTRY_CRC32 0xe760d73c
|
||||
#define STUB_POWERPC64LE_DARWIN_DYLIB_ENTRY_ADLER32 0x6d0fb447
|
||||
#define STUB_POWERPC64LE_DARWIN_DYLIB_ENTRY_CRC32 0x11fc1f84
|
||||
|
||||
unsigned char stub_powerpc64le_darwin_dylib_entry[11059] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 21, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0, 80, 34, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 22, 0, 19, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 166, 2, 72,124, 1, 0, 0, 72,236, 41, 0,124,166, 2,168,125,
|
||||
/* 0x0050 */ 8, 0, 7, 40, 92, 1,130, 64, 0, 0,166,248, 20, 26,132,124,
|
||||
/* 0x0060 */ 0,128, 0, 60,198, 7, 0,120, 0,128, 32, 61,198, 7, 41,121,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_POWERPC64LE_DARWIN_MACHO_ENTRY_SIZE 10395
|
||||
#define STUB_POWERPC64LE_DARWIN_MACHO_ENTRY_ADLER32 0x347ea3bf
|
||||
#define STUB_POWERPC64LE_DARWIN_MACHO_ENTRY_CRC32 0x26db6998
|
||||
#define STUB_POWERPC64LE_DARWIN_MACHO_ENTRY_ADLER32 0xbd04a396
|
||||
#define STUB_POWERPC64LE_DARWIN_MACHO_ENTRY_CRC32 0x335583e1
|
||||
|
||||
unsigned char stub_powerpc64le_darwin_macho_entry[10395] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 21, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0,184, 31, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 22, 0, 19, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 1, 0, 0, 72,236, 41, 0,124,166, 2,168,125, 8, 0, 7, 40,
|
||||
/* 0x0050 */ 92, 1,130, 64, 0, 0,166,248, 20, 26,132,124, 0,128, 0, 60,
|
||||
/* 0x0060 */ 198, 7, 0,120, 0,128, 32, 61,198, 7, 41,121,255,255, 99, 56,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_POWERPC64LE_LINUX_ELF_ENTRY_SIZE 10891
|
||||
#define STUB_POWERPC64LE_LINUX_ELF_ENTRY_ADLER32 0x7dac27cb
|
||||
#define STUB_POWERPC64LE_LINUX_ELF_ENTRY_CRC32 0xf0132707
|
||||
#define STUB_POWERPC64LE_LINUX_ELF_ENTRY_ADLER32 0x0d8a279e
|
||||
#define STUB_POWERPC64LE_LINUX_ELF_ENTRY_CRC32 0x047e48e1
|
||||
|
||||
unsigned char stub_powerpc64le_linux_elf_entry[10891] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 21, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0,224, 32, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 24, 0, 21, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 1, 0, 0, 72,236, 41, 0,124,166, 2,168,125, 8, 0, 7, 40,
|
||||
/* 0x0050 */ 92, 1,130, 64, 0, 0,166,248, 20, 26,132,124, 0,128, 0, 60,
|
||||
/* 0x0060 */ 198, 7, 0,120, 0,128, 32, 61,198, 7, 41,121,255,255, 99, 56,
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
|
||||
|
||||
#define STUB_POWERPC64LE_LINUX_KERNEL_VMLINUX_SIZE 11032
|
||||
#define STUB_POWERPC64LE_LINUX_KERNEL_VMLINUX_ADLER32 0xa14b1db4
|
||||
#define STUB_POWERPC64LE_LINUX_KERNEL_VMLINUX_CRC32 0x2560fccd
|
||||
#define STUB_POWERPC64LE_LINUX_KERNEL_VMLINUX_ADLER32 0xc29b1d85
|
||||
#define STUB_POWERPC64LE_LINUX_KERNEL_VMLINUX_CRC32 0xdefad3ae
|
||||
|
||||
unsigned char stub_powerpc64le_linux_kernel_vmlinux[11032] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 21, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 0, 0, 0, 0, 0, 0, 0, 0, 32, 30, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 25, 0, 22, 0,
|
||||
/* 0x0030 */ 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0,
|
||||
/* 0x0040 */ 0, 0, 0, 72, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0050 */ 208, 0, 6, 40, 32, 0,194, 76,191,240,132, 84, 32, 0,194, 77,
|
||||
/* 0x0060 */ 16, 0, 0, 60, 64, 0, 4,124, 8, 0,128, 65,120, 3, 4,124,
|
||||
|
||||
@ -72,8 +72,7 @@ def strip_with_dump(dump_fn, eh, idata):
|
||||
# // FIXME - this is only a first stub version
|
||||
# ************************************************************************/
|
||||
|
||||
def create_bindump(bindump_fn, dump_fn):
|
||||
data = ""
|
||||
def check_dump(dump_fn):
|
||||
lines = open(dump_fn, "rb").readlines()
|
||||
lines = map(lambda l: re.sub(r"\s+", " ", l.strip()).strip(), lines)
|
||||
lines = filter(None, lines)
|
||||
@ -132,10 +131,6 @@ def create_bindump(bindump_fn, dump_fn):
|
||||
if f[0] == "OFFSET": continue
|
||||
assert len(f) == 3, (l, f)
|
||||
pass
|
||||
fp = open(bindump_fn, "wb")
|
||||
fp.write(data)
|
||||
fp.write(struct.pack("<I", len(data) + 4))
|
||||
fp.close()
|
||||
|
||||
|
||||
# /***********************************************************************
|
||||
@ -150,7 +145,6 @@ def do_file(fn):
|
||||
fp = open(fn, "r+b")
|
||||
fp.seek(0, 0)
|
||||
idata = fp.read()
|
||||
fp.seek(0, 0)
|
||||
if idata[:4] != "\x7f\x45\x4c\x46":
|
||||
raise Exception, "%s is not %s" % (fn, "ELF")
|
||||
if idata[4:7] == "\x01\x01\x01":
|
||||
@ -193,7 +187,9 @@ def do_file(fn):
|
||||
odata = idata[:pos]
|
||||
|
||||
if eh and odata and not opts.dry_run:
|
||||
fp.write(eh)
|
||||
fp.seek(0, 0)
|
||||
fp.write(eh[:-4]) # all but e_shnum, e_shstrndx
|
||||
fp.write(struct.pack("I", 0)) # clear e_shnum, e_shstrndx
|
||||
fp.write(odata)
|
||||
fp.truncate()
|
||||
fp.close()
|
||||
@ -204,7 +200,7 @@ def main(argv):
|
||||
except AssertionError: pass
|
||||
else: raise Exception("fatal error - assertions not enabled")
|
||||
shortopts, longopts = "qv", [
|
||||
"create-bindump=", "dry-run", "quiet", "verbose", "with-dump="
|
||||
"dry-run", "quiet", "verbose", "with-dump="
|
||||
]
|
||||
xopts, args = getopt.gnu_getopt(argv[1:], shortopts, longopts)
|
||||
for opt, optarg in xopts:
|
||||
@ -212,7 +208,6 @@ def main(argv):
|
||||
elif opt in ["-q", "--quiet"]: opts.verbose = opts.verbose - 1
|
||||
elif opt in ["-v", "--verbose"]: opts.verbose = opts.verbose + 1
|
||||
elif opt in ["--dry-run"]: opts.dry_run = opts.dry_run + 1
|
||||
elif opt in ["--create-bindump"]: opts.bindump = optarg
|
||||
elif opt in ["--with-dump"]: opts.with_dump = optarg
|
||||
else: assert 0, ("getopt problem:", opt, optarg, xopts, args)
|
||||
if not args:
|
||||
@ -222,9 +217,7 @@ def main(argv):
|
||||
# process arguments
|
||||
for arg in args:
|
||||
do_file(arg)
|
||||
if opts.bindump:
|
||||
assert opts.with_dump, "need --with-dump"
|
||||
create_bindump(opts.bindump, opts.with_dump)
|
||||
check_dump(opts.with_dump);
|
||||
return 0
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user