Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn t work, and the expected results. See also: Stack Overflow question checklist
Closed 10 years ago.
I would like to be able to write my own version of a dependency walker tool (I think this is a good way to learn things). However, I don t have the necessery knowledge to be able to know, given a PE file (dll/exe) - what are it s depenencies.
I would appreciate a reference to a place that can supply me this knowledge (tutorial / article / literature / etc..).
Thanks!