elf

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	File              *elf.File
	ImportedLibraries []string
	ImportedSymbols   []elf.ImportedSymbol
}

Parser ELF信息

func NewParser

func NewParser() *Parser

NewParser 初始化

func (*Parser) Parse

func (e *Parser) Parse(r io.Reader)

Parse 解析reader

func (*Parser) ParseFile

func (e *Parser) ParseFile(path string)

ParseFile 解析elf文件

func (*Parser) ReadString

func (e *Parser) ReadString(b []byte) map[uint64][]byte

ReadString 从原始数据中找出字符串

Jump to

Keyboard shortcuts

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