[Bug 31910] anti-cheat software Battleye > 1.176 expects call to KiUserExceptionDispatcher during exception handling (user mode SEH dispatcher)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 28 13:54:34 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=31910

Razzaline Reindell <razzylaqui at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razzylaqui at gmail.com

--- Comment #12 from Razzaline Reindell <razzylaqui at gmail.com> ---
Created attachment 53234
  --> https://bugs.winehq.org/attachment.cgi?id=53234
KiUserEventDispatcher implementation with unfinished/stub implementation of
KiContinue and NtContinue

I used matt's patch as a starting point and wrote out code based on the link
provided by Tom Englund. KiUserExceptionDispatcher calls NtContinue, which
calls KiContinue so I created method stubs for both (I had the basic
implementations written, using modified ReactOS source code, but decided to
leave it out as it was incomplete and wouldn't work anyway).
I'm not certain I put everything in the right place, but hopefully it provides
a starting point at least. To have this fully working, it seems several ntdll
and ntoskrnl functions would have to be implemented.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list