aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/memmod/memmod_windows.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* wintun: remove memmod option for dll loadingJason A. Donenfeld2021-10-161-693/+0
* memmod: import from wireguard-windowsJason A. Donenfeld2021-10-111-33/+91
* memmod: register exception handler tablesJason A. Donenfeld2021-08-051-0/+13
* memmod: fix protected delayed load the right wayJason A. Donenfeld2021-07-291-9/+2
* memmod: disable protected delayed load for nowJason A. Donenfeld2021-07-291-2/+11
* memmod: do not use IsBadReadPtrJason A. Donenfeld2021-03-081-1/+1
* global: bump copyrightJason A. Donenfeld2021-01-281-1/+1
* tun/wintun/memmod: gofmtJosh Bleecher Snyder2021-01-201-1/+1
* tun/wintun/memmod: fix format verbJosh Bleecher Snyder2021-01-201-1/+1
* memmod: fix import loading function usageJason A. Donenfeld2020-11-271-3/+3
* global: switch to using %w instead of %v for ErrorfJason A. Donenfeld2020-11-071-15/+15
* wintun: load wintun.dll from RCDATA resourceSimon Rozman2020-11-071-0/+620