windows

package
v0.0.0-...-efc12f5 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Image

type Image struct {
	BaseAddr,
	Size uint64
}

type LdrDataTableEntry

type LdrDataTableEntry struct {
	InLoadOrderLinks           ListEntry
	InMemoryOrderLinks         ListEntry
	InInitializationOrderLinks ListEntry
	DllBase                    *uintptr
	EntryPoint                 *uintptr
	SizeOfImage                *uintptr
	DllName                    Utf16
	BaseDllName                Utf16
	Flags                      uint32
	LoadCount                  uint16
	TlsIndex                   uint16
	HashLinks                  ListEntry
	TimeDateStamp              uint64
}

type ListEntry

type ListEntry struct {
	Flink, Blink *ListEntry
}

type Procedure

type Procedure struct {
	Address uintptr
}

type Utf16

type Utf16 struct {
	Length    uint16
	MaxLength uint16
	PwStr     *uint16
}

func (*Utf16) String

func (s *Utf16) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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