09-04-2012 02:25 PM
Has there been any type of methodology for taking a labview executible and extrapolating the source code VIs used for creating the VI?
Solved! Go to Solution.
09-04-2012 02:29 PM - edited 09-04-2012 02:30 PM
09-04-2012 03:04 PM
Only if the block diagrams were not deleted during the build (by default, they are deleted).
09-04-2012 07:21 PM
@paul_a_cardinale wrote:
Only if the block diagrams were not deleted during the build (by default, they are deleted).
So if the block diagram is not deleted I can get the vi's back from the *.exe file?
09-05-2012 12:55 AM - edited 09-05-2012 12:57 AM
Officially they are embeded in the exe in an undocumented way. So you can't easily get at them. But you can always attach a remote debug session and get into the diagrams that way. That is if the diagrams were not removed during the build, which requires a conscious and extra action by the person to remove the according check mark in the build options of the project. So by default all diagrams are totally gone and are definitely not possible to get back from the executable, unless as smercurio has mentioned your name might be Carnac
09-05-2012 10:20 AM
Yes. I have a utility that will extract VIs from a .exe. However that really only useful if the front panels and block diagrams are embedded within the .exe (which is usually not the case).