Parameters controlling raw string detection, as used by the core strings analysis.
More...
Parameters controlling raw string detection, as used by the core strings analysis.
- See also
- StringDetector
◆ FromSettings()
Builds parameters from the standard string-analysis settings: "analysis.limits.minStringLength" and "analysis.unicode.{blocks,utf8,utf16,utf32}".
- Parameters
-
- Returns
- Parameters reflecting the given settings
◆ minStringLength
| size_t BinaryNinja::StringDetectionParameters::minStringLength = 4 |
◆ utf8Enabled
| bool BinaryNinja::StringDetectionParameters::utf8Enabled = true |
◆ utf16Enabled
| bool BinaryNinja::StringDetectionParameters::utf16Enabled = true |
◆ utf32Enabled
| bool BinaryNinja::StringDetectionParameters::utf32Enabled = true |
◆ unicodeBlockNames
| std::vector<std::string> BinaryNinja::StringDetectionParameters::unicodeBlockNames |