procdump

package
v0.0.6-alpha Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2019 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinuxDump

type LinuxDump struct {
	// contains filtered or unexported fields
}

LinuxDump - Structure implementing the ProcessDump interface for linux processes

func (*LinuxDump) Data

func (d *LinuxDump) Data() []byte

Data - Returns the byte array corresponding to a process memory

type ProcessDump

type ProcessDump interface {
	Data() []byte
}

ProcessDump is the generic interfaces that provides access to a process dump

func DumpProcess

func DumpProcess(pid int32) (ProcessDump, error)

DumpProcess returns the minidump of a process

Jump to

Keyboard shortcuts

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