Comment by malkia
2 days ago
Microsoft allows C++ in the kernel too, but what I'm wondering how SEH would be handled there. For example reading from user provided memory that maybe invalid, you need "__try/__catch" there.
https://github.com/microsoft/windows-drivers-rs/blob/main/ex...
hum - yeah - https://github.com/microsoft/windows-drivers-rs/issues/6