Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeWindowString ¶
DecodeWindowString decodes MS-Windows (16LE) UTF files
Types ¶
type BaseMemoryBlock ¶
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)
Click to show internal directories.
Click to hide internal directories.