On Fri Nov 3 17:46:49 2023 +0000, Paul Gofman wrote:
It is not necessary to call `dispatch_wow_exception_thunk` on normal non-wow64 process, I guess it is better to only set that for wow64?
Also I did a bit of local testing replicating the hooking which AC is doing, to test a bit of essential behaviour (I was mostly interested whether unwind works from this hook on pure 64 bit process, which it does, as well as testing that). Setting this variable to NULL doesn't break exception dispatcher, so we need to have a check in KiUserExceptionDispatcher anyway.