On Thu Aug 24 20:45:55 2023 +0000, Jinoh Kang wrote:
If `ctx_count == 1`, then `contexts[CTX_WOW]` does not exist. This happens when a 64-bit (native) process calls `NtSetContextThread` on a 32-bit (WoW64) thread whose context is still pending. In this case, `is_pending` will be true but `ctx_count == 1`.
Good catch, fixed in the new version.