Documentation
¶
Index ¶
- func NewNinjaUUID() models.ObjectModel
- func NewNtCreateThreadEx() models.ObjectModel
- func NewNtQueueApcThreadExLocal() models.ObjectModel
- func NewSyscallGoShellcode() models.ObjectModel
- func NewUnhooker() models.ObjectModel
- type NinjaUUID
- type NtCreateThreadEx
- type NtQueueApcThreadExLocal
- type SyscallGoShellcode
- type Unhooker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNinjaUUID ¶
func NewNinjaUUID() models.ObjectModel
func NewNtCreateThreadEx ¶
func NewNtCreateThreadEx() models.ObjectModel
func NewNtQueueApcThreadExLocal ¶
func NewNtQueueApcThreadExLocal() models.ObjectModel
func NewSyscallGoShellcode ¶
func NewSyscallGoShellcode() models.ObjectModel
func NewUnhooker ¶
func NewUnhooker() models.ObjectModel
Types ¶
type NtCreateThreadEx ¶
func (*NtCreateThreadEx) GetImports ¶
func (i *NtCreateThreadEx) GetImports() []string
func (*NtCreateThreadEx) RenderFunctionCode ¶
func (e *NtCreateThreadEx) RenderFunctionCode(data embed.FS) (string, error)
func (*NtCreateThreadEx) RenderInstanciationCode ¶
func (e *NtCreateThreadEx) 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 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)
Click to show internal directories.
Click to hide internal directories.