wuqu223
wuqu223
I'm working on pyc files for other NetEase games and I've got the mappings, but they all seem to have similar problems Unknown opcode (MAP_ADD) There may be other I...
> the direct answer here is: fixing `` from `pycdc` requires implementing a decompilation strategy in `ASTree.cpp` for the specific opcode/instruction, which is non-trivial. you can add the opcode to...
And I think this problem does not need to be parsed by pycdc, and there is no need to fix it, because this kind of data does not originally belong...
You need to use a dictionary parser, not pycdc/ # > [item_data_pyc.zip](https://github.com/user-attachments/files/16829440/item_data_pyc.zip) > > Here is one of the files I am trying to decompile. You need to use a...