├── README.md ├── modified └── obfuscator.php └── original ├── Docs - Please read!.txt ├── HunterObfuscator.php └── index.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicxlau/hunter-php-javascript-obfuscator/HEAD/README.md -------------------------------------------------------------------------------- /modified/obfuscator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicxlau/hunter-php-javascript-obfuscator/HEAD/modified/obfuscator.php -------------------------------------------------------------------------------- /original/Docs - Please read!.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicxlau/hunter-php-javascript-obfuscator/HEAD/original/Docs - Please read!.txt -------------------------------------------------------------------------------- /original/HunterObfuscator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicxlau/hunter-php-javascript-obfuscator/HEAD/original/HunterObfuscator.php -------------------------------------------------------------------------------- /original/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicxlau/hunter-php-javascript-obfuscator/HEAD/original/index.php --------------------------------------------------------------------------------