Categorygithub.com/jamesmoriarty/gomem
repository
1.0.0
Repository: https://github.com/jamesmoriarty/gomem.git
Documentation: pkg.go.dev

# README

GoMem

Continuous Integration Go Report Card

A Go library for manipulating Windows processes.

import "github.com/jamesmoriarty/gomem"
...
process, err := gomem.GetOpenProcessFromName(name)
valuePtr, err := process.ReadUInt32(offsetPtr)
process.WriteByte(valuePtr, value)

Build

go build

Test

go test

Docs

godoc.org

Examples

gohack