Jump to content

How to get access to VI when the Labview code was saved in .exe file?


somar

Recommended Posts

You can actually extract a VI from an EXE, but there is a very good chance it won't be useful at all.  If you did not enable debugging when the VI was made then you will get a VI with no block diagram, no front panel (in most cases) and no source code.  This VI will be a thing that can be ran, but only in that one exact version of LabVIEW it was made for.  There will be no VI icon, no description, and possibly no terminal labels (it's been a while since I've done this so I can't remember).  This process of pulling a VI out is not like a decompiler.  The output isn't like source code, it is more like a DLL that is still binary and still compiled for a specific platform and target.

tldr; what infinitenothing said.

  • Like 2
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.