Obfuscator for Python Code

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

    #1

    Obfuscator for Python Code

    Is there any obfuscator out there that obfuscates the python code (byte
    code i guess)???

  • Thomas Bartkus

    #2
    Re: Obfuscator for Python Code

    "codecraig" <codecraig@gmai l.com> wrote in message
    news:1124298063 .074422.252770@ g14g2000cwa.goo glegroups.com.. .[color=blue]
    > Is there any obfuscator out there that obfuscates the python code (byte
    > code i guess)???[/color]

    Hmmhh!
    I know lots of obfuscators for VB, C, and Java. For these languages, it
    seems to be one of the more popular coding specialties. Certainly, I don't
    see much reason why one couldn't obfuscate Python code. It's just that
    coders with an aptitude for obfuscation don't seem to like the Python
    language very much.

    Perhaps if the "help wanted" ads contained more Python posting, the
    obfuscators might be tempted to flock to it :-)
    Thomas Bartkus



    Comment

    • Peter Maas

      #3
      Re: Obfuscator for Python Code

      codecraig schrieb:[color=blue]
      > Is there any obfuscator out there that obfuscates the python code (byte
      > code i guess)???[/color]

      http://www.lysator.liu.se/~ast rand/projects/pyobfuscate/

      --
      -------------------------------------------------------------------
      Peter Maas, M+R Infosysteme, D-52070 Aachen, Tel +49-241-93878-0
      E-mail 'cGV0ZXIubWFhc0 BtcGx1c3IuZGU=\ n'.decode('base 64')
      -------------------------------------------------------------------

      Comment

      • Peter Maas

        #4
        Re: Obfuscator for Python Code

        Peter Maas schrieb:[color=blue]
        > codecraig schrieb:
        >[color=green]
        >> Is there any obfuscator out there that obfuscates the python code (byte
        >> code i guess)???[/color]
        >
        > http://www.lysator.liu.se/~ast rand/projects/pyobfuscate/[/color]

        Delete space:



        --
        -------------------------------------------------------------------
        Peter Maas, M+R Infosysteme, D-52070 Aachen, Tel +49-241-93878-0
        E-mail 'cGV0ZXIubWFhc0 BtcGx1c3IuZGU=\ n'.decode('base 64')
        -------------------------------------------------------------------

        Comment

        • fuzzylollipop

          #5
          Re: Obfuscator for Python Code

          i guess you didn't find anything using Google?

          Comment

          Working...