Versions in this module Expand all Collapse all v0 v0.1.0 May 17, 2022 v0.0.2 May 17, 2022 Changes in this version + func NewCreateThreadNative() models.ObjectModel + func NewNtQueueApcThreadExLocal() models.ObjectModel + func NewSyscallGoShellcode() models.ObjectModel + type CreateThreadNative struct + Debug bool + Description string + Name string + func (e *CreateThreadNative) RenderFunctionCode(data embed.FS) (string, error) + func (e *CreateThreadNative) RenderInstanciationCode(data embed.FS) (string, error) + func (i *CreateThreadNative) GetImports() []string + type NtQueueApcThreadExLocal struct + Debug bool + Description string + Name string + func (e *NtQueueApcThreadExLocal) RenderFunctionCode(data embed.FS) (string, error) + func (e *NtQueueApcThreadExLocal) RenderInstanciationCode(data embed.FS) (string, error) + func (i *NtQueueApcThreadExLocal) GetImports() []string + type SyscallGoShellcode struct + Debug bool + Description string + Name string + func (e *SyscallGoShellcode) RenderFunctionCode(data embed.FS) (string, error) + func (e *SyscallGoShellcode) RenderInstanciationCode(data embed.FS) (string, error) + func (i *SyscallGoShellcode) GetImports() []string