Documentation
¶
Index ¶
Constants ¶
View Source
const Base64Alphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/="
Variables ¶
This section is empty.
Functions ¶
func RotateStringArray ¶
func RotateStringArray( array []string, expression *ast.Expression, decoder *Rc4StringDecoder, stopValue int, )
Types ¶
type BinaryOperation ¶
type BinaryOperation struct {
// contains filtered or unexported fields
}
type CallOperation ¶
type CallOperation struct {
// contains filtered or unexported fields
}
type NumberOperation ¶
type NumberOperation struct {
// contains filtered or unexported fields
}
type Rc4StringDecoder ¶
type Rc4StringDecoder struct {
StringArray []string
// contains filtered or unexported fields
}
func NewRc4StringDecoder ¶
func NewRc4StringDecoder(stringArray []string, indexOffset int) *Rc4StringDecoder
func (*Rc4StringDecoder) GetForRotate ¶
func (d *Rc4StringDecoder) GetForRotate(index int, key string) (string, bool)
func (*Rc4StringDecoder) Shift ¶
func (d *Rc4StringDecoder) Shift()
type UnaryOperation ¶
type UnaryOperation struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.