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:

xn resource editor

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:

dfm editor

xn or other resource editor can used export dfm resource file, examined dfm editor.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -