memory

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeWindowString

func DecodeWindowString(b []byte) string

DecodeWindowString decodes MS-Windows (16LE) UTF files

Types

type BaseMemoryBlock

type BaseMemoryBlock struct {
	Handle      win32.HANDLE    //句柄
	BaseAddress win32.ULONGLONG //内存基址
	RegionSize  win32.ULONGLONG //内存空间大小
}

type ProcessInfo

type ProcessInfo struct {
	Pid         uint32          //进程ID
	Path        string          //进程所在目录
	Handle      win32.HANDLE    //句柄
	BaseAddress win32.ULONGLONG //进程基址
	RegionSize  win32.ULONGLONG //进程分配空间大小
}

func OpenProcessByPid

func OpenProcessByPid(pid uint32) (ProcessInfo, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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