package
0.0.0-20250406163304-c1995be93bd1
Repository: https://github.com/jchv/go-winloader.git
Documentation: pkg.go.dev

# Functions

Alloc allocates memory at addr of size with allocType and protect.
Get returns a range of existing memory.
GetPageSize returns the size of a memory page.
RoundDown rounds an address up to a given multiple of size.
RoundUp rounds an address up to a given multiple of size.

# Constants

Enumeration of allocation type values.
Enumeration of allocation type values.
Enumeration of allocation type values.
Enumeration of allocation type values.
Enumeration of protection levels.
Enumeration of protection levels.
Enumeration of protection levels.
Enumeration of protection levels.
Enumeration of protection levels.
Enumeration of protection levels.
Enumeration of protection levels.
Enumeration of protection levels.

# Structs

Memory represents a raw block of memory.