mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
16 lines
349 B
YAML
16 lines
349 B
YAML
rule:
|
|
meta:
|
|
name: compiled from Visual Basic
|
|
namespace: compiler/vb
|
|
authors:
|
|
- "@williballenthin"
|
|
scopes:
|
|
static: file
|
|
dynamic: unspecified # rule hasn't been migrated yet
|
|
examples:
|
|
- 9bca6b99e7981208af4c7925b96fb9cf
|
|
features:
|
|
- and:
|
|
- string: /VB5!.*/
|
|
- import: msvbvm60.ThunRTMain
|