Added
Link Here
|
0 |
- |
1 |
NOTE: pycdc is also known as Decompyle++ |
|
|
2 |
|
3 |
Decompyle++ aims to translate compiled Python byte-code back into valid |
4 |
and human-readable Python source code. While other projects have achieved |
5 |
this with varied success, Decompyle++ is unique in that it seeks to |
6 |
support byte-code from any version of Python. |
7 |
|
8 |
Decompyle++ includes both a byte-code disassembler (pycdas) and a |
9 |
decompiler (pycdc). |