{"type": "func", "start": 6443646784, "end": 6443646800, "name": "memset_repmovs", "pseudocode": "// \n// memset_repmovs from 0x180123f40 to 0x180123f50 (16 bytes)\n// \n// 2 xrefs:\n// > memset @ 0x180123fa7\n// > <???> @ 0x18020263c\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\n__int64 __fastcall memset_repmovs(void *a1, char a2, unsigned __int64 a3)\n{\n  __int64 v3; // r11\n\n  memset(a1, a2, a3);\n  return v3;\n}", "assembly": "; \n; memset_repmovs from 0x180123f40 to 0x180123f50 (16 bytes)\n; \n; 2 xrefs:\n; > memset @ 0x180123fa7\n; > <???> @ 0x18020263c\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\npush    rdi                                                            ; +0x0, 0x180123f40\nmov     eax, edx                                                       ; +0x1, 0x180123f41\nmov     rdi, rcx                                                       ; +0x3, 0x180123f43\nmov     rcx, r8                                                        ; +0x6, 0x180123f46\nrep stosb                                                              ; +0x9, 0x180123f49\nmov     rax, r11                                                       ; +0xb, 0x180123f4b\npop     rdi                                                            ; +0xe, 0x180123f4e\nretn                                                                   ; +0xf, 0x180123f4f", "xrefs": ["memset @ 0x180123fa7", "<???> @ 0x18020263c"], "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"}