zyantific / zydis-rs

Zydis Rust Bindings
MIT License
83 stars 14 forks source link

add clone and debug derive for OperandArrayVec #33

Closed spinpx closed 1 year ago

spinpx commented 1 year ago

Hi, I found that Instruction and Instruction do not have the traits for Clone and Debug. This is because the OperandArrayVec does not implement the traits. Could you consider adding them?

r3bb1t commented 1 year ago

Also the problem mentioned here btw: https://github.com/zyantific/zydis-rs/issues/30#issuecomment-1723063568