Open 0xhido opened 4 years ago
Fixes the issues raise at #13
I've created a FAST_MUTEX and lock it while interacting with InjInfoListHead and ApcRundownProtection which acquired before inserting new Kernel APC to the queue and released after it finished.
FAST_MUTEX
InjInfoListHead
ApcRundownProtection
Fixes the issues raise at #13
I've created a
FAST_MUTEX
and lock it while interacting withInjInfoListHead
andApcRundownProtection
which acquired before inserting new Kernel APC to the queue and released after it finished.