pycdc icon indicating copy to clipboard operation
pycdc copied to clipboard

Unsupported opcode: CALL_INTRINSIC_1 (243)

Open azZiook opened this issue 10 months ago • 10 comments

please help me figure out the problem, the code is written in python version 3.13.

If necessary, I will give pyc file.

azZiook avatar Feb 09 '25 19:02 azZiook

it also break me down!!!

xuanyuanbao avatar Mar 05 '25 01:03 xuanyuanbao

please help me figure out the problem, the code is written in python version 3.13.

If necessary, I will give pyc file.

did you solve it?

xuanyuanbao avatar Mar 05 '25 01:03 xuanyuanbao

i have the same problem

dasabi45 avatar Jun 06 '25 09:06 dasabi45

better to attach sample .pyc that lead to issues...

greenozon avatar Jun 06 '25 10:06 greenozon

better to attach sample .pyc that lead to issues...

a tiny pyc file, but no source

struct.zip

sirius-fan avatar Jun 07 '25 08:06 sirius-fan

better to attach sample .pyc that lead to issues...

a tiny pyc file, but no source

struct.zip

$ ./pycdc struct.pyc   
# Source Generated with Decompyle++
# File: struct.pyc (Python 3.12)

Unsupported opcode: CALL_INTRINSIC_1 (243)
__all__ = [
    'calcsize',
    'pack',
    'pack_into',
    'unpack',
    'unpack_from',
    'iter_unpack',
    'Struct',
    'error']
# WARNING: Decompyle incomplete

sirius-fan avatar Jun 07 '25 08:06 sirius-fan

who solved it?

dasabi45 avatar Jul 04 '25 11:07 dasabi45

+1

jrocha avatar Jul 10 '25 18:07 jrocha

Partial support in #563 , further support anticipated from community :)

whoami730 avatar Jul 16 '25 09:07 whoami730

Source Generated with Decompyle++ # File: test.pyc (Python 3.12) Unsupported opcode: CALL_INTRINSIC_1 (243)

import argparse
import losses import multiprocessing
from queue import Queue, Empty from audio_utils import EncryptedFileLogger
import time
from device_utils import get_computing_device

WARNING: Decompyle incomplete

Vasiliuz avatar Aug 28 '25 16:08 Vasiliuz