• How to extract digitally signed exe's?
  • Do I need to fix the header of the extracted .pyc's?
  • Is it necessary to run the script in the same version of Python which was used to build the executable?
  • What can go wrong if I use a different version of Python?
  • How do I install multiple versions of Python safely?
  • Are encrypted pyz archives supported?
  • Decrypting PyInstaller < 4.0
  • Decrypting PyInstaller >= 4.0
  • How to decrypt all encrypted pyc files at once?
  • pyinstaller < 4.0
  • pyinstaller >= 4.0
  • How to determine whether the executable has been made pyinstaller < 4.0 or >= 4.0?