Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Usage

  1. Compile HyperScan. For details, see Hyperscan Compilation Guide.
  2. Configure the config.txt file in the root directory of Hyperscan to enable or disable the short byte optimization and false-positive blocking features. The features are enabled by default.

    If the config.txt file is not included or the file format is incorrect, the features are disabled by default.

    • allowLily: used to enable or disable the short byte optimization feature. The value can be 0 (disable) or 1 (enable).
    • allowNeoFdr: used to enable or disable the false-positive blocking feature. The value can be 0 (disable) or 1 (enable).

    The following is an example of the config.txt file:

    allowLily:1;allowNeoFdr:1;