Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for an LLVM-supported architecture? #391

Open
jfktrey opened this issue Nov 21, 2018 · 1 comment
Open

Adding support for an LLVM-supported architecture? #391

jfktrey opened this issue Nov 21, 2018 · 1 comment

Comments

@jfktrey
Copy link
Contributor

jfktrey commented Nov 21, 2018

Using MIPS as a reference, I checked what was required for supporting an architecture. It seems that, other than the llvm includes (which I assume are pulled straight from the project), there are only a few other areas of work that are required:

  1. Adding the definitions for the architecture to common files (ex. keystone.h)
  2. Adding references to the target in build scripts
  3. Adding bindings for supported languages
  4. Adding test scripts

If I were to add support for a target, is there anything else required that I'm missing?

@jfktrey
Copy link
Contributor Author

jfktrey commented Dec 20, 2018

PR in #392

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant