Development discussion of WireGuard
 help / color / mirror / Atom feed
* wintun0.13 memmod load fails in windows10 (wintun 0.12 loads fine)
@ 2021-08-26 13:14 Gopakumar Choorakkot Edakkunni
  2021-08-27 14:11 ` Jason A. Donenfeld
  0 siblings, 1 reply; 4+ messages in thread
From: Gopakumar Choorakkot Edakkunni @ 2021-08-26 13:14 UTC (permalink / raw)
  To: wireguard

In memmod_windows.go, the program exits when calling
syscall.Syscall(module.entry, 3, module.codeBase,
uintptr(DLL_PROCESS_ATTACH), 0)

module.entry = 0x18000a660
module.codebase = 0x180000000

I I just swap out wintun 0.13 with wintun0.12, the load / syscall
works just fine, just for reference the entry and codebase for wintun
0.12 are below

module.entry = 0x18000b64c
module.codebase = 0x180000000

My windows system details are below

Edition Windows 10 Pro
Version 20H2
Installed on ‎4/‎3/‎2021
OS build 19042.1165

Any suggestions to debug further ?

Rgds,
Gopa.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-27 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 13:14 wintun0.13 memmod load fails in windows10 (wintun 0.12 loads fine) Gopakumar Choorakkot Edakkunni
2021-08-27 14:11 ` Jason A. Donenfeld
2021-08-27 14:40   ` Gopakumar Choorakkot Edakkunni
2021-08-27 14:42     ` Gopakumar Choorakkot Edakkunni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).