Documentation ¶
Index ¶
Constants ¶
View Source
const MinSize = 8
MinSize is the lower bound limit, of the size of string-like literals which we will obfuscate. This is needed in order for binary size to stay relatively moderate, this also decreases the likelihood for performance slowdowns.
Variables ¶
View Source
var ( // Obfuscators contains all types which implement the obfuscator Interface Obfuscators = []obfuscator{ simpleObfuscator, swap{}, split{}, shuffle{}, seed{}, } // LinearTimeObfuscators contains all types which implement the obfuscator Interface and can safely be used on large literals LinearTimeObfuscators = []obfuscator{ simpleObfuscator, } TestObfuscator string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.