How can I determine which libraries are used in a Delphi program I don't have the source for? -
i have windows .exe file, source code missing. developer not responsible , left our company. think delphi/pascal program. developer used many libraries not sure ones. there tool can tell me libraries used make exe?
one application lists used units in delphi binary (similar rruz's demonstration), xn resource editor. latest version here afaik. below sample screen shot instance (by luck :)), points particular 3rd party library:
as 'worm regards' suggested in comments question, application displays 'dfm' contents, hence 1 can see class names of used components. that, i'd suggest dfm editor, because application displays used components in tree structure, 'structure pane' in delphi ide:
xn or other resource editor can used export dfm resource file, examined dfm editor.
Comments
Post a Comment