obf

package
v0.0.0-...-d83f28c Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2020 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MASK_HI = 1
	MASK_LO = 0
)

Variables

This section is empty.

Functions

func DeObfuscate

func DeObfuscate(in []byte) (out []byte, err error)

can process it with any number of bytes

func DeobfuscateByte

func DeobfuscateByte(in []byte, mask_hi, mask_lo byte) (out []byte, err error)

func Obfuscate

func Obfuscate(in []byte) (out []byte, err error)

can process it with any number of bytes

func ObfuscateByte

func ObfuscateByte(in []byte, mask_hi, mask_lo byte) (out []byte, err error)
Arsene Obfuscation keep you busy where they is no need to :)

XXX need to plugin the fortuna PRNG instead...

Types

type ObfuscateError

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

func (ObfuscateError) Error

func (oe ObfuscateError) Error() string

Jump to

Keyboard shortcuts

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