Riptide is a tool allowing you to reverse .EXE files compiled with PyInstaller back to the
original source, Python, showing you the source code of the file.
In order for the program to work, you have to install these ressources:
- Python3
pip install -U -r requirements.txt
or run setup.bat- Visual C++ Build Tools
+ Really fast, the decompilation lasts no longer than 2 seconds
+ Powerful
- Sometimes the decompilation isn't complete, but it happens rarely
This section shows the "levels" of this project, from 0/5 ⚪ to 5/5 ⚫!
⚪🟢🔵🔴🟣⚫
- Time: 🔴
- Complexity: 🟣
- Service: 🟣
Feel free to make a pull request on this repository to submit any idea!
- ???
- svenskithesource | Helped me understand how .PYC files work, in order to decompile them (also, check his decompile program, that also deobfuscates the code)
- pyinstxtractor | The program used to decompile from .EXE to .PYC
- pycdc | The program used to decompile from .PYC to .PY
- Please use this program only for educational purposes.
- It is not meant to be used in any malicious way, and I decline any responsibility for what you do with it.