{"type": "func", "start": 6443650896, "end": 6443650930, "name": "__vcrt_uninitialize_ptd", "pseudocode": "// \n// __vcrt_uninitialize_ptd from 0x180124f50 to 0x180124f72 (34 bytes)\n// \n// 4 xrefs:\n// > __vcrt_uninitialize @ 0x180124b8c\n// > __vcrt_uninitialize_critical @ 0x180124ba4\n// > __vcrt_initialize_ptd @ 0x180124f43\n// > <???> @ 0x180202768\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 _vcrt_uninitialize_ptd()\n{\n  if ( dwTlsIndex != -1 )\n  {\n    _vcrt_FlsFree();\n    dwTlsIndex = -1;\n  }\n  return 1;\n}", "assembly": "; \n; __vcrt_uninitialize_ptd from 0x180124f50 to 0x180124f72 (34 bytes)\n; \n; 4 xrefs:\n; > __vcrt_uninitialize @ 0x180124b8c\n; > __vcrt_uninitialize_critical @ 0x180124ba4\n; > __vcrt_initialize_ptd @ 0x180124f43\n; > <???> @ 0x180202768\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\nsub     rsp, 28h                                                       ; +0x0, 0x180124f50\nmov     ecx, cs:dwTlsIndex                                             ; +0x4, 0x180124f54\ncmp     ecx, 0FFFFFFFFh                                                ; +0xa, 0x180124f5a\njz      short loc_180124F6B                                            ; +0xd, 0x180124f5d\ncall    __vcrt_FlsFree                                                 ; +0xf, 0x180124f5f\nor      cs:dwTlsIndex, 0FFFFFFFFh                                      ; +0x14, 0x180124f64\nmov     al, 1                                                          ; +0x1b, 0x180124f6b\nadd     rsp, 28h                                                       ; +0x1d, 0x180124f6d\nretn                                                                   ; +0x21, 0x180124f71", "xrefs": ["__vcrt_uninitialize @ 0x180124b8c", "__vcrt_uninitialize_critical @ 0x180124ba4", "__vcrt_initialize_ptd @ 0x180124f43", "<???> @ 0x180202768"], "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"}