mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
14 lines
269 B
YAML
14 lines
269 B
YAML
rule:
|
|
meta:
|
|
name: debug build
|
|
namespace: executable/pe/debug
|
|
authors:
|
|
- william.ballenthin@mandiant.com
|
|
scopes:
|
|
static: file
|
|
dynamic: file
|
|
features:
|
|
- or:
|
|
- string: "Assertion failed!"
|
|
- string: "Assertion failed:"
|