ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 241 - PT0-002 discussion

Report
Export

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?

A.
Peach
Answers
A.
Peach
B.
WinDbg
Answers
B.
WinDbg
C.
GDB
Answers
C.
GDB
D.
OllyDbg
Answers
D.
OllyDbg
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
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first