pycdc
pycdc copied to clipboard
Segementation faut (python 3.11.3) file size 44kb
can some one tell me how to fix?
In file ASTree.cpp line 1338 change curblock = blocks.top(); into if (!blocks.empty()){curblock = blocks.top();} will fix this problem.
due to unsupport opcodes,this project cannot fully decompile Cpython from version 3.11.