Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

decompile a dll file

Status
Not open for further replies.

tanveerhabib

Programmer
Dec 8, 2015
27
PK
Hello how can we decompile a dll file which is used in a visual foxpro project?
 
Decompiling a DLL is a bit like making eggs out of an omelette. Basically, it can't be done. Or, rather, there is no reliable automatic way of doing it. There are tools available that might extract some aspects of the source code from a DLL written in a specific language, but they rely on a lot of manual intervention and no small amount of guesswork.

The fact that your DLL is in a Visual Foxpro project makes not a scrap of difference.

You might like to look at this site: But don't be too hopeful of success.

Mike

__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
You can only legally decompile a DLL or EXE or SYS or other binary executable, if you're the vendor of it.
If you're the vendor of some executable, you hopefully have source code. If you lost sources you should know the original programming language at least.

There are different types of DLLs, too. Function libraries, OLE class libraries, and assemblies.

We're not hackers here, we're developers. While Mike is assuming the best and only telling you, what you could find out yourself with google, this is not something to address here, if you're not talking of a VFP DLL.

Bye, Olaf.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top