Skip to content

py-decompiler is a tool to decompile Pyinstaller exe's, using pyinstxtractor to extract executables and pylingual to convert bytecode back into Python code.

License

Notifications You must be signed in to change notification settings

indicts/py-decompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

py-decompiler

py-decompiler is a Python tool designed to decompile EXE's built with Pyinstaller files into readable source code using pyinstxtractor and pylingual.

Credits

  • pyinstxtractor: PyInstaller Extractor
  • pylingual: PyLingual is a Python decompilation service that restores Python bytecode back to the Python source code.

Requirements

  • Python
  • Requests (pip install requests)

Usage

To use py-decompiler, run the following command from the terminal:

python py-decompiler.py <your file name.exe>

About

py-decompiler is a tool to decompile Pyinstaller exe's, using pyinstxtractor to extract executables and pylingual to convert bytecode back into Python code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages