package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Dec 19, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Initialize(target, fname string)
Performs initialization for the exfil single instance
type ExfilInterface interface {
Write(content string)
}
type ExfilType struct {
}
internal state for the exfil
single instance of the ExfilType
Write content to exfil
Blocks the file write, so caller should ensure this does not interfere with hooked function if called multiple times or expects a fast execution
Source Files
¶
Click to show internal directories.
Click to hide internal directories.