// // __acrt_AreFileApisANSI from 0x180135878 to 0x1801358b2 (58 bytes) // // 8 xrefs: // > _stat64i32 @ 0x1801298c8 // > __acrt_GetModuleFileNameA @ 0x1801392c6 // > _wsetlocale_set_cat @ 0x180139ed8 // > _wsetlocale_set_cat @ 0x180139fb6 // > tzset_env_copy_to_tzname @ 0x18013cca8 // > __acrt_SetEnvironmentVariableA @ 0x180141066 // > __acrt_SetEnvironmentVariableA @ 0x1801410d7 // > @ 0x1802033d4 // // 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 // __int64 _acrt_AreFileApisANSI() { __int64 (*function)(void); // rax function = try_get_function(0, "AreFileApisANSI", &dword_180174988, &dword_18017498C); if ( function ) return function(); else return 1; }