Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
186 views
in Technique[技术] by (71.8m points)

python - When trying to turn my pyc file back into a py file using uncompyle6.exe I am running into an error

I am trying to run this command

uncompyle6.exe -o .decompile .unpackedapp.exeapp.pyc

So that I can reverse the app.pyc file into app.py. However I am getting this error.

Instruction context:

 L. 356        10  LOAD_FAST                'self'
                  12  LOAD_METHOD              checkUserKey
                  14  CALL_METHOD_0         0  '0 positional arguments'
                  16  POP_TOP
                  18  JUMP_FORWARD         20  'to 20'
->              20_0  COME_FROM            18  '18'

# file .unpackedapp.exeapp.pyc
# Deparsing stopped due to parse error
.unpackedapp.exeapp.pyc --
# decompile failed

I am not sure why it is not working. I have searched for a solution but couldn't find one.

question from:https://stackoverflow.com/questions/65602003/when-trying-to-turn-my-pyc-file-back-into-a-py-file-using-uncompyle6-exe-i-am-ru

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...