Burn

Results 5 comments of Burn

```bash [root@localhost tmp]# cat hello.c #include int main(void) { const char msg[] = "Hello, world!\n"; write(STDOUT_FILENO, msg, sizeof(msg)-1); return 0; } [root@localhost tmp]# gcc -Wall -Werror -o hello hello.c [root@localhost...

```bash [root@localhost tmp]# staticx hello hello.sx --debug --loglevel DEBUG DEBUG:root:Running ['patchelf', '--set-interpreter', 'iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii', '--set-rpath', 'rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr', '--force-rpath', '/tmp/staticx-prog-8qJuBE'] INFO:root:Program interpreter: /lib/ld-linux-aarch64.so.1 INFO:root:Adding /tmp/staticx-prog-8qJuBE as .staticx.prog DEBUG:root:Running ['ldd', 'hello'] DEBUG:root:Ignoring synthetic library:...

```bash [root@localhost tmp]# gcc -Wall -Werror -O0 -g -o hello hello.c [root@localhost tmp]# ./hello Hello, world! [root@localhost tmp]# staticx --debug --loglevel=DEBUG hello hello.sx DEBUG:root:Running ['patchelf', '--set-interpreter', 'iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii', '--set-rpath', 'rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr', '--force-rpath',...

I think I have used the `-O0 -g` flag for GCC. something wrong with gcc versoin? ```bash [root@localhost tmp]# gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/aarch64-redhat-linux/4.8.5/lto-wrapper Target: aarch64-redhat-linux Configured with:...

Fedora 25 Released , and use Wayland default. Synergy cannot used . ```bash [2016-11-28T09:03:25] DEBUG2: writef(CALV) [2016-11-28T09:03:25] DEBUG2: wrote 4 bytes [2016-11-28T09:03:25] DEBUG2: msg from "win-pc": CALV [2016-11-28T09:03:25] DEBUG2: msg...