summaryrefslogtreecommitdiffstats
path: root/tun/wintun/memmod/memmod_windows_32.go
blob: 50e6febf01482c1d72e09d82b45544a4f9463205 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//go: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
}