Results 6 comments of hakril

Hi, I tried to reproduce your code the best I can in Python for both side in an interactive shell with something like: server: ```python >>> windows.winproxy.CreateNamedPipeW("\\\\.\\pipe\\dotnetest_py", PIPE_ACCESS_DUPLEX, PIPE_TYPE_BYTE |...

Hi, Thank you for the PR. In order to better identify the cause, implication of the bug and potential similar bug in the code I would like to write an...

Hi, You may be able to use `ctypes.memmove` to copy memory around. (https://docs.python.org/3/library/ctypes.html#ctypes.memmove) If you really need `RtlMoveMemory`, I can add a `windows.winproxy.RtlMoveMemory`.

I have added the function in 09fa7c49. Thank you for your issue, do not hesitate if you have any feedbacks or questions.

Hi, Thank you for the issue, indeed I never took arm64 into account when developping PythonForWindows. I am quite curious and will try to adapt some of the code to...