PyLingual is a CPython bytecode decompiler supporting all released Python versions since 3.6. For information about the design and implementation of PyLingual, please refer to our research paper.
What is this? Python's pickle module can serialize arbitrary Python objects, but deserializing untrusted pickle data is equivalent to running arbitrary code. This workflow uses Fickling (by Trail of ...