zyantific / zydis-rs

Zydis Rust Bindings
MIT License
83 stars 14 forks source link

ffi: fix c_char cast on arm #27

Closed williballenthin closed 2 years ago

williballenthin commented 2 years ago

closes #26

th0rex commented 2 years ago

Thanks for the fix!

williballenthin commented 2 years ago

would you consider publishing a patch release that includes this change?

this isn't a high priority for me, but it would help me publish my downstream crates on crates.io (then again, no one is using them, so technically not a big deal). waiting days or weeks is probably fine, as long as this eventually makes it out.

https://github.com/williballenthin/lancelot/runs/4216774854?check_suite_focus=true

athre0z commented 2 years ago

Done!

https://crates.io/crates/zydis/3.1.2

williballenthin commented 2 years ago

thank you!