capstone-rust / capstone-rs

high-level Capstone system bindings for Rust
220 stars 78 forks source link

expose type "cs_x86_encoding" for X86InsnDetail please #145

Open persytry opened 1 year ago

persytry commented 1 year ago

expose type "cs_x86_encoding" for X86InsnDetail please, thanks

tmfink commented 1 year ago

@persytry thanks for the enhancement request. I even have this as a "todo" comment currently:

https://github.com/capstone-rust/capstone-rs/blob/74ccb095fcdae06a6877d7be464fcccf9686284b/capstone-rs/src/arch/x86.rs#L27-L28

3n16m4 commented 1 year ago

Please take a look at https://github.com/capstone-rust/capstone-rs/pull/147 this PR closes this issue.