On Aug 8, 11:13 am, Chris Stratton <[email protected]> wrote:
> On Sunday, August 7, 2011 3:12:21 PM UTC-4, michael wrote:
>
> > I am doing a project about android security, and using the  following
> > commands to trace the system calls:
>
> > strace -e trace=network
>
> > but it gives me the errors: segmentation error.
>
> Obviously that's not the full command - what are you strace-ing?
>

   I am tracing the system call that are related with the network
activities of one application.
> Does it work if you do an strace without any options?
>

  I could trace the system call of one specific process in the
emulator, but when I want to filter out the system calls with specific
limitations, llike -e =trace=network.  It does not work and gave me
that error
> Its possible you are on a build with a broken strace, or tried to move a
> copy from a build that had it to a not-quite-compatible build that didn't?  
> strace depends on the syscall numbers and hence kernel version.

what do you mean broken strace? it works well except the opitions -e

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/android-security-discuss?hl=en.

Reply via email to