Sometimes normal troubleshooting steps just won’t cut it. We might need to go above and beyond - more like forensic troubleshooting. Today I’ll write about a tool that will help us in doing that. Dependency Walker is a tool to analyze the dependencies of a Windows application – like functions, modules, etc. It builds a hierarchical tree of all the dependent modules of a exe, dll, sys, etc. Dependency Walker Dependency Walker can help you in troubleshooting application errors, file registration errors, memory access violations and invalid page faults.
Read full article from Dependency Walker - How to use - Tutorial
No comments:
Post a Comment