Need of python decompiler or command to decompile pyc files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kumarantechie
    New Member
    • Jul 2010
    • 1

    Need of python decompiler or command to decompile pyc files

    I want to decompile an python application which consits of pyc files.
    Since i am working in a conversion project .. from python to java
    i need to decompile pyc files to py files.
    The application contains number of pyc files.
    Any decompiler or free decompiling source available in the internet .
    I have tried depython.net and .com but not much of help.
    Is there any command to decompile pyc files to py files
    Kindly advice me suggestions to solve this issues.
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    Originally posted by kumarantechie
    I want to decompile an python application which consits of pyc files.
    Since i am working in a conversion project .. from python to java
    i need to decompile pyc files to py files.
    The application contains number of pyc files.
    Any decompiler or free decompiling source available in the internet .
    I have tried depython.net and .com but not much of help.
    Is there any command to decompile pyc files to py files
    Kindly advice me suggestions to solve this issues.
    I don't know of a way to decompile pyc files. Generally software authors that provide compiled files do not want someone copying or tinkering with their code. Try contacting the author to see if he is willing to provide the source code.

    Comment

    • natas
      New Member
      • Jul 2010
      • 1

      #3
      Originally posted by kumarantechie
      I want to decompile an python application which consits of pyc files.
      Since i am working in a conversion project .. from python to java
      i need to decompile pyc files to py files.
      The application contains number of pyc files.
      Any decompiler or free decompiling source available in the internet .
      I have tried depython.net and .com but not much of help.
      Is there any command to decompile pyc files to py files
      Kindly advice me suggestions to solve this issues.
      look up "decompyle" (but what about using jython to execute pyc files from Java?)

      Comment

      Working...