pycdc
pycdc copied to clipboard
Support Python 3.10 decompilation
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
- [ ]
Thank you, I really need this!
Thanks for including the support for 3.10 in the project!
Thank you sooo much!
Would be great if support was also added for:
- WITH_EXCEPT_START
- MAP_ADD