capstone-rust / capstone-rs

high-level Capstone system bindings for Rust
213 stars 75 forks source link

Implement InsnDetail (+ associated types) for sysz #161

Closed GarntS closed 2 months ago

GarntS commented 2 months ago

This PR implements InsnDetail, SysZOperand, etc. to enable instruction details for sysz. I used the RISC-V implementation as a template, so the code style should follow the rest of the library's conventions.

tmfink commented 2 months ago

Thanks for the contribution!