python-uncompyle6

A cross-version Python bytecode decompiler (by rocky)

Python-uncompyle6 Alternatives

Similar projects and alternatives to python-uncompyle6

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better python-uncompyle6 alternative or higher similarity.

python-uncompyle6 reviews and mentions

Posts with mentions or reviews of python-uncompyle6. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-20.
  • Testing Github Co-Pilot and Trying to Win World Cup Bet
    5 projects | dev.to | 20 Nov 2022
    Q: What is RAPID_API_KEY = os.environ.get('RAPID_API_KEY')? A: You should store configuration in environment variables; never in code. See 12 factors app. Python .pyc files can easily be "decompiled" to .py and reveal all secrets in code.
  • PSA: Global QR Code bot could have malware...
    2 projects | /r/DBZDokkanBattle | 5 Jul 2022
    I was able to figure out that this is a python program which was compiled to an .exe. Using uncompyle6 and pyc2bytecode, I was able to decompile the .exe into the python bytecode...but I'm no expert at reading python bytecode. If you want to do this yourself, note that you will need to use the same version of python as the version used to make the exe (python 3.9). I did easily by changing the python_version in my Pipfile to 3.9 and using pipenv shell.
  • 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
  • Help! Decompiling python 3.6 to source code
    1 project | /r/learnprogramming | 4 May 2022
  • De-obfuscating .pyc files?
    2 projects | /r/learnpython | 21 Jan 2022
  • Recovering lost python code from .pyc?
    2 projects | /r/learnpython | 17 Dec 2021
  • Error: uncompyle6 requires Python 2.6-3.8
    2 projects | /r/learnpython | 10 Aug 2021
    If not, you’ll either need to install and use 3.8 to run the program, or you’ll need to help the author continue support beyond 3.8.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 25 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic python-uncompyle6 repo stats
8
3,549
8.9
about 1 month ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com