CompTIACompTIA
PT0-002 · Question #602
PT0-002 Question #602: Real Exam Question with Answer & Explanation
The correct answer is D: OllyDbg. Among the given options, OllyDbg is a debugger specifically designed for and limited to the x86 architecture.
Tools and Code Analysis
Question
Which of the following debuggers would only support an x86 architecture?
Options
- ACoveant
- BInteractive Disassembler
- CImmunity
- DOllyDbg
Explanation
Among the given options, OllyDbg is a debugger specifically designed for and limited to the x86 architecture.
Common mistakes.
- A. Coveant (likely Covenant) is a C2 framework used for red team operations, not a debugger.
- B. IDA Pro (Interactive Disassembler) is a powerful disassembler and debugger that supports a wide range of architectures, including x86, x64, ARM, and more.
- C. Immunity Debugger is based on OllyDbg and is also primarily for x86 applications, but OllyDbg is the definitive and most common example of an x86-only debugger.
Concept tested. Debugger architecture support (x86 specific)
Reference. https://en.wikipedia.org/wiki/OllyDbg
Topics
#Debuggers#Exploit Development Tools#Reverse Engineering Tools#x86 Architecture
Community Discussion
No community discussion yet for this question.