HObfus offers some customizable settings to tweak its behavior. While default values are effective in most situations, there may be instances where you want to make changes to it.
To configure HObfus, open hobfus/config.inc.php in a text editor (such as Notepad). The following customizable settings are available. Click on the link for more details.
$cfg["verify-hostname"]
Verify whether the hostname used by the server matches the one used by the client.
Verify whether the hostname used by the server matches the one used by the client.
$cfg["verify-protocol"]
Verify whether the transfer protocol is HTTP/HTTPS.
Verify whether the transfer protocol is HTTP/HTTPS.
$cfg["prepend"]
Prepend a text/tabs to HObfus obfuscations.
Prepend a text/tabs to HObfus obfuscations.
$cfg["remove-script"]
Remove all <script> blocks from the Elements tab of DevTools.
Remove all <script> blocks from the Elements tab of DevTools.
$cfg["remove-comment"]
Remove all comment blocks (<!-- ... -->) from the Elements tab of DevTools.
Remove all comment blocks (<!-- ... -->) from the Elements tab of DevTools.
$cfg["return-output"]
Return obfuscated code as a PHP string.
Return obfuscated code as a PHP string.
If you want to change the HObfus configurations on a per-instance basis, see Overriding Configurations. |