Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitModules ¶
func InitModules() error
func RegisterFileScanner ¶
func RegisterFileScanner(s FileScanner)
RegisterFileScanner is called by a file scanner module's init() function to register the module so that it is called via the ScanFile function
func RegisterSystemScanner ¶
func RegisterSystemScanner(s SystemScanner)
RegisterSystemScanner is called by a system scanner module's init() function to register the module so that it is called via the ScanSystem function
func ScanSystem ¶
func ScanSystem() (err error)
Types ¶
type FileScanner ¶
FileScanner scans are run after SystemScanner scans. The Scan method is run for every file.
type SystemScanner ¶
SystemScanner scans are run right after Spyre initialization. They are desgined to check for "simple" queryable facts such as Mutexes etc.
Click to show internal directories.
Click to hide internal directories.