WithSecureLabs / python-exe-unpacker

A helper script for unpacking and decompiling EXEs compiled from python code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagicPrepend not working

opened this issue · comments

error code :

File "python_exe_unpacker.py", line 366, in main
    magic_prepend.prepend(prepend_file)
  File "python_exe_unpacker.py", line 317, in prepend
    (total, okay, failed, verify_failed) = PythonExectable.decompile_pyc(None, [edited_pyc.name], edited_py_name)
  File "python_exe_unpacker.py", line 80, in decompile_pyc
    return uncompyle6.main.main(dir_decompiled, dir_decompiled, pyc_files, None, output_file)
  File "D:\python\lib\site-packages\uncompyle6\main.py", line 260, in main
    for source_path in source_files:
TypeError: 'NoneType' object is not iterable