Giter Site home page Giter Site logo

billythegoat356 / riptide Goto Github PK

View Code? Open in Web Editor NEW
179.0 4.0 28.0 261 KB

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

License: Eclipse Public License 2.0

Python 99.82% Batchfile 0.18%
python bytecode decompile exe executable py pyc pyinstxtractor reverse pycdc

riptide's Introduction



๐Ÿ’จ 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.


billythegoat356

riptide's People

Contributors

billythegoat356 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

riptide's Issues

how to avoid skids using this tool on your .exe

Imagine you have the sourcecode in a file in main.py and a function called start() that starts the code.

then just create another .py file and write:

 from main import start; start()

( don't worry, like pip imports, py2exe will pack the other file in the .exe )

when decompiling the .exe the tool will only find this file with no source code in it, and l I think skid will be too dumb to search elsewhere in the .exe for the remaining files

dll is missing

anyone have the same problem, dlls are missing for pycdc ?
anyone have these ?

error

[?] Drag the .EXE you want to decompile ->

                                        "C:\Users\Bengal\Downloads\DevLuxury.exe"

[...] Starting extraction...
[...] Renewing 'extracted' directory...
[...] Extracting files from .EXE with pyinstxtractor...
Traceback (most recent call last):
File "C:\Users\Bengal\Desktop\Riptide-main\riptide.py", line 134, in
main()
File "C:\Users\Bengal\Desktop\Riptide-main\riptide.py", line 121, in main
decompiled = Riptide(path)
File "C:\Users\Bengal\Desktop\Riptide-main\riptide.py", line 43, in init
if not self.EXE_to_PYC():
File "C:\Users\Bengal\Desktop\Riptide-main\riptide.py", line 58, in EXE_to_PYC
self.pyc = extract(self.path)
C:\Users\Bengal\Desktop\Riptide-main>lable

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.