Riptide VS pyinstxtractor

Compare Riptide vs pyinstxtractor and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Riptide pyinstxtractor
2 11
175 2,412
- -
4.5 5.1
almost 2 years ago 11 days ago
Python Python
Eclipse Public License 2.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Riptide

Posts with mentions or reviews of Riptide. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-04.

pyinstxtractor

Posts with mentions or reviews of pyinstxtractor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-17.
  • Pasar de un .exe a un .py
    1 project | /r/programacion | 10 May 2023
  • Hack The Box - Vessel [Hard] - Walkthrough
    2 projects | dev.to | 17 Feb 2023
    I have used pyinstxtractor to extract the *.pyc files, and then the uncomplyle6 to decompile the *.pyc files. Which has led me to the actual source code of the binary:
  • How to reverse .EXE to .Py
    6 projects | /r/Python | 4 Aug 2022
    Also, be real, you mention you use it once in the credits at the bottom of your readme while also advertising your mate's tool that ALSO looks like it uses identical code to the original, this time without even mentioning it. And given he also makes CS:GO cheat tools by the looks of it, I struggle to understand why any of you think you have the moral high ground in any of this...
  • Synack Red Team Five CTF Writeup - Rev
    3 projects | dev.to | 5 May 2022
    It's a Pyinstaller binary.(I have used it once before, so I just knew it by checking the file.) Use https://github.com/extremecoders-re/pyinstxtractor to extract its source code archive in binary (by just running python pyinstxtractor.py ./backdoor or something), now many .pyc files are extracted. Find src.pyc and it's malformed as Python3.9, so https://github.com/rocky/python-uncompyle6/ denies to decompile. But challenge information says it's Python3.8, so I write helloworld python script and execute it with Python3.8. It yields Python3.8 .pyc file. Analyze it and find signature is \x55. Change src.pyc's signature from \x61 to \x55 and decompile by running uncompyle6 backdoor-src.38.pyc > backdoor-src.py
  • avoid contractor exploiting tkinter software...
    1 project | /r/learnpython | 30 Mar 2022
    If it's a pyinstaller blob, you can crack it open with tools like https://github.com/extremecoders-re/pyinstxtractor
  • I got hacked with a python script
    2 projects | /r/learnpython | 31 Dec 2021
  • Quick and easiest way to convert python project to exe
    1 project | /r/madeinpython | 15 Sep 2021
    auto-py-to-exe is a GUI interface for PyInstaller (a famous freezer packager for python projects). While very user friendly, it should be noted that the .exe made using PyInstaller (or auto-py-to-exe) is very easy to reverse engineer (https://github.com/extremecoders-re/pyinstxtractor).
  • Converting an exe back to .py
    1 project | /r/learnpython | 21 Apr 2021
  • Is there a way for me to secure docker images deployed on-premise?
    2 projects | /r/docker | 23 Feb 2021
    which boils down to slapping the Python Interpreter + the code in an executable form it is trivially easy to access the code inside such executables: https://github.com/extremecoders-re/pyinstxtractor
  • Need to decompile an exe compiled with PyInstaller
    1 project | /r/learnpython | 18 Jan 2021

What are some alternatives?

When comparing Riptide and pyinstxtractor you can also consider the following projects:

pexe - Profoundly Packing Python Programs

PyInstaller - Freeze (package) Python programs into stand-alone executables

GalgameReverse - Reverse Projects for Galgame

fbs-tutorial - Tutorial for creating Python/Qt GUIs with fbs

ScareCrow-CobaltStrike - Cobalt Strike script for ScareCrow payloads intergration (EDR/AV evasion)

python-uncompyle6 - A cross-version Python bytecode decompiler

PY4COC - A deobfuscator for multiple python obfuscators

huami-token - Script to obtain watch or band bluetooth token from Huami servers

stuff - Unsorted, raw, ugly & probably poorly usable tools for reversing, exploit and pentest

decompile-py2exe - Decompile pyc

nodemcu-pyflasher - Self-contained NodeMCU flasher with GUI based on esptool.py and wxPython.

netzob - Netzob: Protocol Reverse Engineering, Modeling and Fuzzing