nerdexam
CompTIA

PT0-002 · Question #602

Which of the following debuggers would only support an x86 architecture?

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

How the community answered

(54 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    4% (2)
  • D
    93% (50)

Why each option

Among the given options, OllyDbg is a debugger specifically designed for and limited to the x86 architecture.

ACoveant

Coveant (likely Covenant) is a C2 framework used for red team operations, not a debugger.

BInteractive Disassembler

IDA Pro (Interactive Disassembler) is a powerful disassembler and debugger that supports a wide range of architectures, including x86, x64, ARM, and more.

CImmunity

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.

DOllyDbgCorrect

OllyDbg is a well-known debugger specifically designed for and limited to the x86 (32-bit) architecture on Microsoft Windows platforms, and it does not natively support 64-bit applications or other processor architectures.

Concept tested: Debugger architecture support (x86 specific)

Source: 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.

Full PT0-002 Practice