Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Info - Display colorful information Info = bold + cyan + "[*] " + normal // Warn - Warn a user Warn = bold + red + "[!] " + normal // Debug - Display debug information Debug = bold + purple + "[-] " + normal // Woot - Display success Woot = bold + green + "[$] " + normal )
Variables ¶
View Source
var ( // ObfuscatorLLVMURL - URL to a O-LLVM Github repo ObfuscatorLLVMURL string // Mingw64URL - URL to mingw-x64 download Mingw64URL string // SevenZipURL - The MinGW people are assholes and only distribute 7z files SevenZipURL string )
View Source
var ( // Version - The semantic version of the program Version string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.