Closed m101 closed 6 years ago
Thank you for the report!
Next time, you can make a change in your own fork and file a Pull Request.
Thanks for the fast patch!
Oh right, ok I'll do that next time.
Fixed with #34
Would you mind creating a new version on crates.io? Currently the dependency is defined as below, but I do not really like to have a github revision as version:
capstone = { git = "https://github.com/capstone-rust/capstone-rs.git", rev = "dc10578aa27414afc93f0a87959b2f0c22dc66c3" }
@AZWN The issue is that there are big changes coming with #35 that will affect all platforms. This will hopefully fix memory safety issues that have existed all this time.
@AZWN release 0.4.0 is now available with many bug fixes, including this one.
Hi,
X86OpMem methods are private, these makes it impossible to access the different attributes.
Here is a patch private.txt