It is in external/strace in the AOSP tree. If you are going to be doing this type of work, you probably should have an AOSP build. you could run in the emulator to experiment.
-bri On Tue, Mar 13, 2012 at 2:18 PM, Meryeme Ayache <[email protected]>wrote: > yes I was learning about strace latly but I don't know how to work with > Strace or Ltrace on android do we install them as well? or we use the > original source code that was writen on C? > > > On Tue, Mar 13, 2012 at 5:01 PM, Brian Carlstrom <[email protected]> wrote: > >> i would look at whatever mechanism tools like strace (and selinux as >> David suggested) use to observe the behavior of processes. Not that this >> has anything to do with Android. >> >> -bri >> >> >> On Tue, Mar 13, 2012 at 8:29 AM, Kevin Chadwick <[email protected]>wrote: >> >>> On Tue, 13 Mar 2012 05:20:21 -0700 (PDT) >>> David Herges wrote: >>> >>> > >> send any signals that can be recognized by the OS? >>> >>> Well obviously it's the OS that's handling the connection? >>> >>> I guess you can monitor with netstat or if you have root, iptables can >>> be tied to selinux and all sorts. I doubt an app would be allowed >>> access to the memory netstat is allowed though but there may be some >>> Android API? >>> >>> -- >>> 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. >>> >>> >> -- >> 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. >> > > > > -- > Meryeme Ayache.* > **Third year Computer Science Student Engineer at > **Ecole Nationale Supérieure d'Informatique et d'Analyse des Systèmes > (Rabat)* > *Information Security System Major. > * > * > * > * > * > > -- 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.
