Closed yavuzwb closed 4 years ago
DriverEntry is declared as #pragma alloc_text(INIT, DriverEntry)
Excerpt from MSDN:
A DriverEntry routine can be pageable and should be in an INIT segment so it will be discarded.
You are seeing this error because of this reason.
@yavuzwb Is it okay to close the issue now?
@yavuzwb closing the issue. Please re-open it if needed. Thanks
Hello,
I was trying to something that's why I was going to see DriverEntry function. I used "x HEVD!DriverEntry" command on WinDBG. I got some error about memory access.
I am not sure it's kind of error or my mistake.