// // __scrt_uninitialize_crt from 0x1801207a4 to 0x1801207cd (41 bytes) // // 3 xrefs: // > dllmain_crt_process_detach @ 0x180120c56 // > @ 0x1802024f8 // > @ 0x180202504 // // 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 // char __fastcall _scrt_uninitialize_crt(__crt_bool a1, char a2) { if ( !byte_1801F49A8 || !a2 ) { _acrt_uninitialize(a1); _vcrt_uninitialize(a1); } return 1; }