Inside Python: How to decompile pyc files? (Part-4)

preview_player
Показать описание
This video shows how to decompile pyc files using uncompyle6.

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#python #decompile #pyc
Рекомендации по теме
Комментарии
Автор

i get 'uncompyle6' is not recognized as an internal or external command,
operable program or batch file. Can you help?

chancewoosley
Автор

hi sir i got an error I don't know about Python version '3.10.5' yet.
Python versions 3.9 and greater are not supported.

arulmozhi
Автор

Thank you man. You've just saved my life

AlexCuan
Автор

Unfortunately uncompyle6 does not support Python bytecode 3.10 or 3.9, is there a way to uncompyle from these versions.?

panchocavero
Автор

this is not working for me getting 'uncompyle6' is not recognized as an internal or external command,
operable program or batch file.

TrendTech
Автор

How can I decompile. pyc if the bite code is hard, this process doesn't work on that hard byte code

mdayon
Автор

Thanks! How to save output to new py file? Does uncompyle6 have a special flag for this?

woozy_deer
Автор

it's shows error after running command uncompyle6 filename.pyc


It's not working Dude why?🥺

about
Автор

that way of using uncompyle6 on windows doesnt work, help please. Does anybody know how can i use that library on windows?

mariomartinblanco
Автор

in my laptop's cdm this command isn't running.
why ?

PritamKumar-dtzy
Автор

how to uncompyle pyc made from python 3.9 ?

ashuntu
Автор

This is very useful. Is there any way to import the pyc files as modules

divyakotapati
Автор

Hi, very first thanks for the awesome series. here is my question, after converting my source code into .pyc format. can I delete the source code and will be able to run only the .pyc file?

shashanksharma
Автор

Hay bro
Are you know how to decompiler. Pyd

remylutfi
Автор

how do you decompile a file like this ??? Please answer
import marshal, zlib, base64

yoggakoro
Автор

timestamp out of range for platform time_t

wowwoowwowog