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

Decoder plugin using libopcodes library. #25

Open
pawks opened this issue Jan 19, 2022 · 1 comment
Open

Decoder plugin using libopcodes library. #25

pawks opened this issue Jan 19, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@pawks
Copy link
Collaborator

pawks commented Jan 19, 2022

Summary

The libopcodes library is generated as an aritifact of gcc build. The library supports API calls which decode a given instruction encoding. A python plugin(which implements the pluggy decoder plugin specification as defined here) can be interfaced with the C library using python bindings. This would greatly reduce developmental and maintenance overheads for new extensions. A sample decode plugin can be found here.

@pawks pawks added enhancement New feature or request help wanted Extra attention is needed labels Jan 19, 2022
@rgrupesh
Copy link

Hello @pawks,

I would like to work on this issue. Any pointers to get started?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants