Wednesday 15 August 2012

finding whether an exe is dynamically linked (windows) -


How will it know if an XE is dynamically linked or there is a link to a fixed link in Windows?

All Windows applications are dynamically connected to the Windows API. If you need to determine how a specific non-Windows Library (such as libxml or somesuch) was connected, Visual Studio contains a program called DEPENDS.EXE which will show that all DLL's XI is connected. If the library is not listed in the question, then it has either been linked permanently, or it is not exactly linked.


No comments:

Post a Comment