mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
16 lines
374 B
YAML
16 lines
374 B
YAML
rule:
|
|
meta:
|
|
name: compiled with rust
|
|
namespace: compiler/rust
|
|
authors:
|
|
- "@_re_fox"
|
|
scope: function
|
|
examples:
|
|
- c3341b7dfbb9d43bca8c812e07b4299f:0x45F490
|
|
features:
|
|
- and:
|
|
- basic block:
|
|
- substring: "run with `RUST_BACKTRACE=1` environment variable"
|
|
- basic block:
|
|
- substring: "thread '' panicked at '',"
|