Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error (0xC0000428) on x64 #17

Closed
matheuspaalma opened this issue Nov 5, 2021 · 1 comment
Closed

Error (0xC0000428) on x64 #17

matheuspaalma opened this issue Nov 5, 2021 · 1 comment
Labels
invalid This doesn't seem right not an issue

Comments

@matheuspaalma
Copy link

matheuspaalma commented Nov 5, 2021

I'm getting this error when trying to load my driver, is this any known?

64x error

@matheuspaalma matheuspaalma changed the title Error (0xC0000428) on x64 and (0xC000007B) on x86 Error (0xC0000428) on x64 Nov 5, 2021
@hfiref0x
Copy link
Owner

hfiref0x commented Nov 6, 2021

There are example of acceptable drivers available with full source and and project settings. They are in https://github.com/hfiref0x/KDU/tree/master/Source/Examples, DummyDrv, DummyDrv2. None of them has this flag set for an obvious reasons. You are mapping your driver as code in kernel memory without involving Windows loader. So why then your project has this DSE exclusive setting on? What was the point of it?

When you ask anything about BSOD I (and everybody else) will ask for:

  • crash dump
  • if you can't provide it for a some reason then at least post your own analysis of it through windbg!analyze -v. No one can translate crash name into actual bug/or place where it happens - this is impossible and most of the time BSOD names are irrelevant and making zero sense. Telepaths also on a vacation.

However judging on your first error with with settings it is likely the same origin too and what you compiled is incompatible with the way KDU maps code into kernel. I suggest you recreate your project configuration using DummyDrv's as base for settings.

@hfiref0x hfiref0x added the invalid This doesn't seem right label Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right not an issue
Projects
None yet
Development

No branches or pull requests

2 participants