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
Mode
enum into:Mode
,ExtraMode
, andEndian
- Rename
Capstone
methods that return IDs to include_ids
in name- Example:
read_registers()
renamed toread_register_ids()
- Example: