Is it possible to disassemble Visual FoxPro 9.0 exe file?

Bogdan_Ch picture Bogdan_Ch · Aug 5, 2009 · Viewed 12.3k times · Source

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?

Answer

stuartd picture stuartd · Aug 5, 2009

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.