pm

package module
v0.0.0-...-5e82cde Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2019 License: MIT Imports: 2 Imported by: 0

README

pm

pm is a library for reading memory from another process.

To test:

$ go build -o bin/test bin/test.go
$ go test -v

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CopyAddress

func CopyAddress(pid int, address uintptr, length uint64) (data []byte, err error)

CopyAddress copies memory from another process by allocating memory for you.

func ReadAddress

func ReadAddress(pid int, address uintptr, buffer []byte) error

ReadAddress copies memory from another process into an already allocated byte buffer.

Types

This section is empty.

Directories

Path Synopsis
syscall

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL