serfend / pydumpck

a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.
https://pypi.org/project/pydumpck/
317 stars 35 forks source link

# WARNING: Decompyle incomplete #14

Closed rakibxdev closed 1 year ago

rakibxdev commented 1 year ago

when i tried to decomplye .pyc 39 version .. give just few lines then # WARNING: Decompyle incomplete...

from bs4.builder import TreeBuilder import requests from bs4 import BeautifulSoup from concurrent.futures import ThreadPoolExecutor, as_completed import sys import os import ctypes import time print('Checking Inter Connection : ') time.sleep(1) WARNING: Decompyle incomplete

serfend commented 1 year ago

pydumpck hasn't any ability to decompile file , pydumpck is base on pycdc and uncompyle6 work, you can submit issue on thats project.