utils

package
v0.0.0-...-1cdd8a9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2025 License: MIT Imports: 7 Imported by: 0

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 Operation

type Operation interface {
	// contains filtered or unexported methods
}

type Rc4StringDecoder

type Rc4StringDecoder struct {
	StringArray []string
	// contains filtered or unexported fields
}

func NewRc4StringDecoder

func NewRc4StringDecoder(stringArray []string, indexOffset int) *Rc4StringDecoder

func (*Rc4StringDecoder) Get

func (d *Rc4StringDecoder) Get(index int, key string) string

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL