Global obfuscation flags

There are global obfuscations flags available, regardless of the method you choose to set up your obfuscation job. These flags offer you greater flexibility and control in the obfuscation process. Here are the flags you can use.

Fingerprint your builds (--fingerprint)

This flag allows you to inject a unique identifier into the protected file. You can specify any string, helping you easily track and identify the obfuscated file.

Obfuscation channel (--chanel)

This flag lets you specify the source that's generating the obfuscation task. You can input any string that helps in identifying the source when reviewing obfuscation logs. For instance, specifying values like git, git-commit, or cli can assist in differentiating the tasks based on their origin.

Build hash (--hash)

Use this flag to indicate the hash of the build, commit, file, or any other relevant component. By doing so, you can easily track and pinpoint the exact source or version of obfuscation.

Last updated