Files

14 lines
379 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
readelf -a @/path/to/input-file
comment: |-
Each line is corrupted by a prefix string and wrapped inside single quotes. Also consider that lines are actually parsed as `readelf` options thus some file contents may lead to unexpected results.
contexts:
sudo:
suid:
unprivileged:
...