Documentation
¶
Index ¶
- func FindDataInAddrRanges(pid int, targetBytes []byte, addrRanges [][2]int) ([]int, error)
- func FindDword(pid int, targetVal string, addrRanges [][2]int) ([]int, error)
- func FindQword(pid int, targetVal string, addrRanges [][2]int) ([]int, error)
- func FindString(pid int, targetVal string, addrRanges [][2]int) ([]int, error)
- func FindWord(pid int, targetVal string, addrRanges [][2]int) ([]int, error)
- func GetTaskForPid(pid int) C.task_t
- func GetWritableAddrRanges(vmmapResult []byte) ([][2]int, error)
- func ReadMemory(task C.task_t, buf []byte, beginAddr int, endAddr int) error
- func WriteMemory(task C.task_t, addr int, data []byte) error
- type Err
- type ParseErr
- type TooManyErr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindDataInAddrRanges ¶
func GetTaskForPid ¶
func GetWritableAddrRanges ¶
Types ¶
type TooManyErr ¶
type TooManyErr struct {
*Err
}
Click to show internal directories.
Click to hide internal directories.