binaryninja-api
binaryninja-api copied to clipboard
__failfast instructions are not handled on Windows
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