mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-02 03:17:19 +00:00
14 lines
307 B
YAML
14 lines
307 B
YAML
rule:
|
|
meta:
|
|
name: contain loop
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
lib: true
|
|
scope: function
|
|
examples:
|
|
- 08AC667C65D36D6542917655571E61C8:0x406EAA
|
|
features:
|
|
- or:
|
|
- characteristic: loop
|
|
- characteristic: tight loop
|
|
- characteristic: recursive call
|