package
0.0.0-20241223201216-b2272ab2b612
Repository: https://github.com/susmdt/gscript.git
Documentation: pkg.go.dev

# Functions

NewMordor returns a new mordor object with some sane defaults added specifically for genesis.
NewStylist creates a new Stylist.
WalkGoPackageForGhosts gathers all ghosts from a specified gopackage's directory and package name.

# Constants

GENERICMATCH is a string literal for generic regex matching strings in the executable GENERICMATCH = `[[:word:]\.\/\(\)\*\[\]\&\%\{\}\$ ]*`.

# Structs

Mordor is a post compilation obfuscator type that replaces ascii strings out of binary files.
Orc is a type to represent a single string match that should be replaced in a binary.
StringDef represents an instance of an obfuscated string within the gscript compilers intermediate representation.
Stylist creates a new pre-obfuscation tangle manager.