capstone-rust / capstone-rs

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

expose type "cs_x86_encoding" for X86InsnDetail please #145

Open persytry opened 10 months ago

persytry commented 10 months ago

expose type "cs_x86_encoding" for X86InsnDetail please, thanks

tmfink commented 10 months 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 10 months ago

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