forked from aquasecurity/tracee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/ebpf: add interpreter of ELF to sched_process_exec (aquasecurity#…
…1752) * pkg/ebpf: extract ELF interpreter during exec Add parameters specifying the ELF interpreter file information. The interpreter gives deeper insight of what runs in executed program. The parameter is given using new kprobe, which couLd be used as an event separately. If ELF has no interpreter, the one given will be the ELF itself.
- Loading branch information
1 parent
ad7bdef
commit bee0270
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters