Python
Quando temos um arquivos python com extensão pyc
, podemos fazer uma engenharia reversa dele.
Primeiro vamos instalar o uncompyle
com o comando:
pip install uncompyle
Depois execute:
uncompyle6 <file.pyc>
Last updated
Was this helpful?
Quando temos um arquivos python com extensão pyc
, podemos fazer uma engenharia reversa dele.
Primeiro vamos instalar o uncompyle
com o comando:
pip install uncompyle
Depois execute:
uncompyle6 <file.pyc>
Last updated
Was this helpful?