serfend / pydumpck

a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.
https://pypi.org/project/pydumpck/
317 stars 35 forks source link

error #36

Open TheCloudLad opened 1 year ago

TheCloudLad commented 1 year ago

─$ pydumpck Traceback (most recent call last): File "/home/kali/.local/bin/pydumpck", line 5, in from pydumpck import run File "/home/kali/.local/lib/python3.11/site-packages/pydumpck/init.py", line 22, in from pydumpck.pyinstaller_dump import run File "/home/kali/.local/lib/python3.11/site-packages/pydumpck/pyinstaller_dump.py", line 4, in from pydumpck.py_common_dump import CommonDump File "/home/kali/.local/lib/python3.11/site-packages/pydumpck/py_common_dump/init.py", line 7, in from ..py_package import PackageStruct, PackageDescription File "/home/kali/.local/lib/python3.11/site-packages/pydumpck/py_package/init.py", line 1, in from .package_description import PackageDescription File "/home/kali/.local/lib/python3.11/site-packages/pydumpck/py_package/package_description/init.py", line 6, in from PyInstaller.utils.cliutils.archive_viewer import get_archive, get_data, get_content, get_archive_content ImportError: cannot import name 'get_archive' from 'PyInstaller.utils.cliutils.archive_viewer' (/home/kali/.local/lib/python3.11/site-packages/PyInstaller/utils/cliutils/archive_viewer.py)

bloban commented 1 year ago

Did you solve it?

serfend commented 1 year ago

same as #27

TheCloudLad commented 1 year ago

no i don't work with this tool , I wan't to use it for some python malware that someone try to give it to me , I don't open it but I wan't to see the code if you have any tool for this thing replay on this tnx btw