Skip to content
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

Unsupported Node type: 27 #395

Open
zn123 opened this issue Nov 1, 2023 · 3 comments
Open

Unsupported Node type: 27 #395

zn123 opened this issue Nov 1, 2023 · 3 comments

Comments

@zn123
Copy link

zn123 commented Nov 1, 2023

E:\temp_vc\pycdc\build_v141\Release>pycdc.exe model.pyc >model.py
Unsupported Node type: 27
Unsupported Node type: 27
Unsupported Node type: 27
Unsupported argument found for LIST_EXTEND
Unsupported opcode: LIST_TO_TUPLE
Unsupported opcode: CALL_FUNCTION_EX
Unsupported opcode: DICT_MERGE
Unsupported Node type: 27
Unsupported Node type: 27
Unsupported argument found for LIST_EXTEND
Unsupported opcode: LIST_TO_TUPLE
Unsupported Node type: 27
Unsupported Node type: 27
Unsupported Node type: 27
Unsupported Node type: 27
Unsupported Node type: 27
Unsupported Node type: 27
Unsupported Node type: 27
Warning: block stack is not empty!
Unsupported Node type: 27
Unsupported Node type: 27
Warning: block stack is not empty!

attach file
model.pyc.zip

@ddouworld
Copy link
Contributor

Thank you very much for providing model.pyc, which will be very helpful to analyze why this error occurred. I'll try to run it. The class error is identified as a function when it appears to be decompiled.
078 %5V44$~%PZFN56K0MRI

@greenozon
Copy link
Contributor

This is my current try in cdc & das (not full not ideal though...)

https://www.sendspace.com/file/k4idfe
del
https://www.sendspace.com/delete/k4idfe/a54d0e0650bd17d2062f39502153523b

@TiZCrocodile
Copy link
Contributor

TiZCrocodile commented Feb 29, 2024

@zrax
#458 fixes Unsupported Node type: 27
now it shows only this errors:

Unsupported argument found for LIST_EXTEND
Unsupported opcode: LIST_TO_TUPLE
Unsupported opcode: CALL_FUNCTION_EX
Unsupported opcode: DICT_MERGE
Unsupported argument found for LIST_EXTEND
Unsupported opcode: LIST_TO_TUPLE
Warning: block stack is not empty!
Warning: block stack is not empty!

this part decompiled with no errors now: (same part as the screenshot above)
image

but there is still errors like Warning: block stack is not empty!, so maybe its edge case and its better to leave it open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants