Hello,

Thanks for the quick reply  .
Is there a way to register ( suppose our application ) ourselves and
get the information about the apis called  from another application (
using apks ). The intention is to find out that the application is not
doing any malicious calls  which it is not suppose to do ( like
accessing the contact details ) .  I am also aware that to some extent
the androidmanifest.xml  gives the permissions .
Please let me know.

Thanks


On 12/11/08, fadden <[EMAIL PROTECTED]> wrote:
>
> On Dec 10, 5:08 am, Naina <[EMAIL PROTECTED]> wrote:
>> I would like to know, if i have only .apk file with me, how to get the
>> APIs and Classes that are present in the .apk file. Please let me know
>> if anybody has any idea.
>
> There are two utility programs built in the open-source tree,
> "dexlist" and "dexdump".  "dexlist foo.apk" will give you a list of
> all of the methods found in foo.apk.  dexdump does a similar thing,
> but with vastly more detail.
>
> It looks like dexdump is included in v1.0r2 of the SDK, but dexlist is
> not.  An ARM version of dexdump may also be found on the device
> itself.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to