Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better False-Positive Detection in rz_scan_strings #2691

Merged
merged 3 commits into from
Jun 14, 2022

Commits on Jun 14, 2022

  1. Improved false-positive detection in str_search

    This commit adds the following features:
    - Extend the false-positive check on ASCII frequencies to all UTF strings
    - Add a global option to activate/deactivate di check
    - Improve the false-positive heuristic adding a special case for extended-ASCII strings
    borzacchiello committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5507d94 View commit details
    Browse the repository at this point in the history
  2. clang-format

    borzacchiello committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    42d5e4b View commit details
    Browse the repository at this point in the history
  3. format fix

    borzacchiello committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a8e48b6 View commit details
    Browse the repository at this point in the history