├── LICENSE ├── README ├── example ├── Bubble_Sort.as ├── Bubble_Sort.swf ├── Bubble_Sort_Obfs.as ├── Bubble_Sort_Obfs.swf ├── index.html └── index_obfs.html └── obfuscator.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shapedbyregret/actionscript-3-obfuscator/HEAD/LICENSE -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shapedbyregret/actionscript-3-obfuscator/HEAD/README -------------------------------------------------------------------------------- /example/Bubble_Sort.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shapedbyregret/actionscript-3-obfuscator/HEAD/example/Bubble_Sort.as -------------------------------------------------------------------------------- /example/Bubble_Sort.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shapedbyregret/actionscript-3-obfuscator/HEAD/example/Bubble_Sort.swf -------------------------------------------------------------------------------- /example/Bubble_Sort_Obfs.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shapedbyregret/actionscript-3-obfuscator/HEAD/example/Bubble_Sort_Obfs.as -------------------------------------------------------------------------------- /example/Bubble_Sort_Obfs.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shapedbyregret/actionscript-3-obfuscator/HEAD/example/Bubble_Sort_Obfs.swf -------------------------------------------------------------------------------- /example/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shapedbyregret/actionscript-3-obfuscator/HEAD/example/index.html -------------------------------------------------------------------------------- /example/index_obfs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shapedbyregret/actionscript-3-obfuscator/HEAD/example/index_obfs.html -------------------------------------------------------------------------------- /obfuscator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shapedbyregret/actionscript-3-obfuscator/HEAD/obfuscator.py --------------------------------------------------------------------------------