mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
16 lines
385 B
YAML
16 lines
385 B
YAML
rule:
|
|
meta:
|
|
name: contain loop
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
lib: true
|
|
scopes:
|
|
static: function
|
|
dynamic: unsupported # requires characteristic features
|
|
examples:
|
|
- 08AC667C65D36D6542917655571E61C8:0x406EAA
|
|
features:
|
|
- or:
|
|
- characteristic: loop
|
|
- characteristic: tight loop
|
|
- characteristic: recursive call
|