pycdc icon indicating copy to clipboard operation
pycdc copied to clipboard

When I used the pycdc to decompile a python3.11 pyc, I can across the "Error decompyling Demand_Change_Report.pyc: invalid vector subscript"

Open BoldHu opened this issue 2 years ago • 1 comments

Source Generated with Decompyle++

File: Demand_Change_Report.pyc (Python 3.11)

Unsupported opcode: POP_JUMP_FORWARD_IF_FALSE import PySimpleGUI as sg import pandas as pd from icecream import ic import shutil import os import datetime import time import openpyxl

def gui(): Unsupported opcode: KW_NAMES pass

WARNING: Decompyle incomplete

def data_processed1(data_path, cqtr, nqtr): Unsupported opcode: KW_NAMES pass

WARNING: Decompyle incomplete

def main(): Error decompyling Demand_Change_Report.pyc: invalid vector subscript If you can help me, please contact me freely. So urgent.

BoldHu avatar Jul 06 '23 03:07 BoldHu

3.11 is a new version

So wait till it get it's decode value

Tech-Michael112 avatar Jul 18 '23 02:07 Tech-Michael112