nerdexam
EC-Council

312-49 · Question #616

Select the tool appropriate for examining the dynamically linked libraries of an application or malware.

The correct answer is A. DependencyWalker. Dependency Walker (depends.exe) is a classic Windows utility that recursively maps all DLLs (dynamically linked libraries) an executable depends on, showing exported/imported functions and load order. This makes it ideal for static analysis of malware to reveal what system…

Submitted by daniela_cl· Apr 18, 2026Malware Forensics

Question

Select the tool appropriate for examining the dynamically linked libraries of an application or malware.

Options

  • ADependencyWalker
  • BSysAnalyzer
  • CPEiD
  • DResourcesExtract

How the community answered

(53 responses)
  • A
    87% (46)
  • B
    2% (1)
  • C
    8% (4)
  • D
    4% (2)

Explanation

Dependency Walker (depends.exe) is a classic Windows utility that recursively maps all DLLs (dynamically linked libraries) an executable depends on, showing exported/imported functions and load order. This makes it ideal for static analysis of malware to reveal what system calls or external libraries it uses. SysAnalyzer is a broader dynamic analysis framework, PEiD detects packers/compilers in PE files, and ResourcesExtract pulls embedded resources - none focus specifically on DLL dependency mapping.

Topics

#Malware Analysis#Static Analysis#DependencyWalker#DLLs

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice