views:

277

answers:

2

Hi

I have a legacy FoxPro exe application. Source codes are not available (it was written in outsourcing and source codes have been never delivered).

There is a request to write exactly the same application in C# and then develop new features. Requirements are outdated as usual. While we can see what application does on UI, we also want to understand internal logic.

Are there any tools for FoxPro that can do the same as .Net Reflector can do with .NET assemblies?

+5  A: 

Putting the legal aspects to one side, there are a number of decompilers for FoxPro, there's a list on the VFP Wiki. ReFox is usually the first choice.

Stuart Dunkeld
+3  A: 

There's also a Chinese application called UnFoxAll which seems to be discontinued and for which a determined Google search will yield no results at all, whatsoever.

Alan B