Documentation ¶
Index ¶
- Variables
- func GetProc(proc string) (uint32, error)
- func PatchProc(pid uint32, moduleName string, offsetAddr uintptr, old []byte, new []byte) (uintptr, error)
- func SearchMemory(proc windows.Handle, LPBaseOfDll uintptr, SizeOfImage uint32, value []byte, ...) (uintptr, error)
- func VerifyAPIPatch(proc windows.Handle, addr uintptr, old []byte, new []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAPINotFound = errors.New("couldn't find API address in memory")
View Source
var ErrOffsetMismatch = errors.New("offset found at different location")
View Source
var ErrProcessAlreadyPatched = errors.New("process already patched")
Errors
View Source
var ErrProcessNotFound = errors.New("couldn't find process")
Functions ¶
func SearchMemory ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.