add own opcodes
Hi! How to add own opcodes?
What do you mean by "add own opcodes"? The opcodes come from CPython, which doesn't have any way of supporting "custom" opcodes as far as I know...
ok incorrect expression. where does it come from unsupported opcode CALL_FINALLY (example)? how to add unsupported opcodes?
What do you mean by "add own opcodes"? The opcodes come from CPython, which doesn't have any way of supporting "custom" opcodes as far as I know...
Have the same question. RERAISE opcode is not supported while decompiling python 3.9; I would help the project and implemented it if I knew how
use disambler and assembler tools to edit unsupported opcodes
use disambler and assembler tools to edit unsupported opcodes
can you give more info on how to do that