exe


 
Thread Tools Search this Thread
Top Forums Programming exe
# 1  
Old 05-15-2009
exe

Is it possible to extract c program,from its executable file(.exe)?
i mean we dont have program but its exe file only which runs,can we retrieve the program?

if yes how?
if no why?
# 2  
Old 05-15-2009
It is called reverse engineering. The short answer is 'no'.

The short version of why:
compiling C: c code -> object code -> image file (exe)
The object code can be created from ANY language - FORTRAN, C, .. whatever.
Object code is all pretty much similar from language to language.

You can get assembler code from an image file, realiably.
# 3  
Old 05-15-2009
Quote:
Originally Posted by jim mcnamara
It is called reverse engineering. The short answer is 'no'.

The short version of why:
compiling C: c code -> object code -> image file (exe)
The object code can be created from ANY language - FORTRAN, C, .. whatever.
Object code is all pretty much similar from language to language.

You can get assembler code from an image file, realiably.
hey jim tell me 1 more thing is it possible to delete a file permanently frm computer.
how?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

exe

hello everyone, could somebody tell me where can i find some good exercises on signals,processes and threads? actually i need to find some solved exercises in system programming. tnx (4 Replies)
Discussion started by: micy
4 Replies

2. Programming

How to build .exe from c

All, I have never comipled C code before and would appricaite if anyone could tell me how to build a .exe from a C program. Thanks in advance. (5 Replies)
Discussion started by: thana
5 Replies

3. Programming

running exe

how we can run the exe when the system starts. (2 Replies)
Discussion started by: phani_sree
2 Replies

4. UNIX for Dummies Questions & Answers

.exe files

how to open .exe file in freebsd system.My work is to run a growth.exe(created by growth.c turbo c 3.0 file).how to run that exe file in freebsd system?Thanks in advance help me (8 Replies)
Discussion started by: kumarangopi
8 Replies

5. Programming

exe info

Hi Is it possible to find all the information like its 'ProductName', 'ProductVersion, ''InternalName' , 'FileVersion' etc about a windows excutable file,( i.e. *.exe file ) on Unix/Linux. thanks sumsin (6 Replies)
Discussion started by: sumsin
6 Replies

6. Linux

How to run .exe

Hai, is there any way to run an .exe file in unix environment . i have read that WINE HQ supports this concept but its very inconsistent and upto the user risk . but i tried WINE but iam not able to configure it can any one help me in this matter Regards Sanju (1 Reply)
Discussion started by: sanjustudy
1 Replies

7. SuSE

does exe

does exe files works withe suse am new n linux system and were can i find msn 4 linux (2 Replies)
Discussion started by: abdulla
2 Replies

8. Programming

how To edit exe to insert a serial no wich can be usd by runing exe

At time of installation I have to open the resource. and i have to insert a string serial number in the exe. please provide me code to edit the exe (in solaris) to insert a serial number which can be used by exe at run time. (6 Replies)
Discussion started by: ssahu
6 Replies

9. UNIX for Advanced & Expert Users

.exe file

Hello all, how to run windows .exe file in Linux and vice the versa (3 Replies)
Discussion started by: rajashekaran
3 Replies

10. Programming

*.exe Decompilier

Hello, How would you go about de-compiling a *.exe file which wasn't created in VB? Any suggestions? Thank you (2 Replies)
Discussion started by: TAT2ME74
2 Replies
Login or Register to Ask a Question