mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
14 lines
383 B
YAML
14 lines
383 B
YAML
rule:
|
|
meta:
|
|
name: accept command line arguments
|
|
namespace: host-interaction/cli
|
|
author: moritz.raabe@fireeye.com
|
|
scope: function
|
|
examples:
|
|
- Practical Malware Analysis Lab 10-03.exe_:0x401140
|
|
- AFB6EC3D721A5CB67863487B0E51A34C167F629CF701F8BC7A038C117B4DDA44:0x407D50
|
|
features:
|
|
- or:
|
|
- api: GetCommandLine
|
|
- api: CommandLineToArgv
|