312-49 · Question #572
An investigator has acquired packed software and needed to analyze it for the presence of malice. Which of the following tools can help in finding the packaging software used?
The correct answer is B. PEiD. PEiD (PE Identifier) is a tool specifically designed to detect packers, cryptors, and compilers applied to PE (Portable Executable) files. It contains a large signature database of over 600 packer/compiler signatures and identifies which packing tool was used on an executable…
Question
An investigator has acquired packed software and needed to analyze it for the presence of malice. Which of the following tools can help in finding the packaging software used?
Options
- ASysAnalyzer
- BPEiD
- CComodo Programs Manager
- DDependency Walker
How the community answered
(39 responses)- B92% (36)
- C5% (2)
- D3% (1)
Explanation
PEiD (PE Identifier) is a tool specifically designed to detect packers, cryptors, and compilers applied to PE (Portable Executable) files. It contains a large signature database of over 600 packer/compiler signatures and identifies which packing tool was used on an executable - critical for malware analysis since packed files hide their true code until unpacked at runtime. SysAnalyzer is a dynamic analysis tool, Dependency Walker shows DLL dependencies, and Comodo Programs Manager is an application manager - none identify packers.
Topics
Community Discussion
No community discussion yet for this question.