Documentation
¶
Index ¶
Constants ¶
View Source
const ( HEAP_START = arch.HeapStart HEAP_END = arch.HeapEnd PROGRAM_BREAK = arch.ProgramBreak )
View Source
const WordSizeBytes = arch.WordSizeBytes
Variables ¶
This section is empty.
Functions ¶
func PatchStack ¶
PatchStack sets up the program's initial stack frame and stack pointer
Types ¶
type CreateInitialFPVMState ¶
type Metadata ¶
type Metadata struct {
Symbols []Symbol `json:"symbols"`
}
func (*Metadata) CreateSymbolMatcher ¶
func (m *Metadata) CreateSymbolMatcher(name string) mipsevm.SymbolMatcher
func (*Metadata) LookupSymbol ¶
Click to show internal directories.
Click to hide internal directories.