Documentation ¶ Rendered for windows/amd64 Index ¶ func FindExportFileOffset(dllBytes []byte, exportName string) (uint32, error) type Arch func DetectPEArch(peBytes []byte) (Arch, error) type Reflective func (r *Reflective) Inject(exePath string, payload []byte, env map[string]string) ([]byte, error) 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) Source Files ¶ View all Source files arch_windows.goerrors_windows.gope_windows.goreflective_windows.go Click to show internal directories. Click to hide internal directories.