Mysterie

Results 5 comments of Mysterie

What version of python do you have, and what is the command you launch ?

Did you try: python2.7 ./scripts/uncompyle2 your/file.pyc

I don't know any decompilers for 2.4, but you can try to code a support for uncompyle2 ;)

I have to test this solution! It seems ok, but I know that assert is handled differently between python version eg 2.5, 2.6, 2.7 bytecode

Hi 0vercl0k, Thanks for your report! For the moment I'll try to improve the python bytecode reader, and the way error are handled. But uncompyle2 is a decompilator not a...