The AOSP build will include the emulator. http://source.android.com/source/initializing.html has instructions on getting the source, building, and running the emulator.
-bri On Wed, Mar 14, 2012 at 2:35 AM, Meryeme Ayache <[email protected]>wrote: > and how can we integrate this AOSP build on the emulator? do we respect > any architecture? or we install it or what? sorry if I am asking so much > questions but I am really new in this field > > > On Tue, Mar 13, 2012 at 10:57 PM, Brian Carlstrom <[email protected]> wrote: > >> 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. >>> * >>> * >>> * >>> * >>> * >>> >>> >> > > > -- > 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.
