Files
upx/src/stub/tmp/armeb.v4a-linux.elf-fold.map
T
John Reiser 936013f60c Decompression escape hatch for ELF can require a new page.
If not enough room on last page of .text, and ElfXX_Ehdr not PF_X,
then the escape hatch must use a new page.
https://github.com/upx/upx/issues/308
	modified:   ../.github/travis_testsuite_1-expected_sha256sums.sh
	modified:   stub/src/amd64-linux.elf-main.c
	modified:   stub/src/i386-linux.elf-main.c
    Plus stub/*-linux.elf-fold.h and stub/tmp/*-linux.elf-fold.map
2020-01-19 13:25:55 -08:00

47 lines
2.0 KiB
Plaintext

Memory Configuration
Name Origin Length Attributes
*default* 0x0000000000000000 0xffffffffffffffff
Linker script and memory map
TARGET(elf32-bigarm)
0x0000000000008080 . = ((0x8000 + SIZEOF_HEADERS) + 0xc)
.text 0x0000000000008080 0xa44
*(.text)
.text 0x0000000000008080 0x2f8 tmp/armeb.v4a-linux.elf-fold.o
0x00000000000082c8 munmap
0x00000000000082fc get_sys_munmap
0x00000000000082b0 getpid
0x00000000000082c0 readlink
0x00000000000082e4 mmap
0x00000000000082d8 __clear_cache
0x0000000000008304 mmap_privanon
0x0000000000008290 write
0x0000000000008288 read
0x00000000000082a8 unlink
0x000000000000827c my_bkpt
0x0000000000008284 exit
0x00000000000082b8 brk
0x0000000000008298 open
0x000000000000831c div10
0x00000000000082d0 mprotect
0x00000000000082a0 close
.text 0x0000000000008378 0x74c tmp/armeb.v4a-linux.elf-main.o
0x0000000000008398 get_page_mask
0x0000000000008990 upx_main
*(.data)
.data 0x0000000000008ac4 0x0 tmp/armeb.v4a-linux.elf-fold.o
.data 0x0000000000008ac4 0x0 tmp/armeb.v4a-linux.elf-main.o
.data
.bss 0x0000000000008ac4 0x0
.bss 0x0000000000008ac4 0x0 tmp/armeb.v4a-linux.elf-fold.o
.bss 0x0000000000008ac4 0x0 tmp/armeb.v4a-linux.elf-main.o
LOAD tmp/armeb.v4a-linux.elf-fold.o
LOAD tmp/armeb.v4a-linux.elf-main.o
OUTPUT(tmp/armeb.v4a-linux.elf-fold.bin elf32-bigarm)