v1.8.31: fix SetWindowLongW overflow — unsigned 32-bit style mask
GetWindowLongW returns signed int; bitwise ops with WS_POPUP (0x80000000) overflow ctypes c_long. Fixed with & 0xFFFFFFFF mask + ctypes.c_long() cast. Also tightened window class filter: pid_match now requires known mstsc class. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
BIN
releases/ServerManager-v1.8.31-win-x64.exe
Normal file
BIN
releases/ServerManager-v1.8.31-win-x64.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user