In windows, all the work (from hooking to unhooking) must be done in single thread or else, the system becomes very slow and laggy, and hook doesn't work as expected.
EXCEPTION_ACCESS_VIOLATION is also generated, need to recheck things. This generally occurs when local references of JNI are stored in shared library.
In windows, all the work (from hooking to unhooking) must be done in single thread or else, the system becomes very slow and laggy, and hook doesn't work as expected.
EXCEPTION_ACCESS_VIOLATION
is also generated, need to recheck things. This generally occurs when local references of JNI are stored in shared library.