// // __scrt_dllmain_uninitialize_c from 0x18001f4b8 to 0x18001f4e8 (48 bytes) // // 3 xrefs: // > dllmain_crt_process_detach @ 0x18001f9f0 // > @ 0x18004b1b4 // > @ 0x18004b1c0 // // 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 _scrt_dllmain_uninitialize_c() { int v0; // eax cocos2d::extension::CCHttpResponse *v1; // rcx LOBYTE(v0) = __uncaught_exception(); if ( v0 ) { execute_onexit_table(&Table); } else if ( !(unsigned int)cocos2d::extension::CCHttpResponse::autorelease(v1) ) { cexit(); } }