You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Tweak.
This commit is contained in:
@@ -154,11 +154,7 @@ provide the input command and the output from that, please give:
|
|||||||
|
|
||||||
## But I don't *have* the source code!
|
## But I don't *have* the source code!
|
||||||
|
|
||||||
Sure, I get it. No problem. There is Python assembly code on parse
|
There is Python assembly code on parse errors, so simply by hand decompile that. To get a full disassembly, use `pydisasm` from the [xdis](https://pypi.python.org/pypi/xdis) package. Opcodes are described in the documentation for the[dis](https://docs.python.org/3.6/library/dis.html) module.
|
||||||
errors, so simply by hand decompile that. To get a full disassembly,
|
|
||||||
use `pydisasm` from the [xdis](https://pypi.python.org/pypi/xdis)
|
|
||||||
package. Opcodes are described in the documentation for
|
|
||||||
the [dis](https://docs.python.org/3.6/library/dis.html) module.
|
|
||||||
|
|
||||||
### But I don't *have* the source code and am incapable of figuring how to do a hand disassembly!
|
### But I don't *have* the source code and am incapable of figuring how to do a hand disassembly!
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user