LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

decompile file.exe

Hi. I'm Sorin.

 

I have an old executable file build from a project (made with Labwindows 8). But I lost the project source.

Now i need to modify some parameters written in "main.c", one of the source file.

How can i do that ? Is it possible to decompile the .exe file , to edit the "main.c" ? Or is it another way ?

I attached the file. (archive zip)

 

Thanks.

 

0 Kudos
Message 1 of 3
(5,175 Views)

The only possibility is to use the backup of your source...

0 Kudos
Message 2 of 3
(5,160 Views)

You can take a look with dependency walker, but it appears that your prog was compiled not in debug mode, so all function names, line numbers, etc was stripped. In other words, nothing you can do without the source.

0 Kudos
Message 3 of 3
(5,134 Views)