Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants