// // memset_repmovs from 0x180123f40 to 0x180123f50 (16 bytes) // // 2 xrefs: // > memset @ 0x180123fa7 // > @ 0x18020263c // // 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 // __int64 __fastcall memset_repmovs(void *a1, char a2, unsigned __int64 a3) { __int64 v3; // r11 memset(a1, a2, a3); return v3; }