th0rex / libcapstone-sys

Rust bindings to the capstone engine
MIT License
1 stars 0 forks source link

Check whether the debug_assert_ne in Capstone::disasm is valid #8

Closed th0rex closed 7 years ago

th0rex commented 7 years ago

count could very likely be 0 (if no code was passed). If capstone does not have an error for that the code in disasm is actually wrong.