Anton Akhmetshyn

Results 59 comments of Anton Akhmetshyn

Have you used it in DriverControl::Reload and DriverControl::EnsureLoaded?

I mean these lines ``` _hDriver = CreateFileW( BLACKBONE_DEVICE_FILE, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL ); ```

OK. Then where exactly it fails to load driver? And with what status code.

Then I can't help you without one.

Are you sure your driver is loaded by the time Xenos tries to access it? Does the device object exist in the system?

Unless new version solves some currently existing issues, I don't have enough reasons to upgrade.

Pretty weird, those 2 constructs should be equal from the language standpoint. But the fix seems easy at least.

But ASLR is enabled by default in windows.