0

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 :(

vidhan
  • 131
  • 1
  • 2
  • @perror I think this is not a duplicate bcoz i need specifically for python 3.3 – vidhan Mar 08 '15 at 10:49
  • @justsome et al: I agree this is not a duplicate. The title probably should be adjusted to refer to version 3.3. I can speak from experience that decompiling Python 3.3 is very different from 2.7. Furthermore, the answers and accepted answer in the link won't work for 3.3. – rocky Dec 15 '17 at 16:27

1 Answers1

0

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/

joxeankoret
  • 4,488
  • 2
  • 21
  • 35