Documentation
¶
Index ¶
- Constants
- func CompareFingerprints(f1, f2 types.Fingerprint, includeSurvived bool) types.FingerprintComparison
- func DirectEqi(f1 types.Fingerprint, f2 types.Fingerprint, eqiFunc string, form url.Values) (types.EntropyQualityIndex, error)
- func Disasm(opcodes []byte, offset types.Addr, start types.Addr, end types.Addr) ([]*types.InstructionInstance, []error)
- func DisassembleFile(path string, start types.Addr, end types.Addr) ([]*types.InstructionInstance, error, []error)
- func DisassembleProcess(pid int, start types.Addr, end types.Addr) ([]*types.InstructionInstance, error, []error)
- func EnsureDirectory(path string) error
- func Exists(path string) (bool, error)
- func GadgetCount(f1 types.Fingerprint) int
- func GadgetSurvival(f1, f2 types.Fingerprint) int
- func GadgetsFromFile(path string, maxLength int) (types.GadgetInstances, error, []error)
- func GadgetsFromProcess(pid int, maxLength int, start, end, base types.Addr) (types.GadgetInstances, error, []error)
- func GetAllPids() ([]*process.ProcessInfo, error, []error)
- func GetLibrariesForPid(pid int, checkSignatures bool) ([]*types.Library, error, []error)
- func HasPolyverseTaint(path string) (bool, error)
- func HighestOffsetCount(f1, f2 types.Fingerprint) (int, types.Offset)
- func ROPMemoryRegions(pidN int, access memaccess.Access) (types.RegionsResult, error, []error)
Constants ¶
View Source
const IMAGE_SCN_CNT_CODE uint32 = 0x00000020
Variables ¶
This section is empty.
Functions ¶
func CompareFingerprints ¶ added in v0.0.7
func CompareFingerprints(f1, f2 types.Fingerprint, includeSurvived bool) types.FingerprintComparison
func DirectEqi ¶ added in v0.0.8
func DirectEqi(f1 types.Fingerprint, f2 types.Fingerprint, eqiFunc string, form url.Values) (types.EntropyQualityIndex, error)
func DisassembleFile ¶ added in v0.0.8
func DisassembleProcess ¶ added in v0.0.8
func EnsureDirectory ¶ added in v0.0.7
func GadgetCount ¶ added in v0.0.8
func GadgetCount(f1 types.Fingerprint) int
func GadgetSurvival ¶ added in v0.0.8
func GadgetSurvival(f1, f2 types.Fingerprint) int
func GadgetsFromFile ¶ added in v0.0.8
func GadgetsFromProcess ¶ added in v0.0.7
func GetAllPids ¶
func GetAllPids() ([]*process.ProcessInfo, error, []error)
func GetLibrariesForPid ¶
func HasPolyverseTaint ¶ added in v0.0.7
func HighestOffsetCount ¶ added in v0.0.10
func HighestOffsetCount(f1, f2 types.Fingerprint) (int, types.Offset)
func ROPMemoryRegions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.