pycdc
pycdc copied to clipboard
Unsupported opcode: MAKE_FUNCTION (122)
Unsupported opcode: MAKE_FUNCTION (122) for a .pyc file built on Python 3.13 , how to decmpile it?
this opcode is very old... but the story is back from Python 3.6 -> https://github.com/zrax/pycdc/issues/448
also there were changes for diff versions!
@samthemanekshahw well! there is a draft PR - https://github.com/zrax/pycdc/pull/539
you could give it a try on your sample!