Ghidra is a software reverse engineering (SRE) framework
https://ghidra-sre.org/
Ghidra is a software reverse engineering (SRE) framework created and maintained by the National Security Agency Research Directorate. This framework includes a suite of full-featured, high-end software analysis tools that enable users to analyze compiled code on a variety of platforms including Windows, macOS, and Linux. Capabilities include disassembly, assembly, decompilation, graphing, and scripting, along with hundreds of other features. Ghidra supports a wide variety of processor instruction sets and executable formats and can be run in both user-interactive and automated modes.
This (patched) version supports vintage CPUs like
* DEC VAX
* DEC Alpha
* Hewlett-Packard NMOS-II
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout security:forensics/ghidra && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0003-Introduce-operand_offset.patch | 0000015537 15.2 KB | |
0004-Add-offset-to-sleigh-Java.patch | 0000026296 25.7 KB | |
0006-exclude-generated-sleigh-files-from-IP-scan.p |
0000001616 1.58 KB | |
Ghidra_11.4.2_build.tar.gz | 0074473431 71 MB | |
README | 0000002139 2.09 KB | |
_constraints | 0000000166 166 Bytes | |
ghidra-alpha-main.zip | 0000032967 32.2 KB | |
ghidra-kit.tar | 1043200000 995 MB | |
ghidra-nmos-ii-main.zip | 0000011963 11.7 KB | |
ghidra-rpmlintrc | 0000000532 532 Bytes | |
ghidra-vax-main.zip | 0000027196 26.6 KB | |
ghidra.changes | 0000012629 12.3 KB | |
ghidra.desktop | 0000000191 191 Bytes | |
ghidra.spec | 0000008927 8.72 KB |
Comments 1
Hey, I have a small request:
Would it be possible to include the Extensions from the release, maybe even via an extra package
ghidra-extension
if you don't wont to bloat the main package?Specifically:
/lib64/ghidra/Extensions/Eclipse/GhidraDev/
currently does not contain a .zip file. In Ghidras GitHub release it does.This would make it easier to develop e.g. loaders using Eclipse without having to download from GitHub and link the Extension included there.
I looked into doing this myself, but I am too unfamiliar with both Gradle and OSC.