runtime

package
v0.23.3 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsPython

func IsPython(ef *elf.File) (bool, error)

func IsRuby

func IsRuby(ef *elf.File) (bool, error)

func IsSymbolNameInDynamicSymbols added in v0.23.3

func IsSymbolNameInDynamicSymbols(f *elf.File, matches [][]byte) (bool, error)

ForEachElfSymbolNameInSymbols iterates over the symbols in the dynamic symbol table of the given elf file. It calls the given function for each symbol name. The value is only valid for the iteration, it must not be saved unless copied.

func IsSymbolNameInSymbols added in v0.23.3

func IsSymbolNameInSymbols(f *elf.File, matches [][]byte) (bool, error)

ForEachElfSymbolNameInSymbols iterates over the symbols in the symbol table of the given elf file. It calls the given function for each symbol name. The value is only valid for the iteration, it must not be saved unless copied.

func IsV8 added in v0.23.3

func IsV8(f *elf.File) (bool, error)

HACK: This is a somewhat a brittle check.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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