Documentation ¶
Rendered for windows/amd64
Index ¶
- func AddValue(key uintptr, ptr uintptr) uintptr
- func DataExtract(datap *DataParser, size *uint32) uintptr
- func DataInt(datap *DataParser) uintptr
- func DataLength(datap *DataParser) uintptr
- func DataParse(datap *DataParser, buff uintptr, size uint32) uintptr
- func DataShort(datap *DataParser) uintptr
- func GetCoffOutputForChannel(channel chan<- interface{}) func(int, uintptr, int) uintptr
- func GetCoffPrintfForChannel(channel chan<- interface{}) ...
- func GetValue(key uintptr) uintptr
- func PackArgs(data []string) ([]byte, error)
- func PackBinary(data string) ([]byte, error)
- func PackInt(i uint32) ([]byte, error)
- func PackIntString(s string) ([]byte, error)
- func PackShort(i uint16) ([]byte, error)
- func PackShortString(s string) ([]byte, error)
- func PackString(s string) ([]byte, error)
- func PackWideString(s string) ([]byte, error)
- func RemoveValue(key uintptr) uintptr
- type DataParser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataExtract ¶
func DataExtract(datap *DataParser, size *uint32) uintptr
func DataInt ¶
func DataInt(datap *DataParser) uintptr
func DataLength ¶
func DataLength(datap *DataParser) uintptr
func DataShort ¶
func DataShort(datap *DataParser) uintptr
func GetCoffOutputForChannel ¶
func GetCoffPrintfForChannel ¶
func PackBinary ¶
func PackIntString ¶
func PackShortString ¶
func PackString ¶
func PackWideString ¶
func RemoveValue ¶
Types ¶
type DataParser ¶
type DataParser struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.