mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
15 lines
326 B
YAML
15 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"
|