{"type": "func", "start": 6443742868, "end": 6443742996, "name": "__acrt_execute_initializers", "pseudocode": "// \n// __acrt_execute_initializers from 0x18013b694 to 0x18013b714 (128 bytes)\n// \n// 2 xrefs:\n// > __acrt_initialize @ 0x18013296e\n// > <???> @ 0x180203914\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\nchar __fastcall _acrt_execute_initializers(unsigned __int8 (**a1)(void), unsigned __int8 (**a2)(void))\n{\n  unsigned __int8 (**v4)(void); // rbx\n  unsigned __int8 (**v5)(void); // rbx\n\n  if ( a1 == a2 )\n    return 1;\n  v4 = a1;\n  do\n  {\n    if ( *v4 && !(*v4)() )\n      break;\n    v4 += 2;\n  }\n  while ( v4 != a2 );\n  if ( v4 == a2 )\n    return 1;\n  if ( v4 != a1 )\n  {\n    v5 = v4 - 1;\n    do\n    {\n      if ( *(v5 - 1) )\n      {\n        if ( *v5 )\n          ((void (__fastcall *)(_QWORD))*v5)(0);\n      }\n      v5 -= 2;\n    }\n    while ( v5 + 1 != a1 );\n  }\n  return 0;\n}", "assembly": "; \n; __acrt_execute_initializers from 0x18013b694 to 0x18013b714 (128 bytes)\n; \n; 2 xrefs:\n; > __acrt_initialize @ 0x18013296e\n; > <???> @ 0x180203914\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\nmov     [rsp+arg_0], rbx                                               ; +0x0, 0x18013b694\nmov     [rsp+arg_8], rsi                                               ; +0x5, 0x18013b699\npush    rdi                                                            ; +0xa, 0x18013b69e\nsub     rsp, 20h                                                       ; +0xb, 0x18013b69f\nmov     rsi, rdx                                                       ; +0xf, 0x18013b6a3\nmov     rdi, rcx                                                       ; +0x12, 0x18013b6a6\ncmp     rcx, rdx                                                       ; +0x15, 0x18013b6a9\njz      short loc_18013B702                                            ; +0x18, 0x18013b6ac\nmov     rbx, rcx                                                       ; +0x1a, 0x18013b6ae\nmov     rax, [rbx]                                                     ; +0x1d, 0x18013b6b1\ntest    rax, rax                                                       ; +0x20, 0x18013b6b4\njz      short loc_18013B6C3                                            ; +0x23, 0x18013b6b7\ncall    cs:__guard_dispatch_icall_fptr                                 ; +0x25, 0x18013b6b9\ntest    al, al                                                         ; +0x2b, 0x18013b6bf\njz      short loc_18013B6CC                                            ; +0x2d, 0x18013b6c1\nadd     rbx, 10h                                                       ; +0x2f, 0x18013b6c3\ncmp     rbx, rsi                                                       ; +0x33, 0x18013b6c7\njnz     short loc_18013B6B1                                            ; +0x36, 0x18013b6ca\ncmp     rbx, rsi                                                       ; +0x38, 0x18013b6cc\njz      short loc_18013B702                                            ; +0x3b, 0x18013b6cf\ncmp     rbx, rdi                                                       ; +0x3d, 0x18013b6d1\njz      short loc_18013B6FE                                            ; +0x40, 0x18013b6d4\nadd     rbx, 0FFFFFFFFFFFFFFF8h                                        ; +0x42, 0x18013b6d6\ncmp     qword ptr [rbx-8], 0                                           ; +0x46, 0x18013b6da\njz      short loc_18013B6F1                                            ; +0x4b, 0x18013b6df\nmov     rax, [rbx]                                                     ; +0x4d, 0x18013b6e1\ntest    rax, rax                                                       ; +0x50, 0x18013b6e4\njz      short loc_18013B6F1                                            ; +0x53, 0x18013b6e7\nxor     ecx, ecx                                                       ; +0x55, 0x18013b6e9\ncall    cs:__guard_dispatch_icall_fptr                                 ; +0x57, 0x18013b6eb\nsub     rbx, 10h                                                       ; +0x5d, 0x18013b6f1\nlea     rax, [rbx+8]                                                   ; +0x61, 0x18013b6f5\ncmp     rax, rdi                                                       ; +0x65, 0x18013b6f9\njnz     short loc_18013B6DA                                            ; +0x68, 0x18013b6fc\nxor     al, al                                                         ; +0x6a, 0x18013b6fe\njmp     short loc_18013B704                                            ; +0x6c, 0x18013b700\nmov     al, 1                                                          ; +0x6e, 0x18013b702\nmov     rbx, [rsp+28h+arg_0]                                           ; +0x70, 0x18013b704\nmov     rsi, [rsp+28h+arg_8]                                           ; +0x75, 0x18013b709\nadd     rsp, 20h                                                       ; +0x7a, 0x18013b70e\npop     rdi                                                            ; +0x7e, 0x18013b712\nretn                                                                   ; +0x7f, 0x18013b713", "xrefs": ["__acrt_initialize @ 0x18013296e", "<???> @ 0x180203914"], "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"}