Rot127
Rot127
### Feature - [ ] New architecture module - [ ] Support for processor extension - [ ] Add more instruction details (elaborated below) - [ ] Binding support for:...
### Work environment | Questions | Answers |------------------------------------------|-------------------- | System Capstone runs on OS/arch/bits | All | Capstone module affected | tms32oc64x | Source of Capstone | `git clone` |...
**Your checklist for this pull request** - [x] I've documented or updated the documentation of every API function and struct this PR changes. - [x] I've added tests that prove...
**Your checklist for this pull request** - [ ] I've documented or updated the documentation of every API function and struct this PR changes. - [ ] I've added tests...
The v6 release guide should be improved with feedback by the users who already use v6. **Feedback by @OBarronCS (pwndbg)** - [ ] The v6 guide would profit from concrete...
### Work environment | Questions | Answers |------------------------------------------|-------------------- | OS/arch/bits | . | Architecture | AArch64 | Source of Capstone | . | Version/git commit | `next` ### Instruction bytes...
### Work environment | Questions | Answers |------------------------------------------|-------------------- | OS/arch/bits | . | Architecture | AArch64 | Source of Capstone | . | Version/git commit | `next` Some operands have...
### Feature - [ ] New architecture module - [ ] Support for processor extension - [ ] Add more instruction details (elaborated below) - [ ] Binding support for:...
**Your checklist for this pull request** - [ ] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository. - [ ] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style)....
Collection of things to improve the RzIL emulation performance. - [ ] Optional events: The concrete VM logs events all the time. But they are only used when printed. Disabling...