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 uncompyleDepois 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 uncompyleDepois execute:
uncompyle6 <file.pyc>Last updated
Was this helpful?