mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
16 lines
326 B
YAML
16 lines
326 B
YAML
rule:
|
|
meta:
|
|
name: linked against CppSQLite3
|
|
namespace: linking/static/sqlite3
|
|
authors:
|
|
- still@teamt5.org
|
|
scopes:
|
|
static: file
|
|
dynamic: file
|
|
examples:
|
|
- 253309d8b3675d3cc61d4bf23aa15d4b
|
|
features:
|
|
- and:
|
|
- substring: "CppSQLite3DB"
|
|
- substring: "CppSQLite3Query"
|