pycdc icon indicating copy to clipboard operation
pycdc copied to clipboard

Unsupported opcode: PUSH_EXC_INFO

Open ThePrainsLive opened this issue 1 year ago • 13 comments

Source Generated with Decompyle++

File: a.pyc (Python 3.11)

Unsupported opcode: PUSH_EXC_INFO import time import selenium import requests import random import json import string import os import re import locale import unidecode import base64

WARNING: Decompyle incomplete

pyc: https://drive.google.com/file/d/1m_5XpBImkNeB5oTZ_uc2bQLe4Xwf4qu4/view?usp=sharing

ThePrainsLive avatar Dec 02 '23 17:12 ThePrainsLive

Is there anyone who can help?

ThePrainsLive avatar Dec 04 '23 10:12 ThePrainsLive

a.zip

Is there anyone who can help?

ThePrainsLive avatar Dec 07 '23 15:12 ThePrainsLive

Sorry, but this issue is more complicated.. Need more time to understand the flow, for the moment it shows this exception and crashing

image

greenozon avatar Dec 08 '23 20:12 greenozon

@greenozon Thank you. Is it possible that the pyc file is corrupt? Is it related to Python version? I can send you the orj exe

ThePrainsLive avatar Dec 10 '23 09:12 ThePrainsLive

no, I guess your pyc is valid, but the pycdc tool can't walk properly for all the nodes/opcodes inside.... what do you mean under orj exe pyc is generated out of .py file, ins't it?

greenozon avatar Dec 10 '23 14:12 greenozon

I converted exe to pyc file with Pydumpck. Is there any problem caused by this? I wanted to ask him. As far as I understand pydc does not fully support 3.11 exe.zip

ThePrainsLive avatar Dec 10 '23 15:12 ThePrainsLive

As far as I understand pydc does not fully support 3.11

yes, there are many new (or changed) python opcodes not supported for 3.11/3.12 versions..

greenozon avatar Dec 10 '23 20:12 greenozon

Anladığım kadarıyla pydc 3.11'i tam olarak desteklemiyor

evet, 3.11/3.12 sürümleri için desteklenmeyen birçok yeni (veya değiştirilmiş) python işlem kodu vardır.

Thank you for the information. I want to buy you coffee. I didn't see your link in your profile.

ThePrainsLive avatar Dec 10 '23 21:12 ThePrainsLive

Thanks mate I"ve added the link :)

greenozon avatar Dec 11 '23 20:12 greenozon

Thanks mate I"ve added the link :) Yes I saw :)

ThePrainsLive avatar Dec 11 '23 23:12 ThePrainsLive

@greenozon I'm trying it in another file, but there are different problems again. What could I be doing wrong? pyc python3.10 ~main.zip~

ThePrainsLive avatar Dec 16 '23 19:12 ThePrainsLive

try this of course it's not ideal, sorry ~main.cdc1.txt~

greenozon avatar Dec 17 '23 18:12 greenozon

try this of course it's not ideal, sorry ~main.cdc1.txt~

Thank you ^^

ThePrainsLive avatar Dec 19 '23 16:12 ThePrainsLive

Duplicate #452

zrax avatar Feb 21 '24 22:02 zrax