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

Error in Python 3.5 #2

Open
theblackturtle opened this issue Mar 27, 2018 · 1 comment
Open

Error in Python 3.5 #2

theblackturtle opened this issue Mar 27, 2018 · 1 comment

Comments

@theblackturtle
Copy link

theblackturtle commented Mar 27, 2018

Hi, Is it work with python 3.5? I ran "python_exe_unpack.py" to decompile *.exe file which is write in python 3.5 too. Then I got this error.

[*] On Python 3.5
[*] Processing CLI.exe
[*] Pyinstaller version: 2.1+
[*] This exe is packed using pyinstaller
[*] Unpacking the binary now
[*] Python version: 35
[*] Length of package: 40426154 bytes
[*] Found 110 files in CArchive
Traceback (most recent call last):
  File "python_exe_unpack.py", line 381, in <module>
    main()
  File "python_exe_unpack.py", line 364, in main
    pyinstaller.unpacked(file_name)
  File "python_exe_unpack.py", line 243, in unpacked
    self.__pyinstxtractor_extract()
  File "python_exe_unpack.py", line 237, in __pyinstxtractor_extract
    self.py_inst_archive.extractFiles(self.extraction_dir)
TypeError: extractFiles() takes 1 positional argument but 2 were given

I tried to use pyinstxtractor.py too, I can extract but can not decompile from pyc to py ( I already decrypted *_encrypt with key). Please tell me how to fix that

@mrksharif
Copy link

Hi. I'm having the same problem decompiling .exe files. Did you finally solve the problem?
Thank you.

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

2 participants