Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
7.61k
stars
1.56k
forks
source link
[ARM] instr. with pc writes are not part of jump group #2233
Closed
Rot127 closed 9 months ago
An instruction which writes to
pc
should be part of thejump
group.Similar logic is added for
pop
instructions which write topc
( https://github.com/capstone-engine/capstone/commit/4fc80d82f9134e5b4ed0173a7c79a9b221c87626)As an example, this
mov
should be of thejump
group.