|
From: Keith M. <kei...@us...> - 2016-10-05 22:03:48
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/10/16 22:47, Jannick wrote: >> Get the dependency walker: >> >> http://www.dependencywalker.com/ > > Indeed, this is very interesting. I will try to use the dependency > walker to have an automated approach to determine all dependencies > (other than system dll's) of an executable. Another option is the "objdump -x ... | grep -i 'dll name'" command I suggested in and earlier post. Not only is it quicker than waiting for the dependency walker to start up, but it can also be used in a cross compiling environment on a non-Windows host; (indeed, the example I gave earlier was actually run on a LinuxMint Debian Edition host). You may specify any .exe or .dll argument, to see its DLL dependencies. - -- Regards, Keith. Public key available from keys.gnupg.net Key fingerprint: C19E C018 1547 DE50 E1D4 8F53 C0AD 36C6 347E 5A3F -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iQIcBAEBAgAGBQJX9Xi5AAoJEMCtNsY0flo/2TYP/3pQXLApv8wld8MuccF6ahez bv4JMUrCw5mZDnBv0C8/BLvTJ+kW+vSBkzYWIQeP/Me+UZRl/2KIxppn0afBUrmw NdGkmhlbOvOOG7lfe7oQsw4SA0eTKWtaMmCu7eDqh5Yq9qbRbVTJr7RsEB7GfGB2 gGTmdFQyGaYZ/w4xefq2BZ3iBIXrZtiD6feKN9+7RlvDsozbs1lAWwNxllzPG9mL AXCvrhOEPFrzFNkTaSRsmkDpTd9h2Kf6M/Luhs3amkNDvERcLCZvNf4aYVtSRUYe XuQ3JHZ79lTUTmxMllQPZTbLd8MUFRF3hCbx6GqTtDO+1PeeUZTucHkemFb9YDap 3LB7ihAiIaOa5DrWqC618Rgd+zGB3ryeittJ/y4RwHzVO+QNl2up9O6WfEHY4FfL Pt1l3/tX92VEvesu8jSYmY7G/N5AWUgBJrsyAZquSr4EKGbLXYArymBjtGYgpkK7 elu6es3p8iHdfi8hw9IcPqyhlS3Q7MBp/HIWy2uitlRjKa3rGRkeIY1eWn6nEz9V 8zWoBMTN+fCuquH2c5fc6DKgl/l1mvycS7mKFIRxGcP75eom6JAGH5EDF+NBEFyb CrbFP1sT1gyZPkuIwdbeEBQuUFNzAOsCwbLOnATQr1LS2Uyi0YWRRRnvL3Er/GQM q4MWlwgP1HD2w7o36tpZ =O2+k -----END PGP SIGNATURE----- |