https://github.com/guedou/ghidra-processor-mep
Toshiba MeP-c4 for Ghidra
https://github.com/guedou/ghidra-processor-mep
ghidra mep reverse-engineering
Last synced: 3 months ago
JSON representation
Toshiba MeP-c4 for Ghidra
- Host: GitHub
- URL: https://github.com/guedou/ghidra-processor-mep
- Owner: guedou
- Created: 2019-05-23T13:49:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T14:35:43.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T11:41:18.643Z (about 1 year ago)
- Topics: ghidra, mep, reverse-engineering
- Size: 4.88 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toshiba MeP-c4 for Ghidra
## Description
This repository contains a toy implementation of the Toshiba MeP-c4 processor
for [Ghidra](https://github.com/NationalSecurityAgency/ghidra).
## Installation
```
git clone https://github.com/guedou/ghidra-processor-mep
ln -s /flashre/ghidra-processor-mep/ ${GHIDRA_HOME}/Processors/MEP_C4/
cd ${GHIDRA_HOME}/Processors/MEP_C4/
sleigh -ax
```
## Notes
XML schemas are available in `ghidra.git/Ghidra/Framework/SoftwareModeling/data/languages/`. They can be
used to verify the definitions using, for example:
```
xmllint --relaxng language_definitions.rxg --format mep_c4.ldefs
```