pycdc
pycdc copied to clipboard
Unsupported opcode: BEFORE_WITH Please add it.
this opcode "BEFORE_WITH" is unsupported please add this....
+1 for this tricky opcode! :)
+1 for this tricky opcode! :)
Bro if I get a opcode error, how to skip that opcode and decode everything else
open up ASTTree.cpp add new case for new opcode like case Pyc::BEFORE_WITH: build exe done
Duplicate #452