{"type": "func", "start": 6443630608, "end": 6443630660, "name": "__raise_securityfailure", "pseudocode": "// \n// __raise_securityfailure from 0x180120010 to 0x180120044 (52 bytes)\n// \n// 3 xrefs:\n// > __report_gsfailure @ 0x18012010c\n// > __report_securityfailure @ 0x1801201be\n// > <???> @ 0x180202420\n// \n// This function is hookable on this platform!\n// \n// Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA\n// Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings\n// \n\nBOOL __fastcall _raise_securityfailure(struct _EXCEPTION_POINTERS *ExceptionInfo)\n{\n  HANDLE CurrentProcess; // rax\n\n  SetUnhandledExceptionFilter(nullptr);\n  UnhandledExceptionFilter(ExceptionInfo);\n  CurrentProcess = GetCurrentProcess();\n  return TerminateProcess(CurrentProcess, 0xC0000409);\n}", "assembly": "; \n; __raise_securityfailure from 0x180120010 to 0x180120044 (52 bytes)\n; \n; 3 xrefs:\n; > __report_gsfailure @ 0x18012010c\n; > __report_securityfailure @ 0x1801201be\n; > <???> @ 0x180202420\n; \n; This function is hookable on this platform!\n; \n; Using BromaIDA 8.0.0 @ https:;github.com/Stazzical/BromaIDA\n; Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https:;github.com/geode-sdk/bindings\n; \n\npush    rbx                                                            ; +0x0, 0x180120010\nsub     rsp, 20h                                                       ; +0x2, 0x180120012\nmov     rbx, rcx                                                       ; +0x6, 0x180120016\nxor     ecx, ecx; lpTopLevelExceptionFilter                            ; +0x9, 0x180120019\ncall    cs:SetUnhandledExceptionFilter                                 ; +0xb, 0x18012001b\nmov     rcx, rbx; ExceptionInfo                                        ; +0x11, 0x180120021\ncall    cs:UnhandledExceptionFilter                                    ; +0x14, 0x180120024\ncall    cs:GetCurrentProcess                                           ; +0x1a, 0x18012002a\nmov     rcx, rax                                                       ; +0x20, 0x180120030\nmov     edx, 0C0000409h                                                ; +0x23, 0x180120033\nadd     rsp, 20h                                                       ; +0x28, 0x180120038\npop     rbx                                                            ; +0x2c, 0x18012003c\njmp     cs:TerminateProcess                                            ; +0x2d, 0x18012003d", "xrefs": ["__report_gsfailure @ 0x18012010c", "__report_securityfailure @ 0x1801201be", "<???> @ 0x180202420"], "is_objc": false, "is_arm32": false, "is_arm64": false, "bida_info": "8.0.0 @ https://github.com/Stazzical/BromaIDA", "bindings_info": "commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings"}