Rot127
Rot127
**Is your feature request related to a problem? Please describe.** Tracking which registers depend on unknown or varying input values (e.g. passed arguments, mutable system registers or writable memory) can...
**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository - [x] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style) - [x]...
Currently (almost) all features are enabled for each architecture. This leads to a little inaccurate disassembly. Especially when it comes to alias of instructions. Example from ARM: ``` # Without...
**Your checklist for this pull request** - [ ] I've documented or updated the documentation of every API function and struct this PR changes. - [x] I've added tests that...
With the [latest release](https://github.com/tree-sitter/py-tree-sitter/releases/tag/v0.23.0) they deprecated `keep_text` and `set_language`. So for updating it, we'd need to refactor this.
### Expected behavior No UB on PPC. ### Actual behavior The generator does not cast the `varg` arguments before passing them to `add_cs_detail()`. And sometimes it passes non-64bit values but...
The fuzzer could need some extensions. For example, it determines the mode and arch by comparing the strings of the enum identifiers `CS_ARCH` and `CS_MODE`. This makes it too maintenance...
### Feature - [ ] New architecture module - [ ] Support for processor extension - [ ] Add more instruction details (elaborated below) - [ ] Binding support for:...
### Feature - [ ] New architecture module - [ ] Support for processor extension - [ ] Add more instruction details (elaborated below) - [ ] Binding support for:...
## Tracking issue Coverity Before the v6 release we need to fix the most pressing issues discovered by Coverity. - [ ] High (26) - [ ] Medium (61) -...