-
In version v0.13.5, main module call the generate one in api.py and that method never execute this line:
https://github.com/JonathonReinhart/staticx/blob/v0.13.5/staticx/api.py#L133
So then, when [g…
-
Hello,
as demanded by @JonathonReinhart I will open a new issue for my problem. It might be related to #86 and/or #129.
My goal is to build a Python application with Pyinstaller and afterwards m…
-
i run staticx on a arm machine, but get the follow result, how to fix it
staticx: Bootloader machine (EM_X86_64) doesn't match program machine (EM_AARCH64)
-
The last time we tried that, we had to revert it because it broke crossbarfx images. This time lets be better prepared and make sure to test everything and do the required changes.
-
I compiled a Python 3.8.1 script using `pyinstaller -F foo.py` and then `staticx dist/foo foo-static`, on Debian 10 with glibc 2.28, but when trying to run it on Ubuntu 16.04.6 LTS with glibc 2.23, I …
ghost updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
I love this project. I think it could be delivered a single, one file executable, instead of multiple files / python files etc.
*…
-
https://github.com/JonathonReinhart/staticx/issues/188#issuecomment-948584391
> Does staticx stop at the first problematic RUNPATH it encounters? I am only getting one error but I suspect there wil…
-
I am using staticx to process a pyinstaller binary on a Raspberry Pi 4 running RasPi OS and get:
```
$ staticx -l /lib/arm-linux-gnueabihf/libm.so.6 dist/borg.exe Borg.bin
WARNING:root:Unexpected l…
-
OS: centos 7
python 3.9.2
after successfully installed staticx 0.13.2, running
```
staticx bin bin.static
```
generates an error:
ldd: warning: you do not have execution permission for `/tmp/l…
-
build on debian 9, worked well in debian/ubuntu and centos7
only exceptions on centos 6 with following error:
```
/bin/sh: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/_MEI…