Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 1.76 KB

README.md

File metadata and controls

73 lines (55 loc) · 1.76 KB

Ghidra-EEC-806x

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Acknowledgements

Prerequisites

The EEC 806x processor module requires the following software to be installed:

  • Java Development Kit (JDK)
  • Ghidra

Installation

  1. Change directory to where Ghidra is installed
  2. Clone this repository into the Ghidra/Processors directory, rename to 806x:
    git clone https://github.com/mercury64/Ghidra-EEC-806x.git 806x
  3. Any changes to the files within the processor, must be compiled:
    ./support/sleigh -u -n -a Ghidra/Processors/806x/
  4. Run Ghidra

Usage

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.

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

License

Released under the Apache 2.0 license. See LICENSE for more information.

Acknowledgements