{"type": "func", "start": 6443647232, "end": 6443647248, "name": "memcpy_repmovs", "pseudocode": "// \n// memcpy_repmovs from 0x180124100 to 0x180124110 (16 bytes)\n// \n// 3 xrefs:\n// > memmove @ 0x180124296\n// > memmove @ 0x180124570\n// > <???> @ 0x180202654\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\nvoid __fastcall memcpy_repmovs(void *a1, const void *a2, unsigned __int64 a3)\n{\n  qmemcpy(a1, a2, a3);\n}", "assembly": "; \n; memcpy_repmovs from 0x180124100 to 0x180124110 (16 bytes)\n; \n; 3 xrefs:\n; > memmove @ 0x180124296\n; > memmove @ 0x180124570\n; > <???> @ 0x180202654\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, 0x180124100\npush    rsi                                                            ; +0x1, 0x180124101\nmov     rdi, rcx                                                       ; +0x2, 0x180124102\nmov     rsi, rdx                                                       ; +0x5, 0x180124105\nmov     rcx, r8                                                        ; +0x8, 0x180124108\nrep movsb                                                              ; +0xb, 0x18012410b\npop     rsi                                                            ; +0xd, 0x18012410d\npop     rdi                                                            ; +0xe, 0x18012410e\nretn                                                                   ; +0xf, 0x18012410f", "xrefs": ["memmove @ 0x180124296", "memmove @ 0x180124570", "<???> @ 0x180202654"], "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"}