]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
wintun: load wintun.dll from RCDATA resource
authorSimon Rozman <simon@rozman.si>
Fri, 6 Nov 2020 04:24:50 +0000 (05:24 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 7 Nov 2020 14:20:49 +0000 (15:20 +0100)
commit65e03a918274534015ca189bfadc33cbba9e3ec8
treea7b84f08e1602324f22bf857ca9148194562e923
parent3e08b8aee0f6ae038f6316ca1bb84e5214db318f
wintun: load wintun.dll from RCDATA resource

Signed-off-by: Simon Rozman <simon@rozman.si>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
19 files changed:
go.mod
go.sum
tun/wintun/dll_windows.go [new file with mode: 0644]
tun/wintun/memmod/memmod_windows.go [new file with mode: 0644]
tun/wintun/memmod/memmod_windows_32.go [new file with mode: 0644]
tun/wintun/memmod/memmod_windows_386.go [new file with mode: 0644]
tun/wintun/memmod/memmod_windows_64.go [new file with mode: 0644]
tun/wintun/memmod/memmod_windows_amd64.go [new file with mode: 0644]
tun/wintun/memmod/memmod_windows_arm.go [new file with mode: 0644]
tun/wintun/memmod/memmod_windows_arm64.go [new file with mode: 0644]
tun/wintun/memmod/mksyscall.go [new file with mode: 0644]
tun/wintun/memmod/syscall_windows.go [new file with mode: 0644]
tun/wintun/memmod/syscall_windows_32.go [new file with mode: 0644]
tun/wintun/memmod/syscall_windows_64.go [new file with mode: 0644]
tun/wintun/memmod/zsyscall_windows.go [new file with mode: 0644]
tun/wintun/resource/mksyscall.go [new file with mode: 0644]
tun/wintun/resource/resource_windows.go [new file with mode: 0644]
tun/wintun/resource/zsyscall_windows.go [new file with mode: 0644]
tun/wintun/wintun_windows.go