zrax / pycdc

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

Unsuppoeted opcode: BEFORE_WITH #515

Open peyat-o opened 2 months ago

peyat-o commented 2 months ago

source code: with open('dictionary.txt', 'w') as file: ............................ python version: 3.11.9