@@ -12,7 +12,6 @@ The successor to decompyle, uncompyle, and uncompyle2.
1212
1313I gave a talk on this at `BlackHat Asia 2024 <https://youtu.be/H-7ZNrpsV50?si=nOaixgYHr7RbILVS >`_.
1414
15-
1615Introduction
1716------------
1817
@@ -41,7 +40,7 @@ and associated with fragments of the source code. This purpose,
4140although compatible with the original intention, is yet a little bit
4241different. See this _ for more information.
4342
44- Python fragment deparsing, given an instruction offset, is useful in
43+ Python fragment deparsing, given an instruction offset, is useful in
4544showing stack traces and can be incorporated into any program that
4645wants to show a location in more detail than just a line number at
4746runtime. This code can also be used when source code information does
5150There were (and still are) several decompyle, uncompyle,
5251uncompyle2, uncompyle3 forks around. Many of them come basically from
5352the same code base, and (almost?) all of them are no longer actively
54- maintained. One was really good at decompiling Python 1.5-2.3, another is really good at Python 2.7,
53+ maintained. One was really good at decompiling Python 1.5-2.3, another is really good at Python 2.7,
5554but only that. Another handles Python 3.2
5655only; another patched that and handled only 3.3. You get the
5756idea. This code pulls all of these forks together and *moves
0 commit comments