mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
15 lines
340 B
YAML
15 lines
340 B
YAML
rule:
|
|
meta:
|
|
name: linked against CPP HTTP library
|
|
namespace: linking/static/httplib
|
|
authors:
|
|
- "@mr-tz"
|
|
scopes:
|
|
static: file
|
|
dynamic: file
|
|
references:
|
|
- https://github.com/yhirose/cpp-httplib
|
|
features:
|
|
- or:
|
|
- substring: "cpp-httplib/"
|
|
- string: /\(HTTP\/1\\\.\[01\]\) \(\\d/
|