// // common_getenv_s from 0x180128f40 to 0x180128f45 (5 bytes) // // 2 xrefs: // > tzset_nolock @ 0x18013d19a // > tzset_nolock @ 0x18013d1e6 // // 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 // // attributes: thunk __int64 __fastcall common_getenv_s(rsize_t *a1, wchar_t *a2, rsize_t a3, wchar_t *a4) { return ??$common_getenv_s@_W@@YAHQEA_KQEA_W_KQEB_W@Z(a1, a2, a3, a4); }