Не получается декомпилирывать exe-файл c помощью pyinstxtractor.
Получаю ошибку:
C:\Users\User\Desktop\pyinstxtractor.py:86: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
[*] Usage: pyinstxtractor.py <filename>
Codebaker, Спасибо, предупреждение пропало!
Почему-то обязательно должно было стоять "python" перед командой
Не работает: pyinstxtractor.py file.exe
Работает: python pyinstxtractor.py file.exe