-
Notifications
You must be signed in to change notification settings - Fork 760
Support new opcodes #563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Support new opcodes #563
Conversation
Thanks for the review @zrax , I have updated the PR. |
Source Generated with Decompyle++File: QMXQ.pyc (Python 3.13)Unimplemented function 2Unimplemented function 2Unimplemented function 2Unsupported opcode: MAKE_FUNCTION (122) WARNING: Decompyle incompleteI encountered this problem, how can I solve it? |
Below are the errors @dasabi45
I believe function 2 is |
Hi @zrax any updates here would be appreciated, thanks! |
Sir, I've encoutered an C++ exception
|
@NyaMisty can you please share the pyc file? it's hard to investigate without the file. |
Adds support for below opcodes with tests -
[x]
LOAD_FAST_CHECK
[x]
CALL_INTRINSIC_1
-INTRINSIC_LIST_TO_TUPLE
[x]
CALL_FUNCTION_EX
Updates existing
LIST_EXTEND
implementation with tests