Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
Encoder is a simple shellcode encoder.
func NewEncoder ¶
NewEncoder is used to create a simple shellcode encoder.
type Options ¶
type Options struct { NumIterator int NumTailInst int MinifyMode bool SaveContext bool EraseInst bool NoIterator bool NoGarbage bool RandSeed int64 TrimSeed bool X86MiniDecoder string X64MiniDecoder string X86Loader string X64Loader string }
Options contains options about encode shellcode.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.