// // localStorageRemoveItem from 0x180017140 to 0x1800171a7 (103 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004aa10 // // 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 localStorageRemoveItem(const char *a1) { int v1; // ebx int v2; // ebx int v3; // ebx v1 = sqlite3_bind_text(qword_1800486B8, 1, a1); v2 = sqlite3_step(qword_1800486B8) | v1; v3 = sqlite3_reset(qword_1800486B8) | v2; if ( v3 ) { if ( v3 != 101 ) sub_1800171C0("Error in localStorage.removeItem()\n"); } }