// // __C_specific_handler from 0x18002022e to 0x180020234 (6 bytes) // // 6 xrefs: // > @ 0x18002fb1c // > @ 0x18002fb48 // > @ 0x18002fb84 // > @ 0x18002fbd0 // > @ 0x18002fc04 // > @ 0x18002fc5c // // 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 // // attributes: thunk EXCEPTION_DISPOSITION __cdecl _C_specific_handler( struct _EXCEPTION_RECORD *ExceptionRecord, void *EstablisherFrame, struct _CONTEXT *ContextRecord, struct _DISPATCHER_CONTEXT *DispatcherContext) { return __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext); }