{"type": "func", "start": 6443694472, "end": 6443694563, "name": "__acrt_uninitialize_stdio", "pseudocode": "// \n// __acrt_uninitialize_stdio from 0x18012f988 to 0x18012f9e3 (91 bytes)\n// \n// 2 xrefs:\n// > <???> @ 0x180144570\n// > <???> @ 0x180202dbc\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\nvoid _acrt_uninitialize_stdio()\n{\n  __int64 i; // rbx\n\n  flushall();\n  fcloseall();\n  for ( i = 0; i != 24; i += 8 )\n  {\n    _acrt_stdio_free_buffer_nolock(*(_QWORD *)((char *)Block + i));\n    DeleteCriticalSection((LPCRITICAL_SECTION)(*(_QWORD *)((char *)Block + i) + 48LL));\n  }\n  free_base(Block);\n  Block = nullptr;\n}", "assembly": "; \n; __acrt_uninitialize_stdio from 0x18012f988 to 0x18012f9e3 (91 bytes)\n; \n; 2 xrefs:\n; > <???> @ 0x180144570\n; > <???> @ 0x180202dbc\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, 0x18012f988\nsub     rsp, 20h                                                       ; +0x2, 0x18012f98a\ncall    _flushall                                                      ; +0x6, 0x18012f98e\ncall    _fcloseall                                                     ; +0xb, 0x18012f993\nxor     ebx, ebx                                                       ; +0x10, 0x18012f998\nmov     rcx, cs:Block                                                  ; +0x12, 0x18012f99a\nmov     rcx, [rbx+rcx]                                                 ; +0x19, 0x18012f9a1\ncall    __acrt_stdio_free_buffer_nolock                                ; +0x1d, 0x18012f9a5\nmov     rax, cs:Block                                                  ; +0x22, 0x18012f9aa\nmov     rcx, [rbx+rax]                                                 ; +0x29, 0x18012f9b1\nadd     rcx, 30h ; '0'; lpCriticalSection                              ; +0x2d, 0x18012f9b5\ncall    cs:DeleteCriticalSection                                       ; +0x31, 0x18012f9b9\nadd     rbx, 8                                                         ; +0x37, 0x18012f9bf\ncmp     rbx, 18h                                                       ; +0x3b, 0x18012f9c3\njnz     short loc_18012F99A                                            ; +0x3f, 0x18012f9c7\nmov     rcx, cs:Block; Block                                           ; +0x41, 0x18012f9c9\ncall    _free_base                                                     ; +0x48, 0x18012f9d0\nand     cs:Block, 0                                                    ; +0x4d, 0x18012f9d5\nadd     rsp, 20h                                                       ; +0x55, 0x18012f9dd\npop     rbx                                                            ; +0x59, 0x18012f9e1\nretn                                                                   ; +0x5a, 0x18012f9e2", "xrefs": ["<???> @ 0x180144570", "<???> @ 0x180202dbc"], "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"}