We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ca2c4 commit 336e650Copy full SHA for 336e650
CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
- Rename RegAccessType to AccessType while keeping type alias
17
- Expose `CS_OPT_UNSIGNED` via `Capstone::set_unsigned`
18
- Expose `CS_OPT_MNEMONIC` via `Capstone::set_mnemonic`
19
+- Expose `cs_disasm_iter` via `Capstone::disasm_iter`
20
21
### Changed
22
- `InsnDetail::regs_read()`/`InsnDetail::regs_write()` return more of the accessed registers
0 commit comments