// // 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 // void __fastcall memcpy_repmovs(void *a1, const void *a2, unsigned __int64 a3) { qmemcpy(a1, a2, a3); }