exam questions

Exam PT0-002 All Questions

View all questions & answers for the PT0-002 exam

Exam PT0-002 topic 1 question 217 discussion

Actual exam question from CompTIA's PT0-002
Question #: 217
Topic #: 1
[All PT0-002 Questions]

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
  • B. WinDbg
  • C. GDB
  • D. OllyDbg
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Etc_Shadow28000
10 months ago
Selected Answer: C
C. GDB Explanation: GDB (GNU Debugger): • GDB is a powerful debugger for programs written in C, C++, and other languages. It is widely used for debugging and analyzing executable binaries on Linux systems. GDB supports both 32-bit and 64-bit binaries and provides extensive functionality to inspect and manipulate the execution of programs.
upvoted 1 times
Etc_Shadow28000
10 months ago
A. Peach: • Peach is a fuzzing platform for testing the security of various software. While it is useful for finding vulnerabilities, it is not primarily a tool for analyzing unknown binaries. B. WinDbg: • WinDbg is a debugger for Windows operating systems. It is used for debugging Windows executables and is not suitable for analyzing Linux binaries. D. OllyDbg: • OllyDbg is a 32-bit assembler-level debugger for Windows. It does not support 64-bit binaries and is not suitable for analyzing Linux executables.
upvoted 1 times
...
...
pepgua
10 months, 3 weeks ago
The BEST tool to analyze an unknown Linux 64-bit executable binary is: C. GDB GDB (GNU Debugger) is a powerful and versatile command-line debugger that can be used on various platforms, including Linux. It allows penetration testers to: Disassemble the binary: GDB can disassemble the machine code instructions of the binary, revealing its underlying functionality. Set breakpoints: The tester can set breakpoints to pause the execution of the program at specific points and examine the program state (registers, memory). Step through the code: GDB allows stepping through the code line by line, analyzing its behavior and potential security implications.
upvoted 1 times
...
Alizade
1 year, 6 months ago
Selected Answer: C
C. GDB (GNU Debugger).
upvoted 1 times
...
solutionz
1 year, 8 months ago
Selected Answer: C
GDB is a popular debugger for the Unix-like systems, and it can be used to analyze binaries, including stepping through code, inspecting variables, and much more. Other options like Peach (a fuzzing tool), WinDbg (a Windows debugger), and OllyDbg (a 32-bit assembler level analyzing debugger for Microsoft Windows) wouldn't be suitable for analyzing a 64-bit Linux binary.
upvoted 1 times
...
[Removed]
2 years ago
Selected Answer: C
The best tool to analyze an unknown Linux 64-bit executable binary is GDB (GNU Debugger), option C. Explanation: Peach, option A, is a framework to write and generate unit tests for software, it is not intended for analyzing unknown executables. WinDbg, option B, is a Windows-specific debugger, and it cannot be used for analyzing Linux executables. GDB, option C, is a popular and powerful debugger for Linux systems, and it supports a variety of programming languages such as C, C++, and Assembly. It allows the user to execute the program step-by-step, set breakpoints, inspect memory and registers, and analyze the behavior of the program. This makes it an excellent choice for analyzing unknown Linux executables. OllyDbg, option D, is a debugger designed for analyzing Windows executables, and it cannot be used for analyzing Linux executables.
upvoted 1 times
...
cy_analyst
2 years, 1 month ago
Selected Answer: C
GDB can be used to debug both user space and kernel space code, and can provide various features such as breakpoint management, source-level debugging, and memory examination. Peach is a tool used for fuzz testing, WinDbg is a debugger for Windows, and OllyDbg is a debugger for x86 Windows binaries.
upvoted 2 times
...
nickwen007
2 years, 1 month ago
C. GDB would be the best tool to use to analyze this issue. GDB (GNU Debugger) is a command-line debugger that can be used to debug programs written in any language that supports the debugging format, including C and C++. GDB can be used to debug Linux 64-bit executables and is often used by penetration testers when analyzing malicious binaries. OllyDbg is a Microsoft Windows debugger that can be used to analyze executable binaries. It is often used by software developers and penetration testers to reverse engineer compiled applications, understand what they are doing, and look for potential security vulnerabilities. OllyDbg can be used to examine and modify code, set breakpoints and trace code execution, analyze functions, debug multi-thread programs, and more.
upvoted 2 times
...
zimuz
2 years, 2 months ago
Selected Answer: C
gdb for linux
upvoted 3 times
...
ronniehaang
2 years, 4 months ago
Selected Answer: C
GNU Debugger (GDB) is a widely used open source debugger for Linux that works with a variety of programming language
upvoted 3 times
...
kycugu
2 years, 4 months ago
C - if you are malware analyst you will understand that GDB is Linux specific
upvoted 3 times
...
Random_Mane
2 years, 4 months ago
Selected Answer: C
C. OLLYDBG, WinDBG, and IDA are all debugging tools that support Windows environments. GDB is a Linux‐specific debugging tool.
upvoted 2 times
...
[Removed]
2 years, 4 months ago
lol olldbg isn't even on Linux. much like windbg. Peach, I couldn't find much info on it. The only thing I could find is a desktop app for Win10? I'm going with C as well GDB.
upvoted 2 times
ppsilva
2 years, 1 month ago
Peach is a fuzzing framework https://github.com/MozillaSecurity/peach
upvoted 1 times
...
...
masso435
2 years, 5 months ago
Selected Answer: C
Answer is C. It's for Linux and even more, it's unknown. GDB handles multiple programming languages.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago