xforce / neox-tools

Tools to play with NetEase's NeoX NPK files.
MIT License
79 stars 32 forks source link

decompiling pyc error with uncompyle6 #8

Closed x4317350 closed 4 years ago

x4317350 commented 4 years ago

I decompiled the PYC file with Uncompyle6, but made an error. I have uploaded pyC file. Could you please help me check the error when you are free? Thank you!

ui_new.main.main_ui.pyc.zip

xforce commented 4 years ago

This works fine with the tools provided in this repo. Make sure to use my Uncompyle6 fork (included as submodule, and will be used if cloned correctly), which has support for some non-standard Python opcodes.

xforce commented 4 years ago

Is there anything that remains here?

x4317350 commented 4 years ago

thanks! It can work now.i can decompiled the pyc with Uncompyle6 fork~

x4317350 commented 4 years ago

your are good man!