FpDebug: detect invalid vex opcodes. Issue #41442 Patch by Red_prig (Pavel)

(cherry picked from commit d46cd42c0b)
This commit is contained in:
Martin 2025-02-22 12:09:38 +01:00
parent ce831b303f
commit cb412dc2d4

View File

@ -4040,6 +4040,9 @@ begin
else
SetOpcode(OPX_InvalidVex);
end;
if not HasOpcode
then SetOpcode(OPX_InvalidVex);
end;
procedure TX86Disassembler.DoDisassemble;