Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- probe syscall.fcntl {
- if (pid() == target()) {
- printf("SYSCALL %s\n", probefunc())
- }
- }
- probe syscall.fcntl.return {
- if (pid() == target()) {
- printf("RETURN\n")
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement