Documentation
¶
Index ¶
- Constants
- func Call(u models.Usercorn, num int, name string, getArgs func(n int) ([]uint64, error), ...) (uint64, error)
- func RegArgs(u models.Usercorn, regs []int) func(n int) ([]uint64, error)
- func StackArgs(u models.Usercorn) func(n int) ([]uint64, error)
- func Trace(u models.Usercorn, name string, args []uint64)
- func TraceRet(u models.Usercorn, name string, args []uint64, ret uint64)
- func Uname(u models.Usercorn, addr uint64, un *models.Uname) uint64
- type A
- type Iovec32
- type Iovec64
- type Syscall
- type U
Constants ¶
View Source
const ( INT = iota FD STR BUF OBUF LEN OFF PTR )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.