├── .gitattributes ├── LICENSE ├── cactusTorch └── cactusTorch_serialized.bin ├── cactusTorch_js.tpl ├── cactusTorch_vba.tpl ├── obfuscateCactusTorch.py ├── output └── .touch └── readme.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ObfuscateCactusTorch/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ObfuscateCactusTorch/HEAD/LICENSE -------------------------------------------------------------------------------- /cactusTorch/cactusTorch_serialized.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ObfuscateCactusTorch/HEAD/cactusTorch/cactusTorch_serialized.bin -------------------------------------------------------------------------------- /cactusTorch_js.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ObfuscateCactusTorch/HEAD/cactusTorch_js.tpl -------------------------------------------------------------------------------- /cactusTorch_vba.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ObfuscateCactusTorch/HEAD/cactusTorch_vba.tpl -------------------------------------------------------------------------------- /obfuscateCactusTorch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ObfuscateCactusTorch/HEAD/obfuscateCactusTorch.py -------------------------------------------------------------------------------- /output/.touch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/ObfuscateCactusTorch/HEAD/readme.md --------------------------------------------------------------------------------