Decompile Python Files | Under 1 Minute

preview_player
Показать описание
How to Unpack Python .exe .pyc .pyz .elf to .py
----------
----------
pydumpck is a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.
Рекомендации по теме
Комментарии
Автор

i'm guessing this doesn't work with 3.11?

FinalWarsGodjira
Автор

'pydumpck' is not recognized as an internal or external command,
operable program or batch file.

Gaming_With_Samarpan
Автор

Hi. thank you very much for the video. I am trying to recover the code I made at the end of 2022 with python 3.9 and I have no way. I have tried several utilities (including the one you indicate in the video) and it doesn't work. It allows me to extract the directory and I see the pyc. However, I have no way to convert them to py format. Could you help me?

wjwhrkn
Автор

Amazing job, ty for showing this trick

kevinflynn
Автор

how to fix pycdc.exe Application Error
the application was unable to start correctly 0xc00007b

need fix

qxwhfxv
Автор

I really want to find the decompiler which can decompile Python 3.9 .pyc file. Thank you soooo much!!😊

seungyeon
Автор

decompile meaning that u can steal the code from who made it I'm right?
and changed it?


from assembly to machine code
so the decomplied it will resvere the methods after that I can change the code I'm right????

ComputerCyberkw
Автор

bro i have my presentation today and the installation of decompiler showing can you please convert my exe file python.

saifkhan-ysds
Автор

Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Scripts\pydumpck.exe\__main__.py", line 4, in <module>
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\__init__.py", line 22, in <module>
from pydumpck.pyinstaller_dump import run
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\pyinstaller_dump.py", line 4, in <module>
from pydumpck.py_common_dump import CommonDump
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\py_common_dump\__init__.py", line 7, in <module>
from ..py_package import PackageStruct, PackageDescription
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\py_package\__init__.py", line 1, in <module>
from .package_description import PackageDescription
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\py_package\package_description\__init__.py", line 6, in <module>
from import get_archive, get_data, get_content, get_archive_content
ImportError: cannot import name 'get_archive' from

ttech_official
Автор

is it possible to do with 3.10+ versions

erminbecic
Автор

Hi, the output folder is not created and if I try to insert it manually it is deleted. Any advice?

FredyStar
Автор

'pydumpck' is not recognized as an internal or external command,
operable program or batch file.
Edit: Please make sure python is in ur command tingy forgo

virusrocker
Автор

It just said this:
>>> pydumpck "C:\xen\gen\zeogen - kopie (2).exe"
File "<stdin>", line 1
pydumpck "C:\xen\gen\zeogen - kopie (2).exe"
^
SyntaxError: invalid syntax
anyone know how to fix this?

Thomas-ldcu
Автор

error
is not a valid CArchiveReader archive file

nemooCop
Автор

how i can protect my source from this decompiling?

pygorithm
Автор

stuck here [*] decompile source file:0\8

adtxx
Автор

why this WARNING: Decompyle incomplete

amjahm
Автор

Im getting this when I decompile a file * # WARNING: Decompyle incomplete *

cursedpoptart
Автор

zsh: permission denied: pydumpck

help

wirahaditjahjadi
Автор

Hi bro, i got this error, how can i fix

mahmoudsalem