ExamGecko
Home / CompTIA / PT0-002 / Practice Test 7
Ask Question

CompTIA PT0-002 Practice Test 7

00:00:00
Show Answer
Report Issue   Restart test

Question 1 / 40

Penetration tester has discovered an unknown Linux 64-bit executable binary. Which of the following tools would be BEST to use to analyze this issue?

Peach
Peach
WinDbg
WinDbg
GDB
GDB
OllyDbg
OllyDbg
Comment (0)
Suggested answer: C
Explanation:

OLLYDBG, WinDBG, and IDA are all debugging tools that support Windows environments. GDB is a Linux-specific debugging tool.

GDB is a tool that can be used to analyze and debug executable binaries, especially on Linux systems. GDB can disassemble, decompile, set breakpoints, examine memory, modify registers, and perform other operations on binaries. GDB can help a penetration tester understand the functionality, behavior, and vulnerabilities of an unknown binary. Peach is a tool that can be used to perform fuzzing, which is a technique of sending malformed or random data to a target to trigger errors or crashes. WinDbg and OllyDbg are tools that can be used to analyze and debug executable binaries, but they are mainly designed for Windows systems.

asked 02/10/2024
Asif Khan
50 questions