Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with error #2

Open
izark1 opened this issue Oct 16, 2024 · 0 comments
Open

Not working with error #2

izark1 opened this issue Oct 16, 2024 · 0 comments

Comments

@izark1
Copy link

izark1 commented Oct 16, 2024

Hi, I tried it to repack python elf package (built using python 3.9) after extracting it and did some modification on one file, and repacked the content as:
[root@rhel-sp-01 ~]# python3.9 pyipx.py phCodex phCodex_extracted /tmp/phph/phCodex
[*] Asset modified: libexternalcalls.so
[+] Repackaging finished

but when running the new executable I get the following error:
Traceback (most recent call last):
File "phCodex.py", line 24, in
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "algo_lib/init.py", line 1, in
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "algo_lib/AutoClassifier.py", line 20, in
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "algo_lib/ARIMA.py", line 18, in
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "utils/appserver_utils.py", line 11, in
ImportError: /tmp/_MEIYDtDZ3/libexternalcalls.so: invalid ELF header
[4171985] Failed to execute script 'phCodex' due to unhandled exception!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant