capstone-rust / capstone-rs

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

Return empty instructions instead of an error #22

Closed tmfink closed 6 years ago

tmfink commented 6 years ago

Also makes Instructions::from_raw_parts() private (crate visibility).

Addresses #21