Obfuscation Rules

Babel Obfuscator can perform a series of tasks according to a set of pre-defined rules (Agent), chosen to avoid some common issues introduced by obfuscation, which might otherwise break the resulting assembly.

Although the predefined rules defined, in most cases, are sufficient to prevent the common problems due to obfuscation, sometimes the user wants to define his own custom rules to finetune Babel or make the obfuscated assembly to work as expected.

Obfuscation rules can be specified using XML files or embedded in source code using custom attributes already provided by .NET.

Last updated