pycdc icon indicating copy to clipboard operation
pycdc copied to clipboard

Support Python 3.10 decompilation

Open zrax opened this issue 1 year ago • 4 comments

Tasks

  • [X] Bytecode support (pycdas)
  • [ ] Handle new opcodes in AST builder
    • [ ] GET_LEN
    • [ ] MATCH_MAPPING
    • [ ] MATCH_SEQUENCE
    • [ ] MATCH_KEYS
    • [ ] COPY_DICT_WITHOUT_KEYS
    • [ ] ROT_N
    • [ ] RERAISE
    • [X] GEN_START
    • [ ] MATCH_CLASS

zrax avatar Feb 21 '24 22:02 zrax

Thank you, I really need this!

KaranocaVe avatar Feb 26 '24 08:02 KaranocaVe

Thanks for including the support for 3.10 in the project!

TheMegafuji avatar Feb 27 '24 00:02 TheMegafuji

Thank you sooo much!

STDquantum avatar Apr 16 '24 05:04 STDquantum

Would be great if support was also added for:

  • WITH_EXCEPT_START
  • MAP_ADD

mir-jalu avatar May 04 '24 09:05 mir-jalu