ingest

package
v0.0.0-...-b4152a0 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2026 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractStrings

func ExtractStrings(path string, minLen int) ([]string, error)

func NormalizeSymbol

func NormalizeSymbol(value string) string

func ReadManifest

func ReadManifest(path string) string

func ReadPEMetadata

func ReadPEMetadata(path string) (string, []string, []string, []model.Section)

func ReadSymbols

func ReadSymbols(path string) ([]string, error)

func Scan

func Scan(ctx context.Context, opts Options) (model.Snapshot, error)

Types

type AnalysisExport

type AnalysisExport struct {
	Functions []model.Function `json:"functions"`
	IOCTLs    []model.IOCTL    `json:"ioctls"`
}

type Options

type Options struct {
	Name            string
	Path            string
	Workers         int
	StringMinLength int
}

Jump to

Keyboard shortcuts

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