For the complete documentation index, see llms.txt. This page is also available as Markdown.

Code Tampering Scanner Configuration

Code Tampering Scanner Configuration

The Code Tampering Scanner is configured in the YAML file conf/xygeni.codetamper.yml.

Code Tampering Detectors Configuration

Detectors are configured with different YAML files located under the conf/codetamper directory of the xygeni scanner. There is a sample _template.yml_ file that could be used for creating your own detectors.

To avoid scanner updates overwriting your configurations, you may define a directory where custom detectors could be loaded with the --custom-detectors-dir command-line argument.

Code Tampering Detectors

Please read the documentation on Code Tampering detectors available.

Last updated