├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── ObfuscatorSG.zip ├── README.md ├── SampleOutput.txt └── TestFile.au3 /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplymercurial/ObfuscatorSG/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplymercurial/ObfuscatorSG/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /ObfuscatorSG.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplymercurial/ObfuscatorSG/HEAD/ObfuscatorSG.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplymercurial/ObfuscatorSG/HEAD/README.md -------------------------------------------------------------------------------- /SampleOutput.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplymercurial/ObfuscatorSG/HEAD/SampleOutput.txt -------------------------------------------------------------------------------- /TestFile.au3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplymercurial/ObfuscatorSG/HEAD/TestFile.au3 --------------------------------------------------------------------------------