John Reiser
|
d913fe508f
|
Remove debugging jig
modified: ../.github/travis_testsuite_1.sh
modified: stub/powerpc-linux.elf-fold.h
modified: stub/src/powerpc-linux.elf-fold.S
modified: stub/tmp/powerpc-linux.elf-fold.map
|
2017-02-05 15:41:52 -08:00 |
|
John Reiser
|
4029903301
|
Sync testsuite
modified: ../.github/travis_testsuite_1.sh
|
2017-02-05 15:14:11 -08:00 |
|
John Reiser
|
5db7e826d3
|
Find and use AT_PAGESZ; forward from -entry to -fold.
Cleanup the runtime choice of PAGE_SIZE 4K or 64K
modified: stub/powerpc-linux.elf-entry.h
modified: stub/powerpc-linux.elf-fold.h
modified: stub/src/arch/powerpc/32/ppc_regs.h
modified: stub/src/powerpc-linux.elf-entry.S
modified: stub/src/powerpc-linux.elf-fold.S
modified: stub/tmp/powerpc-linux.elf-entry.bin.dump
modified: stub/tmp/powerpc-linux.elf-fold.map
|
2017-02-05 15:02:31 -08:00 |
|
John Reiser
|
7f3e7da7c7
|
Stubs LZMA_DEC00 and LZMA_ELF00 fall through; no "+80C" alignment.
https://github.com/upx/upx/issues/60 (partial)
addStubEntrySections() and getDecompressorSections()
modified: p_lx_elf.cpp
modified: p_mach.cpp
modified: packer_c.cpp
|
2017-02-05 14:52:09 -08:00 |
|
John Reiser
|
93cefde8fc
|
Allow __PAGEZERO.vmsize to be 0x1000 on x86_64, as for "go"-language.
https://github.com/upx/upx/issues/59
modified: p_mach.cpp
modified: p_mach.h
|
2017-02-05 14:50:08 -08:00 |
|
John Reiser
|
02e7981e10
|
Merge and fix conflics
Conflicts:
src/stub/src/arch/powerpc/64le/lzma_d.S
src/stub/src/powerpc64le-darwin.dylib-entry.S
src/stub/src/powerpc64le-darwin.macho-entry.S
src/stub/src/powerpc64le-linux.elf-entry.S
src/stub/src/powerpc64le-linux.kernel.vmlinux.S
modified: stub/src/arch/powerpc/32/lzma_d.S
|
2017-02-05 14:41:15 -08:00 |
|
John Reiser
|
0ecec10af0
|
Sync stubs and testsuite.
modified: ../.github/travis_testsuite_1.sh
modified: stub/powerpc-linux.elf-entry.h
|
2017-02-05 14:26:18 -08:00 |
|
John Reiser
|
00b8cba987
|
typos
modified: stub/src/powerpc-linux.elf-entry.S
|
2017-02-05 14:18:05 -08:00 |
|
John Reiser
|
8486bff918
|
PowerPC compare instructions: make cr0 explicit, put width ('w' or 'd') into mnemonic.
Easier to understand, caught a couple bugs in width.
modified: stub/powerpc-linux.elf-entry.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.elf-fold.h
modified: stub/powerpc64le-linux.kernel.vmlinux.h
modified: stub/src/arch/powerpc/32/bxx.S
modified: stub/src/arch/powerpc/32/nrv2d_d.S
modified: stub/src/arch/powerpc/32/nrv2e_d.S
modified: stub/src/arch/powerpc/64le/bxx.S
modified: stub/src/arch/powerpc/64le/lzma_d.S
modified: stub/src/arch/powerpc/64le/nrv2b_d.S
modified: stub/src/arch/powerpc/64le/nrv2d_d.S
modified: stub/src/arch/powerpc/64le/nrv2e_d.S
modified: stub/src/powerpc-darwin.macho-fold.S
modified: stub/src/powerpc-linux.elf-entry.S
modified: stub/src/powerpc64le-darwin.dylib-entry.S
modified: stub/src/powerpc64le-darwin.macho-entry.S
modified: stub/src/powerpc64le-darwin.macho-fold.S
modified: stub/src/powerpc64le-linux.elf-entry.S
modified: stub/src/powerpc64le-linux.elf-fold.S
modified: stub/src/powerpc64le-linux.kernel.vmlinux.S
|
2017-02-05 14:00:19 -08:00 |
|
John Reiser
|
59df1d39b2
|
Merge pull request #61 from tfauck/devel-thf
Following #51 pull with rerequested changes
|
2017-02-04 09:10:24 -08:00 |
|
John Reiser
|
7e5933e6a0
|
Merge branch 'devel' into devel-thf
|
2017-02-04 08:42:10 -08:00 |
|
Thierry Fauck
|
eac891dc3a
|
Typo in .bss bzeroing
Rebuild of powerpc64le stubs
Signed-off-by: Thierry Fauck <tfauck@free.fr>
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.elf-fold.h
modified: stub/powerpc64le-linux.kernel.vmlinux.h
modified: stub/src/powerpc64le-linux.elf-fold.S
modified: stub/src/powerpc64le-linux.elf-main.c
modified: stub/tmp/powerpc64le-linux.elf-fold.map
|
2017-02-03 10:57:05 +01:00 |
|
Thierry Fauck
|
abd3599408
|
Explicitely specify cmp instructions to be 32 bits or 64bits on powerpc
(Thanks to John Reiser).
Signed-off-by: Thierry Fauck <tfauck@free.fr>
modified: src/arch/powerpc/32/bxx.S
modified: src/arch/powerpc/32/lzma_d.S
modified: src/arch/powerpc/64le/bxx.S
modified: src/arch/powerpc/64le/lzma_d.S
modified: src/arch/powerpc/64le/nrv2b_d.S
modified: src/arch/powerpc/64le/nrv2d_d.S
modified: src/arch/powerpc/64le/nrv2e_d.S
modified: src/powerpc64le-darwin.dylib-entry.S
modified: src/powerpc64le-darwin.macho-entry.S
modified: src/powerpc64le-darwin.macho-fold.S
modified: src/powerpc64le-linux.elf-entry.S
modified: src/powerpc64le-linux.elf-fold.S
modified: src/powerpc64le-linux.kernel.vmlinux.S
|
2017-02-03 10:55:14 +01:00 |
|
Thierry Fauck
|
c4e835266c
|
Typo in .bss bzeroing
Signed-off-by: Thierry Fauck <tfauck@free.fr>
modified: src/stub/powerpc64le-linux.elf-fold.h
modified: src/stub/src/powerpc64le-linux.elf-fold.S
modified: src/stub/src/powerpc64le-linux.elf-main.c
modified: src/stub/tmp/powerpc64le-linux.elf-fold.map
|
2017-01-30 18:53:34 +01:00 |
|
Thierry Fauck
|
685953f6a5
|
Explicitely specify cmp instructions to be 32 bits or 64bits on powerpc
Signed-off-by: Thierry Fauck <tfauck@free.fr>
modified: stub/src/arch/powerpc/32/bxx.S
modified: stub/src/arch/powerpc/64le/bxx.S
modified: stub/src/arch/powerpc/64le/lzma_d.S
modified: stub/src/arch/powerpc/64le/nrv2b_d.S
modified: stub/src/arch/powerpc/64le/nrv2d_d.S
modified: stub/src/arch/powerpc/64le/nrv2e_d.S
modified: stub/src/powerpc64le-darwin.dylib-entry.S
modified: stub/src/powerpc64le-darwin.macho-entry.S
modified: stub/src/powerpc64le-darwin.macho-fold.S
modified: stub/src/powerpc64le-linux.elf-entry.S
modified: stub/src/powerpc64le-linux.elf-fold.S
modified: stub/src/powerpc64le-linux.kernel.vmlinux.S
|
2017-01-30 00:34:45 +01:00 |
|
Markus F.X.J. Oberhumer
|
e1a8c932ee
|
Cleanup snprintf.cpp.
|
2017-01-29 14:11:46 +01:00 |
|
Markus F.X.J. Oberhumer
|
1aa2a6b054
|
Add missing src/stub/tmp/*.map files to repo.
|
2017-01-29 14:10:12 +01:00 |
|
Markus F.X.J. Oberhumer
|
1ad96c9c81
|
Update testsuite checksums caused by version bump.
|
2017-01-29 14:08:02 +01:00 |
|
Markus F.X.J. Oberhumer
|
f69199909f
|
Post-release version bump.
|
2017-01-29 14:05:00 +01:00 |
|
John Reiser
|
d063e77040
|
Update checksums for testsuite.
modified: .github/travis_testsuite_1.sh
|
2017-01-29 14:01:57 +01:00 |
|
John Reiser
|
bf3ddeb1eb
|
Rebuild stubs.
modified: amd64-darwin.dylib-entry.h
modified: amd64-darwin.macho-entry.h
modified: amd64-darwin.macho-fold.h
modified: amd64-linux.elf-fold.h
modified: amd64-linux.kernel.vmlinux.h
modified: amd64-linux.shlib-init.h
modified: amd64-win64.pep.h
modified: i386-bsd.elf-entry.h
modified: i386-bsd.elf.execve-entry.h
modified: i386-darwin.dylib-entry.h
modified: i386-darwin.macho-entry.h
modified: i386-dos32.djgpp2.h
modified: i386-dos32.tmt.h
modified: i386-dos32.watcom.le.h
modified: i386-linux.elf-entry.h
modified: i386-linux.elf.execve-entry.h
modified: i386-linux.elf.interp-entry.h
modified: i386-linux.kernel.vmlinux.h
modified: i386-linux.kernel.vmlinuz.h
modified: i386-linux.shlib-init.h
modified: i386-netbsd.elf-entry.h
modified: i386-win32.pe.h
modified: tmp/amd64-darwin.dylib-entry.bin.dump
modified: tmp/amd64-darwin.macho-entry.bin.dump
modified: tmp/amd64-linux.shlib-init.bin.dump
modified: tmp/amd64-win64.pep.bin.dump
|
2017-01-29 14:01:57 +01:00 |
|
John Reiser
|
fc261ad8cd
|
Smaller by 7 bytes; also slower.
https://github.com/upx/upx/issues/43
modified: bxx.S
|
2017-01-29 14:01:56 +01:00 |
|
John Reiser
|
90fc018295
|
Avoid sigsegv after "patchelf --set-rpath"
https://github.com/upx/upx/issues/47
Enhancement not yet implemented: non-adjacent ElfXX_Ehdr and ElfXX_Phdr.
modified: p_unix.cpp
|
2017-01-29 14:01:56 +01:00 |
|
John Reiser
|
cdc01d9a69
|
linux.sh/i386 interpreter.e_machine must be EM_386; else execve()
https://github.com/upx/upx/issues/53
modified: stub/i386-linux.elf.shell-fold.h
modified: stub/src/i386-linux.elf.shell-fold.S
modified: stub/src/i386-linux.elf.shell-main.c
|
2017-01-29 14:01:56 +01:00 |
|
John Reiser
|
da7e76c07d
|
Document location of checksums for testsuite.
modified: Makefile
|
2017-01-29 14:01:56 +01:00 |
|
John Reiser
|
ba9118aa58
|
Bug in unfilter on x86* when region ends in 32-bit displacement.
https://github.com/upx/upx/issues/43
modified: stub/src/arch/amd64/bxx.S
modified: stub/src/arch/i386/macros.S
plus all the stubs that use them
|
2017-01-29 14:01:56 +01:00 |
|
Markus F.X.J. Oberhumer
|
fdce705e55
|
Bump release date.
|
2017-01-29 12:07:00 +01:00 |
|
Markus F.X.J. Oberhumer
|
81268e7064
|
Update Travis.
|
2017-01-28 23:29:12 +01:00 |
|
Markus F.X.J. Oberhumer
|
f502f41359
|
Update conf.h.
|
2017-01-28 22:39:42 +01:00 |
|
Markus F.X.J. Oberhumer
|
34c9cfb6b0
|
Don't use "long".
|
2017-01-28 22:39:42 +01:00 |
|
Markus F.X.J. Oberhumer
|
6da1790c46
|
New ACC version.
|
2017-01-28 22:39:42 +01:00 |
|
Markus F.X.J. Oberhumer
|
d333c940da
|
Update Travis.
|
2017-01-17 01:59:13 +01:00 |
|
Markus F.X.J. Oberhumer
|
c940d2906f
|
Mention win64/pe in help usage text.
|
2017-01-17 01:56:58 +01:00 |
|
Markus F.X.J. Oberhumer
|
ac4b51ba85
|
Update Travis.
|
2017-01-15 23:25:39 +01:00 |
|
Markus F.X.J. Oberhumer
|
ea7a1ad2c7
|
Bump version date.
|
2017-01-15 15:51:33 +01:00 |
|
Markus F.X.J. Oberhumer
|
45ddd6a68d
|
Enable wildcard expansion on newer mingw versions.
|
2017-01-15 15:47:53 +01:00 |
|
Markus F.X.J. Oberhumer
|
acd99364e0
|
Update Travis.
|
2017-01-15 11:10:59 +01:00 |
|
Markus F.X.J. Oberhumer
|
14710dea55
|
Replace some negative enum constants with "static const unsigned" vars.
|
2017-01-03 12:57:10 +01:00 |
|
Markus F.X.J. Oberhumer
|
5d3be8da1d
|
Silence a MSVC warning.
|
2017-01-03 12:37:35 +01:00 |
|
Markus F.X.J. Oberhumer
|
3026821f9f
|
Update testsuite checksums caused by version bump.
|
2017-01-03 12:16:51 +01:00 |
|
Markus F.X.J. Oberhumer
|
fba51dabd0
|
Bump UPX_VERSION_DATE.
|
2017-01-03 12:06:17 +01:00 |
|
Markus F.X.J. Oberhumer
|
c4da5e81fa
|
Welcome 2017.
|
2017-01-03 12:02:07 +01:00 |
|
Markus F.X.J. Oberhumer
|
bc80d81432
|
Silence a bogus scan-build warning.
|
2016-12-30 23:59:31 +01:00 |
|
László Molnár
|
67797efead
|
fixed relocation handling regression in win32/pe (issue #38)
|
2016-12-30 23:18:32 +01:00 |
|
László Molnár
|
c7cb036536
|
fixed data corruption in import handling (issue #32,#34)
|
2016-12-30 21:31:50 +01:00 |
|
Markus F.X.J. Oberhumer
|
0ccbc5f139
|
Silence some bogus coverity warnings.
|
2016-12-21 19:03:01 +01:00 |
|
Markus F.X.J. Oberhumer
|
2a6bbcaf8f
|
Fix a p_w64pep.cpp issue detected by coverity.
|
2016-12-21 19:01:55 +01:00 |
|
Markus F.X.J. Oberhumer
|
d46a8438ba
|
Remove unused option "--script=".
|
2016-12-19 23:44:10 +01:00 |
|
Markus F.X.J. Oberhumer
|
cc9d19da19
|
Remove unused PackLinuxI386sep.
|
2016-12-19 23:29:42 +01:00 |
|
Markus F.X.J. Oberhumer
|
6e6aa6fd6d
|
Update doc/Makefile.
|
2016-12-19 23:23:59 +01:00 |
|