Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipedHexReader ¶
type PipedHexReader interface { // ReadHexBytesFromExe invokes executable // and reads hex bytes from stdout and returns an array ReadHexBytesFromExe(executablePath string) ([]byte, error) }
PipedHexReader is an interface to read hex bytes from standard output stream of an executable into a byte array
func NewPipedHexReader ¶
func NewPipedHexReader() PipedHexReader
NewPipedHexReader creates a new PipedHexReader
Click to show internal directories.
Click to hide internal directories.