stunndard / golangwin7patch

Binary patcher for Go programs on Windows 7 / Server 2008
3 stars 1 forks source link

DuplicateHandle expects a special handle value on Windows 7 #1

Open stunndard opened 2 weeks ago

stunndard commented 2 weeks ago

Windows 7 uses the lower 3 bits of handle value equal to 0b111

DRON-666 commented 2 weeks ago

See this issue for reproducer.