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

link|improve this question

78% accept rate
feedback

1 Answer

What I found interesting:

And programming library that makes using ptrace easier :

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.

link|improve this answer
2  
I know how to use ptrace in general, just not the PTRACE_SYSEMU option. I was looking for a guide specifically on that, which none of these articles cover. I know user-mode Linux used it at one point, but I was hoping for something a little more high-level instead of wading through code. – naasking Aug 22 '11 at 21:29
I think a good person to ask about usage of PTRACE_SYSEMU might be pinktrace author - just try ;). – Grzegorz Wierzowiecki Aug 24 '11 at 11:53
@GrzegorzWierzowiecki: Even I wanted some guides which explains some of the advanced options. If you find any can you update it here ?? :) thanks in advance :) – bi0s.kidd0 Mar 24 at 6:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.