Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvData ¶
type CsvData struct {
// contains filtered or unexported fields
}
CsvData a struct representing the data to be exported to a csv file
func MakeCsvData ¶
MakeCsvData creates a new CsvData struct and fills out some of its attributes based on the elfFile struct passed to it
type ElfFile ¶
type ElfFile struct {
// contains filtered or unexported fields
}
ElfFile a struct representing all of the information contained within an ELF binary object
func NewElfFile ¶
NewElfFile creates a new ElfFile struct, should be used instead of new
func (*ElfFile) GenerateCSV ¶
GenerateCSV generates a csv of ELF file information
func (*ElfFile) StartAnalysis ¶
StartAnalysis starts analysis on an ELF binary, returns an error if a problem occurs
Click to show internal directories.
Click to hide internal directories.