v0.2.0
Added
Capstone::new_raw()has the same interface as the oldCapstone::new_raw()- Add setters to modify mode, syntax, etc.
Changed
Capstone::new()uses the builder pattern- Partition
Modeenum into:Mode,ExtraMode, andEndian - Rename
Capstonemethods that return IDs to include_idsin name- Example:
read_registers()renamed toread_register_ids()
- Example: