architectures

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ArchitecturesByElfMachine = map[elf.Machine]Architecture{
	elf.EM_X86_64: X86,
	elf.EM_ARM:    ARM,
}
View Source
var ArchitecturesByName = map[string]Architecture{
	"x86": X86,
	"arm": ARM,
}

Functions

This section is empty.

Types

type Architecture

type Architecture int
const (
	X86 Architecture = 1
	ARM Architecture = 2
)

type GadgetSpecList

type GadgetSpecList []*types.GadgetSpec

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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