mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
19 lines
364 B
YAML
19 lines
364 B
YAML
rule:
|
|
meta:
|
|
name: link function at runtime on Linux
|
|
namespace: linking/runtime-linking
|
|
authors:
|
|
- joakim@intezer.com
|
|
scope: function
|
|
att&ck:
|
|
- Execution::Shared Modules [T1129]
|
|
features:
|
|
- and:
|
|
- os: linux
|
|
- or:
|
|
- api: dlopen
|
|
- api: dlmopen
|
|
- or:
|
|
- api: dlsym
|
|
- api: dlvsym
|