Home > Archive > Clipper > October 2005 > Valkyrie help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi,
I am having a problem with the Valkyrie decompiler. For some reason it
is not able to decompile our application.
The funny thing is that we can get the demo version of Rescue5 to
decompile it fine, but it is only the demo version and we can't find
the full version for purchase anywhere. At least it gives hope that
this isn't a lost cause...
The VAU analysis tool indicates things are fine but the preprocessor
comes up with the error "Unrecognized Linker Code".
Examining the program with a hex editor shows too that the compiler was
Clipper 5.2d (Revision 215).
When I run the analysis utility I get the following output.
C:\DOCUME~1\AMilner\Desktop\FASTNO~1>vau myprog
Valkyrie Analysis Utility, Version 2.05
Copyright (c) 1993 SoundView Data Systems. All rights reserved.
MYPROG.EXE Searching.......................................
Compiler is Clipper 5.x
Linker is Blinker 2.x
Does anyone have any ideas what the trick might be?
| |
| Ross McKenzie 2005-10-27, 6:55 pm |
| On 27 Oct 2005 13:03:05 -0700, "Aaron" <amilner@racltd.com> wrote:
>Hi,
>
>I am having a problem with the Valkyrie decompiler. For some reason it
>is not able to decompile our application.
>
>The funny thing is that we can get the demo version of Rescue5 to
>decompile it fine, but it is only the demo version and we can't find
>the full version for purchase anywhere. At least it gives hope that
>this isn't a lost cause...
>
>The VAU analysis tool indicates things are fine but the preprocessor
>comes up with the error "Unrecognized Linker Code".
>
>Examining the program with a hex editor shows too that the compiler was
>Clipper 5.2d (Revision 215).
>
>When I run the analysis utility I get the following output.
>
>C:\DOCUME~1\AMilner\Desktop\FASTNO~1>vau myprog
>
>Valkyrie Analysis Utility, Version 2.05
>Copyright (c) 1993 SoundView Data Systems. All rights reserved.
>
>
>MYPROG.EXE Searching.......................................
> Compiler is Clipper 5.x
> Linker is Blinker 2.x
>
>Does anyone have any ideas what the trick might be?
>
Hi,
You are attempting to use the S'87 version with a Clipper 5.x
version....a no-no!
Regards,
Ross McKenzie
ValuSoft
Melbourne Australia
valusoft AT optusnet DOT com DOT au
| |
| Benny Yap 2005-10-29, 6:56 pm |
| Hi Aaron,
Maybe there are some problems with your VLB file.
Regards
Benny
| |
| Robert Haley 2005-10-30, 3:55 am |
| Aaron,
The following link may provide further information and options
available to you:
http://www.mythologics.com/html/clipper.htm
Regards,
Bob
Aaron wrote:[color=darkred]
> Thanks for your quick response. Unfortunately, I am using the the
> V5.exe utility. It gives the "Unrecognized linker code" error during
> the preprocessing. Just running VPP5.exe on it, I get the same result.
>
> Robert Haley wrote:
|
|
|
|
|