nike4613

Results 100 comments of nike4613

The GLFW bindings seem to be missing the `{Get,Set}WindowUserPointer` functions, despite having the equivalents for `Monitor` and `Joystick`.

Now that VS2022 has officially released, when can we expect support for it?

I'll take a look at it at some point, .NET 7 not working is not surprising. I suspect that it shouldn't require *too* major of changes.

Can I ask you to double check those versions? 21.11.11.01 isn't a tagged release.

Can you reproduce this behavior on .NET 5?

Can you reproduce the `GetLastError` results with direct syscalls on .NET 5 though? I already know it has something to do with JIT hooks, as the only difference between the...

Does the incorrect `GetLastError` happen on every attempted read after a detour is installed, or just the first?

Alright, my working theory is that our JIT hook is somehow clearing the P/Invoke last error during its execution. It only happens the first time because the first time is...

> W^X stuff I find it hard to believe that the only way to adjust protections is to adjust the protections for *every* JIT-mapped page. Does `mprotect`ing the relevant pages...

> Shouldn't this have been noticed earlier though?? Until fairly recently, there simply wasn't a (non-Mono) runtime which targeted ARM and was widely used. As such, ARM walking was never...