You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Remove stuff we don't do anymore
For these other functions see xdis.
This commit is contained in:
11
README.rst
11
README.rst
@@ -3,8 +3,8 @@
|
|||||||
uncompyle6
|
uncompyle6
|
||||||
==========
|
==========
|
||||||
|
|
||||||
A native Python bytecode Disassembler, Decompiler, Fragment Decompiler
|
A native Python cross-version Decompiler and Fragment Decompiler.
|
||||||
and bytecode library. Follows in the tradition of decompyle, uncompyle, and uncompyle2.
|
Follows in the tradition of decompyle, uncompyle, and uncompyle2.
|
||||||
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
@@ -39,13 +39,6 @@ location in more detail than just a line number. It can be also used
|
|||||||
when source-code information does not exist and there is just bytecode
|
when source-code information does not exist and there is just bytecode
|
||||||
information.
|
information.
|
||||||
|
|
||||||
Other parts of the library can be used inside Python for various
|
|
||||||
bytecode-related tasks. For example you can read in bytecode,
|
|
||||||
i.e. perform a version-independent `marshal.loads()`, and disassemble
|
|
||||||
the bytecode using a version of Python different from the one used to
|
|
||||||
compile the bytecode.
|
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user