-
Book Overview & Buying
-
Table Of Contents
Ghidra Software Reverse-Engineering for Beginners - Second Edition
By :
In this chapter, we’ll introduce Ghidra extensions, also known as modules. By using Ghidra extensions, you’ll be able to incorporate new functionalities into Ghidra according to your needs.
Ghidra extensions are optional add-ons that can significantly boost Ghidra’s capabilities. These extensions can bring a range of additional features to Ghidra, from simple plugins to complex features such as new file type analyzers.
These extensions provide users with the ability to tailor and enhance Ghidra to meet their unique requirements. For instance, they can incorporate other development or analysis tools into Ghidra, such as Eclipse or IDA Pro, thereby establishing a more robust and flexible reverse-engineering platform. We’ll continue using the Eclipse IDE for development but we’ll also need to install Gradle to compile Ghidra extensions. Both the Ghidra program and its extensions have been prepared so that they can be built...