Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEvasion ¶
func GetEvasion(evasionType string, langType string) (models.ObjectModel, error)
func NewRefreshDllEvasion ¶ added in v0.2.0
func NewRefreshDllEvasion() models.ObjectModel
Types ¶
type RefreshDllEvasion ¶ added in v0.2.0
type RefreshDllEvasion struct { Name string Description string DllName string UseBanana string SubNameError string Debug bool }
func (*RefreshDllEvasion) GetImports ¶ added in v0.2.0
func (e *RefreshDllEvasion) GetImports() []string
func (*RefreshDllEvasion) RenderFunctionCode ¶ added in v0.2.0
func (e *RefreshDllEvasion) RenderFunctionCode(data embed.FS) (string, error)
func (*RefreshDllEvasion) RenderInstanciationCode ¶ added in v0.2.0
func (e *RefreshDllEvasion) RenderInstanciationCode(data embed.FS) (string, error)
Click to show internal directories.
Click to hide internal directories.