normalizer

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultCT630EndSequene

func DefaultCT630EndSequene() []string

Types

type Normalizer

type Normalizer struct {
	// contains filtered or unexported fields
}

func Default

func Default() *Normalizer

func New

func New(opcodeReplacement OpcodeReplacement, endSequence ...string) *Normalizer

func (*Normalizer) Normalize

func (n *Normalizer) Normalize(input string) ([]string, error)

func (*Normalizer) WithEndSequence

func (n *Normalizer) WithEndSequence(endSequence ...string) *Normalizer

func (*Normalizer) WithOpcodeReplacement

func (n *Normalizer) WithOpcodeReplacement(from opcodes.Opcode, to opcodes.Opcode) *Normalizer

type OpcodeReplacement

type OpcodeReplacement struct {
	Original    opcodes.Opcode
	Replacement opcodes.Opcode
}

Jump to

Keyboard shortcuts

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