// // __free_lconv_num from 0x18013d47c to 0x18013d4e8 (108 bytes) // // 2 xrefs: // > __acrt_free_locale @ 0x18013c2a3 // > @ 0x180203aac // // 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 // void __fastcall _free_lconv_num(__int64 a1) { void *v2; // rcx void *v3; // rcx void *v4; // rcx void *v5; // rcx void *v6; // rcx if ( a1 ) { v2 = *(void **)a1; if ( v2 != off_1801B2160 ) free_base(v2); v3 = *(void **)(a1 + 8); if ( v3 != off_1801B2168 ) free_base(v3); v4 = *(void **)(a1 + 16); if ( v4 != off_1801B2170 ) free_base(v4); v5 = *(void **)(a1 + 88); if ( v5 != off_1801B21B8 ) free_base(v5); v6 = *(void **)(a1 + 96); if ( v6 != off_1801B21C0 ) free_base(v6); } }