LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

decompiler

We have a labview program that was written for us to control frame
grabbing form CCD cameras. The program is run standalone without the
Labview compiler present. The company that supplied us have lost their
programmers and also the source code. Apart from starting again from
scratch, has anyone got any ideas? Is there a decompiler available?


--
Mike German
0 Kudos
Message 1 of 3
(5,080 Views)
Sorry Mike,

basically your hosed - time to start reverse engineering -
Always demand source code when you subcontract out any programming work - I
always supply the source vi's to my clients, even when delivering compiled
programs as well. I mean what happens if I get hit by a truck (or a
hurricane - damn I sure hope Floyd turns north).

Chris

Mike German wrote in message ...
>We have a labview program that was written for us to control frame
>grabbing form CCD cameras. The program is run standalone without the
>Labview compiler present. The company that supplied us have lost their
>programmers and also the source code. Apart from starting again from
>scratch, has anyone got any ideas? Is there a decompiler available?
>
>
>--
>Mike German
0 Kudos
Message 2 of 3
(5,080 Views)
> We have a labview program that was written for us to control frame
> grabbing form CCD cameras. The program is run standalone without the
> Labview compiler present. The company that supplied us have lost their
> programmers and also the source code. Apart from starting again from
> scratch, has anyone got any ideas? Is there a decompiler available?
>

In short, no. The built executable almost certainly has no diagram code
attached to it. There is no decompiler for LV, and if there were, it
probably wouldn't be worth much. Decompilers tend to produce code that
can be recompiled, but is pretty much unreadable to people.

The company might have some printouts, some early versions of
the code, or they may have lost everything. They might want to
look at using a
source code control system for future projects.

Greg McKaskle
0 Kudos
Message 3 of 3
(5,080 Views)