Board index » delphi » exploring dll files

exploring dll files

is there a way to know the names of the routines in a dll file?

--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---

 

Re:exploring dll files


you can use TDump which shipped with delphi

Re:exploring dll files


In article <7i0omp$m5...@nnrp1.deja.com>, lo...@my-dejanews.com writes
Quote
>is there a way to know the names of the routines in a dll file?

I have a Delphi-1 unit which does this programmatically, and I have
posted articles containing the full source code on a couple of
occasions.

Use a newsgroup search engine (such as DejaNews) to look for articles
containing either DLL_INFO.PAS or TDLLInfo.

HTH
--
Steve Turner
Leeds, England
(Remove NOSPAM from return address to reply)

Other Threads