// // strtoul from 0x180130900 to 0x18013092a (42 bytes) // // 2 xrefs: // > sub_1800B4490 @ 0x1800b4519 // > @ 0x180202e34 // // 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 // unsigned int __cdecl strtoul(const char *String, char **EndPtr, int Radix) { __int64 v4[3]; // [rsp+20h] [rbp-18h] BYREF v4[0] = (__int64)String; v4[1] = (__int64)EndPtr; if ( EndPtr ) *EndPtr = (char *)String; return __crt_strtox::parse_integer>(nullptr, v4, Radix, 0); }