Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkaempf/ghidra-alpha
A Ghidra processor implementation for the DEC Alpha processor
https://github.com/kkaempf/ghidra-alpha
21064 alpha axp dec decompiler ghidra openvms tru64 vms
Last synced: 10 days ago
JSON representation
A Ghidra processor implementation for the DEC Alpha processor
- Host: GitHub
- URL: https://github.com/kkaempf/ghidra-alpha
- Owner: kkaempf
- License: apache-2.0
- Created: 2024-08-06T15:44:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T17:25:46.000Z (6 months ago)
- Last Synced: 2024-11-23T08:24:13.655Z (2 months ago)
- Topics: 21064, alpha, axp, dec, decompiler, ghidra, openvms, tru64, vms
- Language: Makefile
- Homepage:
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alpha processor description for Ghidra
This implements the Digital (DEC) Alpha family of processors for
[Ghidra](https://ghidra-sre.org)# Requirements
- Ghidra
- Knowledge on how to use Ghidra# Installation
`ghidra-alpha` must be added to your Ghidra installation. Find the
`Ghidra/Processors` directory and create a symlink from there to your
`git` checkout.## Example
Assuming that Ghidra is installed below `/usr/lib64/ghidra`, run the
following:~~~
git clone https://github.com/kkaempf/ghidra-alpha.git
sudo ln -s `pwd`/ghidra-alpha /usr/lib64/ghidra/Ghidra/Processors/Alpha
~~~Then start Ghidra. You now have three Alpha processors (21064, 21164,
21264) to choose from.