Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any good guides on using PTRACE_SYSEMU?

Tags:

linux

ptrace

Does anyone have any good explanations, tutorials, books, or guides on the use of PTRACE_SYSEMU?

like image 703
naasking Avatar asked Mar 22 '11 18:03

naasking


1 Answers

What I found interesting:

  • Example Implementation for ptrace
  • Playing with ptrace, Part I - LinuxJournal.com
  • Playing with ptrace, Part II - LinuxJournal.com

And programming library that makes using ptrace easier :

  • PinkTrace - ptrace() wrapper library.

For pinktrace there are examples, sydbox sources are example of complex pinktrace usecase. In general, I've found author as good person to contact about using and testing pinktrace.

like image 180
Grzegorz Wierzowiecki Avatar answered Nov 08 '22 15:11

Grzegorz Wierzowiecki