{"type": "func", "start": 6442580900, "end": 6442580952, "name": "__raise_securityfailure", "pseudocode": "// \n// __raise_securityfailure from 0x18001fba4 to 0x18001fbd8 (52 bytes)\n// \n// 2 xrefs:\n// > __report_gsfailure @ 0x18001fca0\n// > <???> @ 0x18004b280\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 0x18001fba4 to 0x18001fbd8 (52 bytes)\n; \n; 2 xrefs:\n; > __report_gsfailure @ 0x18001fca0\n; > <???> @ 0x18004b280\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, 0x18001fba4\nsub     rsp, 20h                                                       ; +0x2, 0x18001fba6\nmov     rbx, rcx                                                       ; +0x6, 0x18001fbaa\nxor     ecx, ecx; lpTopLevelExceptionFilter                            ; +0x9, 0x18001fbad\ncall    cs:SetUnhandledExceptionFilter                                 ; +0xb, 0x18001fbaf\nmov     rcx, rbx; ExceptionInfo                                        ; +0x11, 0x18001fbb5\ncall    cs:UnhandledExceptionFilter                                    ; +0x14, 0x18001fbb8\ncall    cs:GetCurrentProcess                                           ; +0x1a, 0x18001fbbe\nmov     rcx, rax                                                       ; +0x20, 0x18001fbc4\nmov     edx, 0C0000409h                                                ; +0x23, 0x18001fbc7\nadd     rsp, 20h                                                       ; +0x28, 0x18001fbcc\npop     rbx                                                            ; +0x2c, 0x18001fbd0\njmp     cs:TerminateProcess                                            ; +0x2d, 0x18001fbd1", "xrefs": ["__report_gsfailure @ 0x18001fca0", "<???> @ 0x18004b280"], "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"}