capstone icon indicating copy to clipboard operation
capstone copied to clipboard

Generate bindings

Open Rot127 opened this issue 1 year ago • 1 comments

Feature

  • [ ] New architecture module
  • [ ] Support for processor extension
  • [ ] Add more instruction details (elaborated below)
  • [ ] Binding support for: language
  • [x] Other (elaborated below)

Describe the feature you'd like

There is no reason to not generate most of the bindings. Especially the representation of the detail structs of several architectures should be easy.

This would help a lot, because currently we got bugs due to fields added to the C structs, but not to the Python bindings. Before https://github.com/capstone-engine/capstone/pull/2456 we didn't even detected in the PR.

Additional context

Same for all other bindings.

Rot127 avatar Sep 03 '24 06:09 Rot127

Closing this would close #2609

AndrewQuijano avatar Jan 21 '25 15:01 AndrewQuijano