Decompile compiled python code | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
0

Decompile compiled python code

I compiled python code with built in python function "compile". Now what to do if I wants to decompile it? I have used "dis" in python but it is not giving me code just instructions.

24th Oct 2020, 2:56 PM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar
2 Respostas
0
Avinesh I'm not asking about uncompiling file I'm talking about uncompiling of python bytecode compiled with compile function
24th Oct 2020, 3:22 PM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar