Decompile compiled python code | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuestas
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