// // __scrt_dllmain_uninitialize_c from 0x1801205cc to 0x1801205fc (48 bytes) // // 3 xrefs: // > dllmain_crt_process_detach @ 0x180120c34 // > @ 0x1802024b0 // > @ 0x1802024bc // // 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 LOBYTE(v0) = __uncaught_exception(); if ( v0 ) { execute_onexit_table(&Table); } else if ( !(unsigned int)sub_180131A84() ) { cexit(); } }