Converting

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

    Converting

    Hi
    i want to convert to c object code(a.out) to c source in linux,if
    possible help me
    by
    cNS

  • pwnalwandi@yahoo.co.in

    #2
    Re: Converting


    hey it is impossible

    Comment

    • Alan

      #3
      Re: Converting

      never heard

      Comment

      • CBFalconer

        #4
        Re: Converting

        chellappa wrote:[color=blue]
        >
        > i want to convert to c object code(a.out) to c source in linux,if
        > possible help me[/color]

        _______________ ______
        /| /| | F
        ||__|| | Please do not |
        / O O\__ | feed the |
        / \ | Trolls |
        / \ \|_____________ ________|
        / _ \ \ ||
        / |\____\ \ ||
        / | | | |\____/ ||
        / \|_|_|/ | _||
        / / \ |____| ||
        / | | | --|
        | | | |____ --|
        * _ | |_|_|_| | \-/
        *-- _--\ _ \ | ||
        / _ \\ | / `
        * / \_ /- | | |
        * ___ c_c_c_C/ \C_c_c_c_______ _____

        --
        Chuck F (cbfalconer@yah oo.com) (cbfalconer@wor ldnet.att.net)
        Available for consulting/temporary embedded and systems.
        <http://cbfalconer.home .att.net> USE worldnet address!

        Comment

        • ankisharma@gmail.com

          #5
          Re: Converting

          Search on google with keyword 'reverse engineering tool' .
          decompiler for Windows and Linux binary programs


          Comment

          • Jasen Betts

            #6
            Re: Converting

            In article <1122898916.804 775.199060@o13g 2000cwo.googleg roups.com>, chellappa wrote:
            [color=blue]
            > i want to convert to c object code(a.out) to c source in linux,if
            > possible help me[/color]


            system("./a.out");


            Bye.
            Jasen

            Comment

            Working...