On Sun, 2017-05-07 at 19:20 +0200, Borislav Petkov wrote:
On Wed, Apr 26, 2017 at 06:29:59PM -0700, Ricardo Neri wrote:
if (X86_MODRM_MOD(insn->modrm.value) == 0 && X86_MODRM_RM(insn->modrm.value) == 5)
looks more understandable to me.
Should I go with !(X86_MODRM_MOD(insn->modrm.value)) as you suggested in other patches?
Ah, yes pls.
I did this in v7[1].
Thanks and BR, Ricardo