elf

package
v0.0.0-...-964ae23 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

README

Exec - wrapper package for system debug/elf package

The package allows to mock debug/elf package functions for testing purposes.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ELF

type ELF interface {
	Open(name string) (*elf.File, error)
}

type RealELF

type RealELF struct{}

func (RealELF) Open

func (r RealELF) Open(name string) (*elf.File, error)

Jump to

Keyboard shortcuts

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