zrax / pycdc

C++ python bytecode disassembler and decompiler
GNU General Public License v3.0
2.92k stars 584 forks source link

sorry for this issue i try to solve some pycdc problem #474

Closed codes-team closed 2 months ago

codes-team commented 2 months ago

Source Generated with Decompyle++

File: amer.cpython-311.pyc (Python 3.11)

Unsupported opcode: BEFORE_WITH import os amer = "print('Hello World')" x = 0 x = x + 1

WARNING: Decompyle incomplete

i solve some problem from Solutions i see in The other issues like Segmentation fault thanks for You always provide a solution and I know that the opcode for the new Python is different and very strange but There is currently nothing better than pycdc to decompile pyc files so i hope You are able to upgrade it to support Python 3.11.8 like pycdas thank you❤

TiZCrocodile commented 2 months ago

as you can see in #452 there is already an issue opened about the unsupported BEFORE_WITH opcode, so this is a duplicated issue, but anyways thank you for your patience, I also think that pycdc is the best in its field.

zrax commented 2 months ago

Duplicate #452