<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I am doing some analysis for Android APIs and callbacks using SOOT. For this reason I need to do following two tests.</div><div class=""><br class=""></div><div class="">i) for callbacks I need to know detail about any parameters associated with that callback, for example if it is <i class="">onClick(View v) </i>I would like to know details about the view parameter&nbsp;<b class="">V (</b>i.e. which type of object it is) and if I know the type of object I want to put logging instruction to get real time information. For example if the <b class="">.</b>&nbsp;parameter is a type of Coordinates and Coordinates provides to accessible fields x, y I need to find out that information and add log to it. How can I achieve that? I need to instrument the app to get that dynamic information.</div><div class=""><br class=""></div><div class="">ii)For API calls I know which stmt is a invoke stmt. But I need to know details about the arguments passed to that API call and analyze the arguments just like the above approach.</div><div class=""><br class=""></div><div class="">I would appreciate your input regarding these types of analysis.</div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">--</div><div class="">Tanzir</div><div class=""><br class=""></div></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br class=""></div></body></html>