-
```
DEBUG:root:Running ['patchelf', '--no-default-lib', '/tmp/staticx-prog-evfic9j6']
Assertion failed: splitIndex != -1 (patchelf.cc: shiftFile: 504)
Traceback (most recent call last):
File "/u…
-
**Bug description**
When trying to edit and re-deploy a stack on a remote endpoint, I get the following error:
```
2021/02/10 10:12:55 Starting Proxy server on 127.0.0.1:43703...
2021/02/10 10…
-
Long stories (#198, #203) very short: `objcopy` on CentOS 7 mangles the program headers of a bootloader built with `musl-gcc` on Debian bullseye.
Built on: Debian bulseye, gcc 10.2.1, musl-tools 1.…
-
I am trying to make a Nuitka standalone executable into a statically linked executable using staticx.
I am using a very basic example, see below:
hello.py
```
def talk(message):
return "Tal…
-
**Current behavior**
This ticket is to make GlobaLeaks workk without any specific deb distro dependency, enabling the very same binary package to run on multiple platform, containing it's own static …
-
Trying to build a static version of a pyinstaller one-file binary built with musl (on alpine) results in:
```
staticx --loglevel DEBUG dist/example dist/example-static
---> Running in c56ac006359e…
-
Currently, the bootloader is built only for the native platform.
If a program is built with `-m32` and runs on a native 64-bit system, there will be several problems:
```
$ gcc -m32 -Wall -Werror…
-
(1) Generated a dynamically linked executable using pyinstaller on a Python script on a Linux Debian x86_64 machine
(2) This dynamically linked executable is running ok on the x86_64 machine
(3) But…
-
Taken from my comment in https://github.com/JonathonReinhart/staticx/issues/181#issuecomment-915616425:
I can confirm that staticx works just fine when running on an Aarch64 machine. As you mention…
-
We have a standalone exe we've created with PyInstaller and StaticX. It spawns some binary tools such as adb and our own tools that are bundled in by PyInstaller. These do not pick up libraries correc…