interfaces

package
v0.0.0-...-9bff9df Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Emulator

type Emulator interface {
	GetUnicorn() unicorn.Unicorn
	GetStackManager() StackManager
	GetTypeConversion() TypeConversion
	GetBRK() uint64
	SetBRK(brk uint64) uint64
}

Emulator - Main class

type FileSystem

type FileSystem interface {
}

FileSystem - Implement for a custom file system handler

type Internet

type Internet interface {
}

Internet - Implement for a custom internet handler

type StackManager

type StackManager interface {
	Push(bytes []byte) uint64
}

StackManager - Interface for the class defined in Linux/Stack.go

type TypeConversion

type TypeConversion interface {
	ReadCString(addr uint64) string
}

TypeConversion - Type definition for TypeConversion class

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL