mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
17 lines
481 B
YAML
17 lines
481 B
YAML
rule:
|
|
meta:
|
|
name: compiled with rust
|
|
namespace: compiler/rust
|
|
authors:
|
|
- "@_re_fox"
|
|
- william.ballenthin@mandiant.com
|
|
scopes:
|
|
static: file
|
|
dynamic: file
|
|
examples:
|
|
- c3341b7dfbb9d43bca8c812e07b4299f:0x45F490
|
|
features:
|
|
- or:
|
|
- substring: "run with `RUST_BACKTRACE=1` environment variable"
|
|
- substring: "called `Option::unwrap()` on a `None` value"
|
|
- substring: "called `Result::unwrap()` on an `Err` value"
|