We have successfully ported our driver to 64-bit systems.
But one thing is missing, which is not very important, but it was a very convenient debugging function.
Callbacks registered with KeRegisterBugCheckReasonCallback are never called. The function returns TRUE for success, but my callback is never called. I also tried different values ββfor the parameter argument without success. Failed to try using old KeRegisterBugCheckCallback.
What am I doing wrong?
Am I missing something in the documentation?
source share