blob: 3dfb119f6f8a0a36626bf94714ac396370c1d8b9 (
plain) (
blame)
1
2
3
4
5
|
decompyle3 is a native Python cross-version decompiler and fragment decompiler.
It is a reworking of uncompyle6.
decompyle3 translates Python bytecode back into equivalent Python source code.
It accepts bytecodes from Python version 3.7 on.
|