// // __ArrayUnwind from 0x18001f2ac to 0x18001f30d (97 bytes) // // 2 xrefs: // > `eh vector destructor iterator' @ 0x180021221 // > @ 0x18004b160 // // 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 __ArrayUnwind(char *a1, __int64 a2, __int64 a3, void (__fastcall *a4)(char *)) { __int64 i; // rbx for ( i = 0; i != a3; ++i ) { a1 -= a2; a4(a1); } }