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.