Slightly more accurate decoding of unknown instructions

This commit is contained in:
Pierre Pronchery 2011-09-27 23:21:58 +00:00
parent 6932383e66
commit 825007b4fa

View File

@ -73,6 +73,8 @@ static int _i386_decode(ArchPlugin * plugin, ArchInstructionCall * call)
opcode);
if(ai != NULL)
helper->read(helper->arch, &u8, sizeof(u8));
else
opcode >>= 8;
}
if(ai == NULL)
{