aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/memmod/memmod_windows_32.go
blob: ac76bdcca24cb3bc90852130bd936c8e0734f6a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// +build windows,386 windows,arm

/* SPDX-License-Identifier: MIT
 *
 * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
 */

package memmod

func (opthdr *IMAGE_OPTIONAL_HEADER) imageOffset() uintptr {
	return 0
}

func (module *Module) check4GBBoundaries(alignedImageSize uintptr) (err error) {
	return
}