// // _initterm_e from 0x180132a44 to 0x180132a81 (61 bytes) // // 3 xrefs: // > dllmain_crt_process_attach @ 0x180120b51 // > @ 0x1802030b0 // > @ 0x1802030bc // // 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 // int __cdecl initterm_e(_PIFV *First, _PIFV *Last) { _PIFV *v3; // rbx bool i; // zf int result; // eax v3 = First; for ( i = First == Last; !i; i = v3 == Last ) { if ( *v3 ) { result = (*v3)(); if ( result ) return result; } ++v3; } return 0; }