Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.