0xabda / abda.nl-comments

Repository for utterances' comments
0 stars 0 forks source link

Understanding ptrace · Naim A. #3

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Understanding ptrace · Naim A.

A journey with the Linux ptrace API

https://abda.nl/posts/understanding-ptrace/

yushiangfu commented 2 years ago

Hi, I like your detailed notes so much but got one question in mind. Is there any reason not to use strace in your project? Thanks : )

naim94a commented 2 years ago

Thanks! That project isn't open source so I can't really share the code itself. I don't think I could have used strace. The project I was working on was sort of a honeypot that needed to intercepts syscalls and prevent or modify the syscall before resuming.