HObfus v2.04
Configuring HObfus

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.
$cfg["verify-protocol"]
Verify whether the transfer protocol is HTTP/HTTPS.
$cfg["prepend"]
Prepend a text/tabs to HObfus obfuscations.
$cfg["remove-script"]
Remove all <script> blocks from the Elements tab of DevTools.
$cfg["remove-comment"]
Remove all comment blocks (<!-- ... -->) from the Elements tab of DevTools.
$cfg["return-output"]
Return obfuscated code as a PHP string.

If you want to change the HObfus configurations on a per-instance basis, see Overriding Configurations.

« Back
Find Path to HObfus.inc.php
Next »
$cfg["verify-hostname"]