Rot127

Results 148 issues of 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...

enhancement
RzAnalysis
graph

**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]...

rz-asm
rz-test
RzIO
RzBin
RzAnalysis
RzDebug
API
ESIL
RzCore
visual
panel
RzFlag
RzType
PE
DWARF
RzUtil
RzCons
RZIL

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...

enhancement

**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...

X86
ARM
Mips
AArch64
Alpha
BPF
EVM
M680X
M68K
MOS65XX
PowerPC
RISCV
SH
Sparc
SystemZ
TMS320C64x
TriCore
WASM
XCore
python
CS-core-files
Auto-Sync-files
LLVM-generated-files
Documentation
HPPA
LoongArch
Github-files

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.

Auto-Sync
blocker

### 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...

bug
code-generation
Auto-Sync
blocker

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...

enhancement
Testing

### Feature - [ ] New architecture module - [ ] Support for processor extension - [ ] Add more instruction details (elaborated below) - [ ] Binding support for:...

build & packaging

### Feature - [ ] New architecture module - [ ] Support for processor extension - [ ] Add more instruction details (elaborated below) - [ ] Binding support for:...

enhancement
Testing

## Tracking issue Coverity Before the v6 release we need to fix the most pressing issues discovered by Coverity. - [ ] High (26) - [ ] Medium (61) -...

Testing
tracking