mandiant/capa-rules
在 GitHub 查看use word boundaries to reduce FPs when detecting strings using regular expressions
Open
#1,109 创建于 2026年1月28日
false positivegood first issuehelp wanted
仓库指标
- Star
- (721 star)
- PR 合并指标
- (PR 指标待抓取)
描述
e.g. /frida(\.exe)?/i can be updated to /\bfrida(\.exe)?\b/i to avoid matching common strings like friday.