mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
19 lines
375 B
YAML
19 lines
375 B
YAML
rule:
|
|
meta:
|
|
name: duplicate stdin and stdout
|
|
authors:
|
|
- joakim@intezer.com
|
|
lib: true
|
|
scopes:
|
|
static: basic block
|
|
dynamic: call
|
|
examples:
|
|
- 7351f8a40c5450557b24622417fc478d:0x40236D
|
|
features:
|
|
- and:
|
|
- or:
|
|
- os: linux
|
|
- os: android
|
|
- api: dup2
|
|
- number: 0 = STDIN
|
|
- number: 1 = STDOUT
|