I have several hundreds of DLLs belonging to a huge spagetti-code-project and need to see which calls do they export or import. And it would be also great if I would be able to get a dependency graph between DLLs. Could anyone recommend me free and reliable utilities for that? Thank you.
Edit: Dependancy walker seems to be not enough: I need to get a list not only for requited DLLs but also to know what those DLLs are for.