pycdc icon indicating copy to clipboard operation
pycdc copied to clipboard

Unsupported opcode: BEFORE_WITH Please add it.

Open shoaibhassan0 opened this issue 1 year ago • 3 comments

this opcode "BEFORE_WITH" is unsupported please add this....

shoaibhassan0 avatar Feb 07 '24 12:02 shoaibhassan0

+1 for this tricky opcode! :)

image

greenozon avatar Feb 08 '24 09:02 greenozon

+1 for this tricky opcode! :)

image

Bro if I get a opcode error, how to skip that opcode and decode everything else

anandh8x avatar Feb 11 '24 10:02 anandh8x

open up ASTTree.cpp add new case for new opcode like case Pyc::BEFORE_WITH: build exe done

greenozon avatar Feb 11 '24 10:02 greenozon

Duplicate #452

zrax avatar Feb 21 '24 22:02 zrax