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/
289 stars 34 forks source link

python 3.12 support #53

Open greenozon opened 7 months ago

greenozon commented 7 months ago

The subject

serfend commented 7 months ago

pydumpck is base on pycdc and uncompyle6 so does the python-version

greenozon commented 7 months ago

thanks for reply, pycdc recently started to support Python 3.12 !

greenozon commented 7 months ago

does it mean that there is a need of new build of pydumpck tool?

serfend commented 6 months ago

i have'nt found a grace way to sync pycdc code , maybe github-action is a good choose , in the future. you can pull pycdc to ~\pydumpck\pyc_checker\lib_pycdc\src for upgrade manually.

serfend commented 6 months ago

here we pull pycdc in release