LeDevMalin / riptide

A powerful tool allowing you to reverse .EXE back to .PY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



πŸ’¨ Riptide πŸ’¨



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.




πŸ“€ Dependencies πŸ“€

In order for the program to work, you have to install these ressources:




⭐ Features ⭐



+ Really fast, the decompilation lasts no longer than 2 seconds
+ Powerful


- Sometimes the decompilation isn't complete, but it happens rarely


🎯 Levels 🎯

This section shows the "levels" of this project, from 0/5 βšͺ to 5/5 ⚫!

βšͺπŸŸ’πŸ”΅πŸ”΄πŸŸ£βš«



  • Time: πŸ”΄
  • Complexity: 🟣
  • Service: 🟣


πŸ’‘ Ideas πŸ’‘

Feel free to make a pull request on this repository to submit any idea!



  • ???


🎬 Credits 🎬



  • 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


πŸ“Œ Disclaimer πŸ“Œ



  • 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.


LeDevMalin

About

A powerful tool allowing you to reverse .EXE back to .PY

License:Eclipse Public License 2.0


Languages

Language:Python 99.8%Language:Batchfile 0.2%