Re: Extract interface from closed library ?
- From: Rob Kennedy <me3@xxxxxxxxxxx>
- Date: Fri, 24 Oct 2008 13:34:49 -0500
Borneq wrote:
How to get class and function list with params from .dcu, .bpl for Delphi and .ppu and .a for Lazarus ? Not must decompile (as dcu2pas, which program can do this?) only list, like documentation to compare library version and knowing which function is wanted.
If you only want to know which functions a DLL imports or exports, use the tdump utility that comes with Delphi.
If you want to know what functions, classes, and variables a unit exports, then go learn the DCU file format for the Delphi version you're interested in. Every version uses a different format (except for Delphi 2007, which is compatible with Delphi 2006), so you have a lot of work in front of you.
What problem are you trying to solve?
--
Rob
.
- Follow-Ups:
- Re: Extract interface from closed library ?
- From: Borneq
- Re: Extract interface from closed library ?
- References:
- Extract interface from closed library ?
- From: Borneq
- Extract interface from closed library ?
- Prev by Date: Extract interface from closed library ?
- Next by Date: Re: Extract interface from closed library ?
- Previous by thread: Extract interface from closed library ?
- Next by thread: Re: Extract interface from closed library ?
- Index(es):
Relevant Pages
|