Rot127

Results 148 issues of Rot127

**Environment information** * Operating System: Ubuntu 20.04 * Cutter version: 2.0.5 * Obtained from: - [ ] Built from source - [x] Downloaded release from Cutter website or GitHub -...

BUG

The `BO` and `BI` field in PPC branch opcodes determine: `BO`: if the `ctr` register is altered or a `cr` register field is checked. `BI`: holds the offset of the...

### Brief The PPC instruction `mtocrf` should have two operands: register `RS` and immediate `fxm`. But Capstone only decodes the register. ### Reproduce ```bash > ./cstool -d ppc64be 7c120120 0...

Binaries which are compiled with the cross-compiler available for Ubuntu are not decompiled correctly. Running ``` > cstool -d ppc64be ERROR: invalid assembly code ``` ### Reproduce #### src ```c...

**Is your feature request related to a problem? Please describe.** The ISA v3 only `ca32` and `ov32` flags and register `ppr32` are not implemented. While this is not a huge...

enhancement
RzAnalysis
PPC
RZIL

**Is your feature request related to a problem? Please describe.** The PPC RZIL code doesn't implement exception handling although there is a least the `MTSPR`/`MFSPR` and `INVALID` instruction which could...

enhancement
RzAnalysis
PPC
RZIL

**Is your feature request related to a problem? Please describe.** While Rizin supports the VLE extension via the internal `libvle` the instructions are not uplifted to RZIL yet. One challenge...

enhancement
RzAnalysis
PPC
RZIL
capstone

### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | - | File format of the file you reverse (mandatory) | - | Architecture/bits of the file (mandatory)...

RzAnalysis
PPC
RZIL
capstone

**Is your feature request related to a problem? Please describe.** The `dcbz` instruction zeros a cache line block and the memory it belongs to. The size of this block depends...

enhancement
RzAnalysis
PPC
config
RZIL

**Is your feature request related to a problem? Please describe.** The analysis of basic blocks can already adapted to the user needs by settings like `analysis.jmp.cref` or `analysis.jmp.after`. Unfortunately the...

enhancement
RzAnalysis