Table of Contents
The EEC 806x processor module requires the following software to be installed:
- Java Development Kit (JDK)
- Ghidra
- Change directory to where Ghidra is installed
- Clone this repository into the Ghidra/Processors directory, rename to 806x:
git clone https://github.com/mercury64/Ghidra-EEC-806x.git 806x
- Any changes to the files within the processor, must be compiled:
./support/sleigh -u -n -a Ghidra/Processors/806x/
- Run Ghidra
In Ghidra, create a new project folder.
Import your binary.
Select your processor language.
Enter options for your processor.
Click Ok, Ok, Ok, and double click your binary.
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Released under the Apache 2.0 license. See LICENSE
for more information.