{"type": "func", "start": 6443698388, "end": 6443698430, "name": "strtol", "pseudocode": "// \n// strtol from 0x1801308d4 to 0x1801308fe (42 bytes)\n// \n// 3 xrefs:\n// > unknown_libname_37 @ 0x18012c555\n// > <???> @ 0x180202e1c\n// > <???> @ 0x180202e28\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\nint __cdecl strtol(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, 1);\n}", "assembly": "; \n; strtol from 0x1801308d4 to 0x1801308fe (42 bytes)\n; \n; 3 xrefs:\n; > unknown_libname_37 @ 0x18012c555\n; > <???> @ 0x180202e1c\n; > <???> @ 0x180202e28\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, 0x1801308d4\nmov     [rsp+38h+var_18], rcx                                          ; +0x4, 0x1801308d8\nmov     [rsp+38h+var_10], rdx                                          ; +0x9, 0x1801308dd\ntest    rdx, rdx                                                       ; +0xe, 0x1801308e2\njz      short loc_1801308EA                                            ; +0x11, 0x1801308e5\nmov     [rdx], rcx                                                     ; +0x13, 0x1801308e7\nmov     r9b, 1                                                         ; +0x16, 0x1801308ea\nlea     rdx, [rsp+38h+var_18]                                          ; +0x19, 0x1801308ed\nxor     ecx, ecx; struct __crt_locale_pointers *                       ; +0x1e, 0x1801308f2\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, 0x1801308f4\nadd     rsp, 38h                                                       ; +0x25, 0x1801308f9\nretn                                                                   ; +0x29, 0x1801308fd", "xrefs": ["unknown_libname_37 @ 0x18012c555", "<???> @ 0x180202e1c", "<???> @ 0x180202e28"], "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"}