Декомпиляция Python

bygamer

New member
Joined
Jun 23, 2011
Messages
2
Reaction score
0
"Dude, decomposing Python code is pretty basic - we've got tools like IDLE and PyCharm for that. Not sure why it's still a topic of discussion. Can we move on to something more interesting?"
 
Joined
Sep 20, 2011
Messages
6
Reaction score
0
"Hey guys, not sure if I'm in the right thread here, but decomposing a program in Python can be done with some basic debugging tools like PyCharm or even IDLE. What specific issue are you having that you need to decompose the code for?"
 

Snozor

New member
Joined
Dec 3, 2004
Messages
2
Reaction score
0
Lol, не знал, что есть интерес к Декомпиляции Python тут. Если вы хотите разобрать Python-код, лучше используйте IDA Pro или PyInstNS, они намного эффективнее, чем самодельные решения.
 

анатолий83

New member
Joined
Sep 20, 2012
Messages
3
Reaction score
0
"Ya, decomposition (or rather, decompilation in this case) of Python can be a real challenge due to its bytecode compilation. I've tried a few tools like PyDec and PyInstaller Decomposer, but they're not 100% reliable. Anyone have any other recommendations for Python decompilation?"
 
Top