{"type": "func", "start": 6443698432, "end": 6443698474, "name": "strtoul", "pseudocode": "// \n// strtoul from 0x180130900 to 0x18013092a (42 bytes)\n// \n// 2 xrefs:\n// > sub_1800B4490 @ 0x1800b4519\n// > <???> @ 0x180202e34\n// \n// This function is hookable on this platform!\n// \n// Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA\n// Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings\n// \n\nunsigned int __cdecl strtoul(const char *String, char **EndPtr, int Radix)\n{\n  __int64 v4[3]; // [rsp+20h] [rbp-18h] BYREF\n\n  v4[0] = (__int64)String;\n  v4[1] = (__int64)EndPtr;\n  if ( EndPtr )\n    *EndPtr = (char *)String;\n  return __crt_strtox::parse_integer<unsigned long,__crt_strtox::c_string_character_source<char>>(nullptr, v4, Radix, 0);\n}", "assembly": "; \n; strtoul from 0x180130900 to 0x18013092a (42 bytes)\n; \n; 2 xrefs:\n; > sub_1800B4490 @ 0x1800b4519\n; > <???> @ 0x180202e34\n; \n; This function is hookable on this platform!\n; \n; Using BromaIDA 8.0.0 @ https:;github.com/Stazzical/BromaIDA\n; Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https:;github.com/geode-sdk/bindings\n; \n\nsub     rsp, 38h                                                       ; +0x0, 0x180130900\nmov     [rsp+38h+var_18], rcx                                          ; +0x4, 0x180130904\nmov     [rsp+38h+var_10], rdx                                          ; +0x9, 0x180130909\ntest    rdx, rdx                                                       ; +0xe, 0x18013090e\njz      short loc_180130916                                            ; +0x11, 0x180130911\nmov     [rdx], rcx                                                     ; +0x13, 0x180130913\nxor     r9d, r9d                                                       ; +0x16, 0x180130916\nlea     rdx, [rsp+38h+var_18]                                          ; +0x19, 0x180130919\nxor     ecx, ecx; struct __crt_locale_pointers *                       ; +0x1e, 0x18013091e\ncall    ??$parse_integer@KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YAKQEAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z ; +0x20, 0x180130920\nadd     rsp, 38h                                                       ; +0x25, 0x180130925\nretn                                                                   ; +0x29, 0x180130929", "xrefs": ["sub_1800B4490 @ 0x1800b4519", "<???> @ 0x180202e34"], "is_objc": false, "is_arm32": false, "is_arm64": false, "bida_info": "8.0.0 @ https://github.com/Stazzical/BromaIDA", "bindings_info": "commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings"}