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

/* SPDX-License-Identifier: MIT
 *
 * Copyright (C) 2020 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
}