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: 3 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T07:55:54.000Z (about 1 year ago)
- Last Synced: 2025-10-26T05:26:59.300Z (7 months ago)
- Topics: 21064, alpha, axp, dec, decompiler, ghidra, openvms, tru64, vms
- Language: Makefile
- Homepage:
- Size: 94.7 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.