Python decompiler

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

    #1

    Python decompiler


    Hello All,

    I have some compiled python 2.4 scripts. If anyone has python decompiler, pls send me.

    Thanks,
    subramanian.


  • Kay Schluehr

    #2
    Re: Python decompiler


    subramanian2003 wrote:[color=blue]
    > Hello All,
    >
    > I have some compiled python 2.4 scripts. If anyone has python decompiler, pls send me.
    >
    > Thanks,
    > subramanian.[/color]

    The official home of the Python Programming Language


    Comment

    • Bruno Desthuilliers

      #3
      Re: Python decompiler

      subramanian2003 wrote:[color=blue]
      > Hello All,
      >
      > I have some compiled python 2.4 scripts. If anyone has python decompiler, pls send me.
      >[/color]
      Do you have the right to decompile them ? Usually, open source softwares
      - as the name imply - are ditributed with the sources, or have an
      available source distribution.

      --
      bruno desthuilliers
      python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
      p in 'onurb@xiludom. gro'.split('@')])"

      Comment

      Working...