plugins/cpu/any_capstone: Introduce and use CS_GRP_JUMP_UNCOND.
commit0d60039efb863694fb9c4c5d6834b46fb1e89dd1
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>
Sat, 13 Jan 2018 02:16:30 +0000 (13 04:16 +0200)
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>
Sat, 13 Jan 2018 19:50:23 +0000 (13 21:50 +0200)
tree2712b5a42d2852b425940bd4d57d95911f81a9a3
parentd771065f837b8cedf7e92890bbcb7b4b2dc2d282
plugins/cpu/any_capstone: Introduce and use CS_GRP_JUMP_UNCOND.

There should be a group for unconditional jumps, to signify that beyond
it there may not be more instructions. Capstone lacks it, we add and
refactor previous adhoc x86 handling of "jmp", and add ARM instructions.
plugins/cpu/any_capstone.py