// // __GetUnwindTryBlock from 0x1801258a0 to 0x1801258c9 (41 bytes) // // 3 xrefs: // > __FrameHandler3::GetHandlerSearchState @ 0x180126cdf // > __FrameHandler3::GetHandlerSearchState @ 0x180126d14 // > @ 0x180202888 // // 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 // __int64 __fastcall __GetUnwindTryBlock( unsigned __int64 *a1, struct _xDISPATCHER_CONTEXT *a2, const struct _s_FuncInfo *a3) { unsigned __int64 v4; // rcx __int64 dispUwindHelp; // rax unsigned __int64 v7; // [rsp+40h] [rbp+18h] BYREF v4 = *_GetEstablisherFrame(a1, a2, a3, &v7); dispUwindHelp = a3->dispUwindHelp; v7 = v4; return *(unsigned int *)(dispUwindHelp + v4 + 4); }