Open
Description
Feature
- New architecture module
- Support for processor extension
- Add more instruction details (elaborated below)
- Binding support for:
language
- 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 #2456 we didn't even detected in the PR.
Additional context
Same for all other bindings.