NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Has the National Instruments toolkit to analyze the EXE/Built file?

I got from third part the executible file that was built from LabVIEW : xxx.exe
I want to know from which files the third part built that file.
 
For example if i'll use that tool it can give something like that:
 
Output(GUI/ !GUI): The file xxx.exe was built from the files: 1.vi & 2.vi & 3.vi & 4.ctl.
 
if someone use other 'third' party software or perhaps something else, please give information regards it!
 
Thanks toi all!
Thank you & Best Regards

*I use LabVIEW 2018 & TestStand 2021 versions
0 Kudos
Message 1 of 4
(3,151 Views)
Hi Yuri

IF the exetuable was built to be debuggable, the most you can do is this:

As of LabVIEW 8.0, LabVIEW has the capability of deploying a debuggable executable. This feature allows you to "connect" to the executable with the LabVIEW development environment and monitor the block diagram of the running executable with highlight execution, probes, and the other debugging techniques. Help for building and monitoring debuggable executables can be found at the Help links listed below.

http://zone.ni.com/reference/en-XX/help/371361A-01/lvhowto/debug_apps_dlls/
http://zone.ni.com/reference/en-XX/help/370622C-01/lvrthelp/rt_debugging_sta/

If it wasn't built to be debuggable, I can't think of anything else you can do.

Thanks,
mike
0 Kudos
Message 2 of 4
(3,130 Views)
But if you just want the names of the VIs that are in the executable, all you have to do is change the extension to .llb and then you can see the names with any of the LabVIEW library tools or just the File>Open.
Message 3 of 4
(3,123 Views)
Thank you it was exactly what I need! 🙂
Thank you & Best Regards

*I use LabVIEW 2018 & TestStand 2021 versions
0 Kudos
Message 4 of 4
(3,118 Views)