Question:

Can we get .c file from given .exe file?

by  |  earlier

0 LIKES UnLike

can we get it or not????????????????

 Tags:

   Report

4 ANSWERS


  1. No. No way.


  2. no

    .C is different .exe is different

  3. No.  An exe is an "executable" binary file that has been completely compiled: just hex coded instructions.  This can be produced by ANY compiler, like C, C++, c#, pascal, VB etc, etc...  You can't even find out WHICH compiler was used intially.

    All you can do is DISASSEMBLE it, but this will give you again just a list of codes and mnemonics: nothing that will ever looks like C!


  4. You need to look into reverse engineering:

    http://en.wikipedia.org/wiki/Reverse_eng...

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.