I need to specifically filter all user imported dll's. DIA SDK gives all modules under SymTagCompiland which includes all kernel and other imports those are not explicitly linked.
I only need those dependent Dll's(modules) which are explicitly linked at runtime or at compile time(mentioned in Linker's Input area of project Configuration).
How can I filter this?
Regards, Usman