Decompile Python Files | Under 1 Minute

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • How to Unpack Python .exe .pyc .pyz .elf to .py
    ----------
    Python 3.9 : bit.ly/python-390
    Python Decompiler : bit.ly/pydumpck
    ----------
    pydumpck is a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.

Комментарии • 83

  • @FinalWarsGodjira
    @FinalWarsGodjira Год назад +9

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

    • @sathishmannem4604
      @sathishmannem4604 День назад

      yes, its not working. even decympiler also not working with 3.11

  • @Gaming_With_Samarpan325
    @Gaming_With_Samarpan325 5 месяцев назад +2

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

    • @LOLMAN699
      @LOLMAN699 22 часа назад

      Type in python -m pydumpck

    • @luxdercito
      @luxdercito 7 часов назад

      add your python to Path environment variables

  • @rayfer.
    @rayfer. 24 дня назад

    Love how he only hearts on the people that got it right

  • @facelessbino
    @facelessbino Год назад +1

    Its beautiful, thanks 😍

  • @kapsule-code
    @kapsule-code 6 месяцев назад +2

    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?

  • @justinpena6306
    @justinpena6306 Год назад +7

    pydumpck not recognized command

  • @kevinflynn4867
    @kevinflynn4867 Год назад

    Amazing job ,ty for showing this trick

    • @11𠄢
      @11𠄢 Год назад

      Hey dude can you decompile a file for me 😐

  • @ssiva356
    @ssiva356 Год назад

    Thank you it helped me a lot :)

  • @seungyeon4
    @seungyeon4 Год назад +1

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

  • @erminbecic711
    @erminbecic711 Год назад +3

    is it possible to do with 3.10+ versions

    • @d38thh
      @d38thh Год назад

      yes lol i just did it

    • @rahamansyed786
      @rahamansyed786 Год назад

      @@d38thh is it possible to do 3.11 version? Pyc file to py convert

  • @trainandbus123Perth
    @trainandbus123Perth 9 месяцев назад +1

    didnt work

  • @shortytube447
    @shortytube447 Год назад

    thank you dude
    😄

    • @11𠄢
      @11𠄢 Год назад

      Hey broo can you decompile a file for me 👄

  • @ComputerCyberkw
    @ComputerCyberkw 6 месяцев назад

    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????

  • @user-qx2wh8fx8v
    @user-qx2wh8fx8v Год назад +1

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

  • @phamsinhdieu2023
    @phamsinhdieu2023 Год назад

    tks

  • @FredyStar94
    @FredyStar94 Год назад

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

  • @harshrajyoutube
    @harshrajyoutube Год назад +1

    Is it able to decompile python 3?

  • @virusrocker
    @virusrocker Год назад +2

    '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

    • @TJTRAPPY
      @TJTRAPPY Год назад +1

      Same problem

    • @virusrocker
      @virusrocker Год назад +1

      @@TJTRAPPY ye

    • @cypto4P2P
      @cypto4P2P Год назад

      Same problem

    • @polarrbtw
      @polarrbtw Год назад

      pip install?

    • @user-wu2pp2qb6x
      @user-wu2pp2qb6x 10 месяцев назад

      have to downlaod the pip packages or just download it seperatley

  • @saifkhan-ys7ds
    @saifkhan-ys7ds 10 месяцев назад

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

  • @lamppost101
    @lamppost101 2 месяца назад

    how the hell do i do this on mac os

  • @amjahm1744
    @amjahm1744 Год назад

    why this WARNING: Decompyle incomplete

  • @bmw325ti8
    @bmw325ti8 7 месяцев назад

    Could you decompile an .ex4 file ?

  • @RMChannel82
    @RMChannel82 Год назад

    It work on 3.11?

  • @ttech_official
    @ttech_official Год назад

    Traceback (most recent call last):
    File "", line 198, in _run_module_as_main
    File "", line 88, in _run_code
    File "C:\Users\User\AppData\Local\Programs\Python\Python311\Scripts\pydumpck.exe\__main__.py", line 4, in
    File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\__init__.py", line 22, in
    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
    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
    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
    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
    from PyInstaller.utils.cliutils.archive_viewer import get_archive, get_data, get_content, get_archive_content
    ImportError: cannot import name 'get_archive' from 'PyInstaller.utils.cliutils.archive_viewer' (C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyInstaller\utils\cliutils\archive_viewer.py)

    • @hn2kvn162
      @hn2kvn162 Год назад

      did you fix it i'm having this

    • @Unlockthislife
      @Unlockthislife Год назад

      @@hn2kvn162 just you have to install an older version pyinstaller

  • @nemooCop
    @nemooCop Год назад

    error
    is not a valid CArchiveReader archive file

  • @pygorithm423
    @pygorithm423 Год назад +1

    how i can protect my source from this decompiling?

    • @LFT974
      @LFT974 Год назад

      you can encrypt your code

    • @slowpii
      @slowpii 5 месяцев назад

      @@LFT974 except that people can just decrypt that, theres 0 obfuscators that can fully obfuscate the code, you can always just get it from reading the memory.

  • @Thomas-ld3cu
    @Thomas-ld3cu 7 месяцев назад

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

    • @KoczILaq
      @KoczILaq 5 месяцев назад

      o polak xd

  • @ИсломКобилов-щ7ж
    @ИсломКобилов-щ7ж 2 месяца назад

    Hello
    Does it work with python 3.12?

  • @Nikhil_teja
    @Nikhil_teja Год назад

    It is possible for 3.11 version

  • @wirahaditjahjadi8663
    @wirahaditjahjadi8663 9 месяцев назад

    zsh: permission denied: pydumpck
    help

  • @ad1txx
    @ad1txx Год назад

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

  • @cursedpoptart
    @cursedpoptart Год назад

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

  • @Pwnedby
    @Pwnedby Год назад

    How can someone prevent this from happening?

    • @mrx0372
      @mrx0372 Год назад

      U won't

    • @Alex-bw8wr
      @Alex-bw8wr Год назад

      @@mrx0372 actually he can.

    • @Alex-bw8wr
      @Alex-bw8wr Год назад +1

      Never use one file. Use separated modules and compile them to .pyd to hide your source code and avoid decompilation by such simple way.

  • @mahmoudsalem1016
    @mahmoudsalem1016 Год назад

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

  • @pydisekhar
    @pydisekhar Год назад

    this is pychram right

  • @Fhivo
    @Fhivo Год назад +2

    i think its good

    • @Fhivo
      @Fhivo Год назад

      Its Working rn?

  • @TitanEU
    @TitanEU Год назад

    thanks bro

  • @Cooldude10101
    @Cooldude10101 Год назад

    Can ir decompile ex4 ex5

  • @Q4_F3
    @Q4_F3 Год назад +1

    Nice video! Decompiled someone's stub and spammed his hook 😂

    • @11𠄢
      @11𠄢 Год назад

      Can you do it for me

    • @Q4_F3
      @Q4_F3 Год назад

      @@11𠄢 whats ur discord?

    • @11𠄢
      @11𠄢 Год назад

      Broo reply

    • @Q4_F3
      @Q4_F3 Год назад +1

      @@11𠄢 what your discord

    • @11𠄢
      @11𠄢 Год назад

      Dude reply?

  • @derwe6608
    @derwe6608 Год назад

    Bro do you telegram

  • @mahmoudsalem1016
    @mahmoudsalem1016 Год назад +3

    Traceback (most recent call last):
    File "e:\python 3.9.0 install\lib
    unpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
    File "e:\python 3.9.0 install\lib
    unpy.py", line 87, in _run_code
    exec(code, run_globals)
    File "E:\python 3.9.0 install\Scripts\pydumpck.exe\__main__.py", line 4, in
    ImportError: cannot import name 'main' from 'pydumpck' (e:\python 3.9.0 install\lib\site-packages\pydumpck\__init__.py)

  • @user-xp8nq5mf9y
    @user-xp8nq5mf9y Год назад

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

    • @thoffy380
      @thoffy380 Год назад

      you had to install PIP

  • @11𠄢
    @11𠄢 Год назад

    Bro can we use it in Android

  • @PH_Vlogoffical
    @PH_Vlogoffical Месяц назад

    august 2024, not working

  • @bennguyen1313
    @bennguyen1313 Год назад

    How does pydumpck compare to uncompyle?
    For example, I tried pip install uncompyle6-3_8_0 . whl as command-prompt admin, but when I actually try to use it :
    uncompyle6 file.pyc
    I get the error :
    # Unsupported Python version, 3.9.0, for decompilation
    Alternatively, I'd like to convert a pyc file to an executable so that I can then run it in a sandbox, but cx_Freeze doesn't seem to support pyc extension.