internal

package
v0.0.0-...-b2b1038 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatSize

func FormatSize(size int64) string

Types

type SectionInfo

type SectionInfo struct {
	Name           string `json:"name"`
	Offset         int64  `json:"offset"`
	Size           int64  `json:"size"`
	VirtualAddress uint64 `json:"virtual_address,omitempty"`
}

type StringResult

type StringResult struct {
	Value           string   `json:"value"`
	Offset          int64    `json:"offset"`
	Encoding        string   `json:"encoding"`
	Section         string   `json:"section,omitempty"`
	Categories      []string `json:"categories"`
	Entropy         float64  `json:"entropy"`
	EntropyLabel    string   `json:"entropy_label"`
	SuspiciousGroup string   `json:"api_group,omitempty"`
	Source          string   `json:"source"`
	XorKey          byte     `json:"xor_key,omitempty"`
	HexBefore       string   `json:"hex_before,omitempty"`
	HexAfter        string   `json:"hex_after,omitempty"`
	Length          int      `json:"length"`
}

type ThreatDetails

type ThreatDetails struct {
	Count  int `json:"count"`
	Weight int `json:"weight"`
	Score  int `json:"score"`
}

type ThreatResult

type ThreatResult struct {
	Level   string                   `json:"level"`
	Score   int                      `json:"score"`
	Details map[string]ThreatDetails `json:"details"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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