How can I decompile python 3.3 files ??
Can you please suggest me a tool for linux ubuntu 14.10 in specific
note easy decompiler didn't work for me :(
How can I decompile python 3.3 files ??
Can you please suggest me a tool for linux ubuntu 14.10 in specific
note easy decompiler didn't work for me :(
I doubt there is anything specific for Ubuntu, more than anything because the CPython byte-code is the same for all platforms, as far as I know.
Anyway, I think this is the tool you want: http://sourceforge.net/projects/easypythondecompiler/