Ghidra: Difference between revisions

From Zenith
Jump to navigation Jump to search
Content added Content deleted
(rework most of the page)
Line 1: Line 1:
{{Tool|name=Ghidra|logo=GhidraIcon.png|description=A software reverse engineering (SRE) suite of tools.|developers=[https://github.com/NationalSecurityAgency NSA]|os=Windows x86/x64, MacOS, Linux|codelanguage=Java|license=Apache-2.0|source=https://github.com/NationalSecurityAgency/ghidra|website=https://ghidra-sre.org/|downloads=[https://ghidra-sre.org/releaseNotes_9.1.html 9.1-BETA] (Only NSMBU-compatible version)}}
{{Tool|name=Ghidra|logo=GhidraIcon.png|description=A software reverse engineering (SRE) suite of tools.|developers=[https://github.com/NationalSecurityAgency NSA]|os=Windows x86/x64, MacOS, Linux|codelanguage=Java|license=Apache-2.0|source=[https://github.com/NationalSecurityAgency/ghidra GitHub]|website=https://ghidra-sre.org/|downloads=[https://ghidra-sre.org/releaseNotes_9.1.html 9.1-BETA] (Only official NSMBU-compatible version)

[https://rootcubed.dev/ghidra_builds/ 10.1-DEV Fork] (Custom Wii U compatible version by [https://github.com/RootCubed RootCubed])}}


Ghidra is a free reverse engineering software alternative to [[IDA Pro]].
Ghidra is a free reverse engineering software alternative to [[IDA Pro]].


=== References: ===
== Required Dependencies ==
Direct download of 9.1-BETA required for use with NSMBU: https://ghidra-sre.org/ghidra_9.1-BETA_DEV_20190923.zip


=== For 9.1-BETA ===
<nowiki>*</nowiki>The RPX plugin is for 9.1-BETA but once you import everything you can upgrade your project to newer versions if you want, just make backups inbetween upgrades.


* [https://github.com/aldelaro5/ghidra-gekko-broadway-lang Ghidra Gekko Broadway Language Definition]
New RPX plugin version claims to support Ghidra v10 (?) - Untested
* [https://github.com/Maschell/GhidraRPXLoader/releases/tag/0.7 RPX/RPL Loader Plugin v0.7]


<nowiki>*</nowiki>The RPX plugin is for 9.1-BETA but once you import everything you can upgrade your project to newer versions if you want, just make backups between upgrades.


=== For 10.1-DEV Fork ===
Ghidra RPX/RPL Loader Plugin: https://github.com/Maschell/GhidraRPXLoader


* Ghidra Gekko Broadway Language Definition '''is built-in, no additional download required for this.'''
Ghidra Gekko Broadway Lang (Dependency of the RPX/RPL Plugin): https://github.com/aldelaro5/ghidra-gekko-broadway-lang
* [https://ghidrabuilds.parginli.ch/ghidra_builds/GhidraRPXLoader_Ghidra_10.1_DEV.zip RPX/RPL Loader Plugin Custom Build]


[[Category:Tools]]
[[Category:Tools]]

Revision as of 17:39, 31 October 2021

Ghidra
thumb
thumb
Description A software reverse engineering (SRE) suite of tools.
Developers NSA
Operating System Windows x86/x64, MacOS, Linux
Written in Java
License Apache-2.0
Source GitHub
Website https://ghidra-sre.org/
Downloads 9.1-BETA (Only official NSMBU-compatible version)

10.1-DEV Fork (Custom Wii U compatible version by RootCubed)


Ghidra is a free reverse engineering software alternative to IDA Pro.

Required Dependencies

For 9.1-BETA

*The RPX plugin is for 9.1-BETA but once you import everything you can upgrade your project to newer versions if you want, just make backups between upgrades.

For 10.1-DEV Fork