Prepare for the CompTIA PenTest+ Exam with flashcards and multiple choice questions. Each question offers hints and detailed explanations, empowering you for success!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What is the name of the open-source reverse engineering tool developed by the NSA?

  1. Barracuda

  2. Ghidra

  3. Interactive Disassembler

  4. Frida

The correct answer is: Ghidra

The correct answer is Ghidra, an open-source reverse engineering tool developed by the NSA. Ghidra is designed for analyzing compiled software and can decompile and disassemble various programming languages, making it a powerful resource for security professionals and researchers in understanding and dissecting software for vulnerabilities or malicious behavior. Its extensive features include a user-friendly GUI, support for a variety of formats, and the ability to extend its functionalities through scripts and plugins. While Barracuda is known in the context of network security, and Interactive Disassembler is a well-known commercial reverse engineering tool, they are not associated with the NSA. Frida, which is a dynamic instrumentation toolkit, is useful for various security-related tasks, but it is also not developed by the NSA and serves a different purpose than Ghidra in terms of reverse engineering capabilities.