// // sub_1800171C0 from 0x1800171c0 to 0x180017215 (85 bytes) // // 6 xrefs: // > localStorageInit @ 0x180016f09 // > localStorageInit @ 0x180016f9e // > localStorageSetItem @ 0x180017093 // > localStorageGetItem @ 0x180017125 // > localStorageRemoveItem @ 0x18001719c // > @ 0x18004aa1c // // 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 // int sub_1800171C0(char *Format, ...) { FILE *v2; // rbx unsigned __int64 *v3; // rax va_list va; // [rsp+58h] [rbp+10h] BYREF va_start(va, Format); v2 = _acrt_iob_func(1u); v3 = (unsigned __int64 *)sub_1800171B0(); return _stdio_common_vfprintf(*v3, v2, Format, nullptr, va); }