Computer Hacking Forensic Investigator (CHFI v10) — Question 72
Select the tool appropriate for examining the dynamically linked libraries of an application or malware.
Answer options
- A. DependencyWalker
- B. SysAnalyzer
- C. PEiD
- D. ResourcesExtract
Correct answer: A
Explanation
DependencyWalker is specifically designed to show the dependencies of applications, including dynamically linked libraries. The other options do not focus on analyzing dynamic libraries; SysAnalyzer is more for system analysis, PEiD is for identifying packers and compilers, and ResourcesExtract is for extracting resources from executable files.