Documentation
¶
Index ¶
- func BytesToUint64(b []byte) uint64
- func HashAPI32(module, function string) ([]byte, []byte, error)
- func HashAPI32WithKey(module, function string, key []byte) ([]byte, error)
- func HashAPI64(module, function string) ([]byte, []byte, error)
- func HashAPI64WithKey(module, function string, key []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToUint64 ¶
BytesToUint64 is used to convert hash or key bytes to uint64. It used to convert result to arguments for syscall.SyscallN.
func HashAPI32WithKey ¶
HashAPI32WithKey is used to calculate Windows API hash for 32 bit with specific key.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.