mumbel / ghidra

Ghidra is a software reverse engineering (SRE) framework

Home Page:https://www.nsa.gov/ghidra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use separate git repositories for processor specs

addisoncrump opened this issue · comments

Is your feature request related to a problem? Please describe.
I would like to use your RISCV processor implementation, but have my own forks as well.

Describe the solution you'd like
Using a separate git repo with a submodule in this one would be much preferred to a dirty merge.

Describe alternatives you've considered
I could just copy that section of your source, but that wouldn't credit you fairly or link back for possible updates.

https://github.com/mumbel/ghidra_riscv

Think it works, got an .so loaded into the 9.1.x BETA (ghidra-sre.org)

Superb, thank you!