xforce / neox-tools

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

Improve script_decomp.sh failure handling, among other things #3

Closed xNul closed 4 years ago

xNul commented 4 years ago

script_decomp.sh changes and context

xforce commented 4 years ago

I have merged it for now. But there are still things I would like to change with how the script decompile is done in the future.
Don't like having py2 and py3 mixed. But py2 doesn't handle the chinese strings correctly, so eh.
Also have to somehow figure out why seemingly correct bytecode failes to decompile, probably requires more tweaking of uncompyle6 to handle both of those issues correctly.