procdump

package
v1.5.34 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2023 License: GPL-3.0 Imports: 9 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 MemoryRegion

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

A struct to hold information about each region of 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