[go: up one dir, main page]

Menu

#248 Executables packed with UPX 3.91 quit immediately on macOS 10.12 (Sierra) with "Killed: 9" message

None
open
nobody
None
5
2016-12-12
2016-06-23
No

Steps to reproduce the problem:

  • Install the macOS 10.12 (Sierra) beta, released last week
  • Build ucl-1.03 from source
  • Build upx-3.91 from source
  • Build a C executable:
$ echo -e '#include<stdio.h>\nint main(void){printf("hello world\\n");return 0;}' > test.c
$ clang test.c -o test
$ ./test
hello world
  • Pack that executable:
$ ~/Downloads/upx-3.91-src/src/upx.out test -o test-compressed
                       Ultimate Packer for eXecutables
                          Copyright (C) 1996 - 2013
UPX 3.91        Markus Oberhumer, Laszlo Molnar & John Reiser   Sep 30th 2013

        File size         Ratio      Format      Name
   --------------------   ------   -----------   -----------
      8432 ->      4096   48.58%   Mach/AMD64    test-compressed               

Packed 1 file.
$ ./test-compressed 
Killed: 9

Discussion


Log in to post a comment.