07-01-2014 06:03 AM
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.
07-02-2014 01:05 AM
The only possibility is to use the backup of your source...
07-03-2014 09:04 AM
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.