zrax / pycdc

C++ python bytecode disassembler and decompiler
GNU General Public License v3.0
3.19k stars 615 forks source link

Unsupported opcode: BEFORE_WITH #373

Closed Were-Logan-0110 closed 6 months ago

Were-Logan-0110 commented 1 year ago

Command

./pycdc "C:\Users\username\Downloads\Compressed\DailyPROXY.exe_extracted\DailyPROXY.pyc" -v 311

Full Output

# Source Generated with Decompyle++
# File: DailyPROXY.pyc (Python 3.11)

Unsupported opcode: BEFORE_WITH
import os
import hashlib
import time
import json
import sys
import re
import requests
import asyncio
import zipfile
import subprocess
import concurrent.futures as concurrent
import undetected_chromedriver as proceess
import datetime
import ctypes
import threading
import pyautogui
from colorama import Fore, Style, init
from base64 import b64encode
from os import getcwd
from playwright.sync_api import sync_playwright
from cf_clearance import sync_cf_retry, sync_stealth
from time import sleep
from capmonstercloudclient import CapMonsterClient, ClientOptions
from capmonstercloudclient.requests import RecaptchaV2ProxylessRequest
from keyauth import api
from cryptography.fernet import Fernet
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.support.ui import WebDriverWait as posr
from selenium.webdriver.common.by import By
# WARNING: Decompyle incomplete

The pyc file

matthewransley commented 10 months ago

Hello, were you able to resolve this issue?

greenozon commented 9 months ago

~The pyc file~

Not available, please reup

greenozon commented 9 months ago

I can't find this id, sorry pls recheck

Imma-P commented 9 months ago

I can't find this id, sorry pls recheck

Discord: fredystars94_39712

zrax commented 6 months ago

Duplicate #452