injector

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Rendered for windows/amd64

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FindExportFileOffset

func FindExportFileOffset(dllBytes []byte, exportName string) (uint32, error)

Types

type Arch

type Arch string
const (
	ArchAMD64   Arch = "amd64"
	Arch386     Arch = "386"
	ArchUnknown Arch = "unknown"
)

func DetectPEArch

func DetectPEArch(peBytes []byte) (Arch, error)

type Reflective

type Reflective struct {
	WaitTimeout time.Duration
}

func (*Reflective) Inject

func (r *Reflective) Inject(exePath string, payload []byte, env map[string]string) ([]byte, error)

Jump to

Keyboard shortcuts

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