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 StackManager ¶
StackManager - Interface for the class defined in Linux/Stack.go
type TypeConversion ¶
TypeConversion - Type definition for TypeConversion class
Click to show internal directories.
Click to hide internal directories.