Skip to content

Commit

Permalink
Merge pull request silverchris#1 from esaulenka/fix/installation
Browse files Browse the repository at this point in the history
Simplify module installation
  • Loading branch information
esaulenka authored Dec 21, 2023
2 parents c3f227e + c6858ea commit 2833a30
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Empty file added Module.manifest
Empty file.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Ghidra Processor Module for Renesas M16C Architecture
# Ghidra Processor Module for Renesas M16C Architecture

## Build Instructions
## Install instructions

Clone this repo into `<ghidra_home>/Ghidra/Extensions/` folder
(don't confuse with `<ghidra_home>/Extensions/`).

That's it, just run Ghidra and select `m16c` language.

## Development Instructions

Install Eclipse, set up a development environment following [this guide](https://github.com/NationalSecurityAgency/ghidra/blob/master/DevGuide.md).

Expand Down
5 changes: 5 additions & 0 deletions extension.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name=Renesas_m16c
description=m16c instruction set
author=
createdOn=
version=10.4

0 comments on commit 2833a30

Please sign in to comment.