Search results

  1. W

    how to use bpftrace to check an app's read system calls' contents?

    I want to find a way to use bpftrace to get read system call's return contents to verify if a software can prevent it so to protect the security of the critical info.
  2. W

    is it possible to use bpftrace tracepoint to get the contents of read system call?

    I'm new to BPF, and just tried to understand what info can BPF get from kernel or process, whether it can steal password/key entered by users, to know if it can then what's the possible way to avoid it.
Top