From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(4,833 Views)

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

0 Kudos
Message 2 of 3
(4,818 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
(4,792 Views)