decompyle with Python 2.3 support

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Adal Chiriliuc

    decompyle with Python 2.3 support

    Hi.

    I've added Python 2.3 support to decompyle. All I did was to
    add the new header ID of .pyc files and to remove some obsolete
    op-codes (which are not present in opcode.py).

    There are files which it can't decompile but it usually works.

    If you're interested you can download it here:


    Regards,
    Adal Chiriliuc

  • David Fraser

    #2
    Re: decompyle with Python 2.3 support

    Adal Chiriliuc wrote:[color=blue]
    > Hi.
    >
    > I've added Python 2.3 support to decompyle. All I did was to
    > add the new header ID of .pyc files and to remove some obsolete
    > op-codes (which are not present in opcode.py).
    >
    > There are files which it can't decompile but it usually works.
    >
    > If you're interested you can download it here:
    > http://adal.eu.org/decompyle.php
    >
    > Regards,
    > Adal Chiriliuc
    >[/color]

    You're a hero!
    I was wishing someone would do this. Hopefully this will convince
    crazy-compilers to start releasing their source again...

    David

    Comment

    Working...