You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: