Rot127
Rot127
**Is your feature request related to a problem? Please describe.** I ran into problems with `filter.c::filter()` while developing https://github.com/rizinorg/rizin/pull/2417. `filter()` has hard coded assumptions about the asm string which the...
### Qubes OS release r4.1 CPU: `AMD Ryzen 7 4800H with Radeon Graphics` ### Brief summary Since the last update (stable branch) the GUI froze three times in one day....
The PPC instruction `bne` misses the target (relative) address in the asm text and and as operand. The ISA manual (v3.1B) syntax is `bne crX, target` Capstone gives: ``` ./cstool...
Testing fix for https://github.com/capstone-engine/capstone/issues/2274 The value was changed with the addition of TriCore. But it differs now between `v5.0.0` and `v5.0.1`. @imbillow Could you please check and make sure that...
Fixes possible OOB reads and writes and removes some hard-coded values. cc @wargio
With https://github.com/capstone-engine/capstone/pull/2252 I had the trouble, that the arch support flags were not added for whatever reason. This fixes it and adds some generic `cstool` tests. The `cstool` tests are...
We mentioned here and there that the `Makefile` build is considered deprecated and should be removed. Though it was never really discussed or tracked somewhere. Supporting only `cmake` is indeed...
**Note to x86**: `x86` is not part of this list, because we can not generate all tables in C. Refer to https://github.com/capstone-engine/llvm-capstone/issues/13 for details. **Note about changes introduced with `auto-sync`**:...
Adds the encoding information for each instruction. @AngelDev06 did the first implementation in https://github.com/capstone-engine/capstone/pull/2045 This PR adds a few changes: - [ ] Rename `ARM_MEM_FMT` to something ISA or LLVM...
There has been the request already to add PowerPC VLE support to Capstone (https://github.com/capstone-engine/capstone/issues/560). With the `auto-sync` update this becomes now easier to add. The steps to add this is:...