python-uncompyle6
python-uncompyle6 copied to clipboard
A cross-version Python bytecode decompiler
Hey rocky please work on 3.9 support or link me any that work decently. ty much love.
.pyc script doesn't have any opcodes for compare. source code like: TEXT_ACCOUNT_545 = ' ' TEXT_ACCOUNT_550 = ' \n %s%s\n %s%s' TEXT_ACCOUNT_560 = ' ' TEXT_ACCOUNT_564 = '\xd0\x9e\xd0\x9a ' TEXT_APPSETTING_503...
## Description Attempting to decompile a tkinter script which was extracted from a PyInstaller executable. I got this error: ```python Traceback (most recent call last): File "~/.local/bin/uncompyle6", line 10, in...
python version:3.8.6 file:[baidu_click.zip](https://github.com/rocky/python-uncompyle6/files/8916797/baidu_click.zip) source: without error info: whilestmt38 ::= \e__come_froms testexpr . returns POP_BLOCK whilestmt38 ::= \e__come_froms testexpr \e_l_stmts_opt . COME_FROM JUMP_BACK POP _BLOCK whilestmt38 ::= \e__come_froms testexpr \e_l_stmts_opt ....
I can’t get footnotes to render. Here is a [link](https://github.com/rocky/python-uncompyle6/wiki/How-does-this-code-work%3F#a-tale-of-two-kinds-of-decompilers) to the section in a project wiki page: Look for `[^1]` Also posted in https://github.community/t/footnote-not-working-in-wiki-page/232457
Note by maintainer: [I removed the unfilled template which was appearing here. That contained instructions as comments that were supposed to be filled out. Pro tip: if you are seeking...
## Description Hi! I'm trying to decompile a cog from my Discord bot which I overwrote by error. When using uncompyle, all classes except one (the longest one) were recovered....
I was trying to decompile a pyc that I had, but it had a few errors. I managed to manually decompile it though and narrowed it down to code that...
## Description Error of "if if else" expr sequence ## How to Reproduce here is the source code ```test.py```: ``` a = 1 b = 1 if a: print("a") if...
