; ; memcpy_repmovs from 0x180124100 to 0x180124110 (16 bytes) ; ; 3 xrefs: ; > memmove @ 0x180124296 ; > memmove @ 0x180124570 ; > @ 0x180202654 ; ; 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 ; push rdi ; +0x0, 0x180124100 push rsi ; +0x1, 0x180124101 mov rdi, rcx ; +0x2, 0x180124102 mov rsi, rdx ; +0x5, 0x180124105 mov rcx, r8 ; +0x8, 0x180124108 rep movsb ; +0xb, 0x18012410b pop rsi ; +0xd, 0x18012410d pop rdi ; +0xe, 0x18012410e retn ; +0xf, 0x18012410f