binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

__failfast instructions are not handled on Windows

Open plafosse opened this issue 3 years ago • 0 comments

3.1 dev

The Following instructions should be translated to failfast on windows.

Architecture Instruction Location of code argument
x86 int 0x29 ecx
x64 int 0x29 rcx
ARM Opcode 0xDEFB r0
ARM64 Opcode 0xF003 x0

https://docs.microsoft.com/en-us/cpp/intrinsics/fastfail?view=msvc-170

plafosse avatar Aug 02 '22 12:08 plafosse