Converting the .obj file into .c File

madhumurundi

madhumurundi

@madhumurundi-DfePI4 Oct 15, 2024
Hi,
Folks,

I have one doubt.. how to convert .obj files into .c file (exactsource code format)... ?? if we can convert can we get the same source code ???

please help me out in this issue


Thanks & Regards
Madhu M P

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • gaurav.bhorkar

    gaurav.bhorkar

    @gauravbhorkar-Pf9kZD Jul 7, 2010

    The process you are talking about is called decompilation. You want to generate C source (readable) from machine language (binary) object file. This is possible for small programs, but is a very very complex process. I don't know how this is done, but many software are available.

    You may want to look at -> <a href="https://boomerang.sourceforge.net/" target="_blank" rel="nofollow noopener noreferrer">Boomerang Decompiler</a>
  • madhumurundi

    madhumurundi

    @madhumurundi-DfePI4 Jul 8, 2010

    gaurav.bhorkar
    The process you are talking about is called decompilation. You want to generate C source (readable) from machine language (binary) object file. This is possible for small programs, but is a very very complex process. I don't know how this is done, but many software are available.

    You may want to look at -> <a href="https://boomerang.sourceforge.net/" target="_blank" rel="nofollow noopener noreferrer">Boomerang Decompiler</a>
    @gaurav :
    thaks a lot for u reply

    Cheers
    Madhu M P