Documentation
¶
Index ¶
- func NewCreateThreadNative() models.ObjectModel
- func NewEarlyBird() models.ObjectModel
- func NewHellsGate() models.ObjectModel
- func NewInjectProcess() models.ObjectModel
- func NewNtQueueApcThreadExLocal() models.ObjectModel
- func NewPeRunsFart() models.ObjectModel
- func NewRtlCreateUserThread() models.ObjectModel
- func NewSpfGateCreateThread() models.ObjectModel
- func NewSyscallGoShellcode() models.ObjectModel
- func NewUnhookCreateThread() models.ObjectModel
- type CreateThreadNative
- type EarlyBird
- type HellsGate
- type InjectProcess
- type NtQueueApcThreadExLocal
- type PeRunsFart
- type RtlCreateUserThread
- type SpfGateCreateThread
- type SyscallGoShellcode
- type UnhookCreateThread
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateThreadNative ¶
func NewCreateThreadNative() models.ObjectModel
func NewEarlyBird ¶
func NewEarlyBird() models.ObjectModel
func NewHellsGate ¶
func NewHellsGate() models.ObjectModel
func NewInjectProcess ¶
func NewInjectProcess() models.ObjectModel
func NewNtQueueApcThreadExLocal ¶
func NewNtQueueApcThreadExLocal() models.ObjectModel
func NewPeRunsFart ¶
func NewPeRunsFart() models.ObjectModel
func NewRtlCreateUserThread ¶
func NewRtlCreateUserThread() models.ObjectModel
func NewSpfGateCreateThread ¶
func NewSpfGateCreateThread() models.ObjectModel
func NewSyscallGoShellcode ¶
func NewSyscallGoShellcode() models.ObjectModel
func NewUnhookCreateThread ¶
func NewUnhookCreateThread() models.ObjectModel
Types ¶
type CreateThreadNative ¶
func (*CreateThreadNative) GetImports ¶
func (i *CreateThreadNative) GetImports() []string
func (*CreateThreadNative) RenderFunctionCode ¶
func (e *CreateThreadNative) RenderFunctionCode(data embed.FS) (string, error)
func (*CreateThreadNative) RenderInstanciationCode ¶
func (e *CreateThreadNative) RenderInstanciationCode(data embed.FS) (string, error)
type InjectProcess ¶
func (*InjectProcess) GetImports ¶
func (i *InjectProcess) GetImports() []string
func (*InjectProcess) RenderFunctionCode ¶
func (e *InjectProcess) RenderFunctionCode(data embed.FS) (string, error)
func (*InjectProcess) RenderInstanciationCode ¶
func (e *InjectProcess) RenderInstanciationCode(data embed.FS) (string, error)
type NtQueueApcThreadExLocal ¶
func (*NtQueueApcThreadExLocal) GetImports ¶
func (i *NtQueueApcThreadExLocal) GetImports() []string
func (*NtQueueApcThreadExLocal) RenderFunctionCode ¶
func (e *NtQueueApcThreadExLocal) RenderFunctionCode(data embed.FS) (string, error)
func (*NtQueueApcThreadExLocal) RenderInstanciationCode ¶
func (e *NtQueueApcThreadExLocal) RenderInstanciationCode(data embed.FS) (string, error)
type PeRunsFart ¶
func (*PeRunsFart) GetImports ¶
func (i *PeRunsFart) GetImports() []string
func (*PeRunsFart) RenderFunctionCode ¶
func (e *PeRunsFart) RenderFunctionCode(data embed.FS) (string, error)
func (*PeRunsFart) RenderInstanciationCode ¶
func (e *PeRunsFart) RenderInstanciationCode(data embed.FS) (string, error)
type RtlCreateUserThread ¶
func (*RtlCreateUserThread) GetImports ¶
func (i *RtlCreateUserThread) GetImports() []string
func (*RtlCreateUserThread) RenderFunctionCode ¶
func (e *RtlCreateUserThread) RenderFunctionCode(data embed.FS) (string, error)
func (*RtlCreateUserThread) RenderInstanciationCode ¶
func (e *RtlCreateUserThread) RenderInstanciationCode(data embed.FS) (string, error)
type SpfGateCreateThread ¶
func (*SpfGateCreateThread) GetImports ¶
func (i *SpfGateCreateThread) GetImports() []string
func (*SpfGateCreateThread) RenderFunctionCode ¶
func (e *SpfGateCreateThread) RenderFunctionCode(data embed.FS) (string, error)
func (*SpfGateCreateThread) RenderInstanciationCode ¶
func (e *SpfGateCreateThread) RenderInstanciationCode(data embed.FS) (string, error)
type SyscallGoShellcode ¶
func (*SyscallGoShellcode) GetImports ¶
func (i *SyscallGoShellcode) GetImports() []string
func (*SyscallGoShellcode) RenderFunctionCode ¶
func (e *SyscallGoShellcode) RenderFunctionCode(data embed.FS) (string, error)
func (*SyscallGoShellcode) RenderInstanciationCode ¶
func (e *SyscallGoShellcode) RenderInstanciationCode(data embed.FS) (string, error)
type UnhookCreateThread ¶
func (*UnhookCreateThread) GetImports ¶
func (i *UnhookCreateThread) GetImports() []string
func (*UnhookCreateThread) RenderFunctionCode ¶
func (e *UnhookCreateThread) RenderFunctionCode(data embed.FS) (string, error)
func (*UnhookCreateThread) RenderInstanciationCode ¶
func (e *UnhookCreateThread) RenderInstanciationCode(data embed.FS) (string, error)
Click to show internal directories.
Click to hide internal directories.