// // ___lc_codepage_func from 0x18013d340 to 0x18013d36f (47 bytes) // // 3 xrefs: // > tzset_from_system_nolock @ 0x18013d0d5 // > @ 0x180203a88 // > @ 0x180203a94 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // unsigned int __cdecl __lc_codepage_func() { __int64 v0; // rax __int64 v2; // [rsp+30h] [rbp+8h] BYREF v0 = _acrt_getptd(); v2 = *(_QWORD *)(v0 + 144); sub_180135F5C(v0, &v2); return *(_DWORD *)(v2 + 12); }