a2t2

Results 6 issues of a2t2

I am testing the Seafile app for Android and am looking for the feature to allow one user to share a library with another user. When I click the down...

I am trying to test the openredmine app with my redmine server. I can login from the app, and can see issues related to projects. But when I try to...

Android allows priority attribute to be used with intent filters, for example: ``` ``` Is there a way to extract the attribute value of priority i.e. 100 for the above...

I want to get all the Android SDK APIs invoked by an Android app. I have the following sample code. #!/usr/bin/python3 from sys import argv from androguard.core.bytecodes import dvm from...

In the DroidBot paper ( https://yuanchun-li.github.io/static/files/ICSE2017_DroidBot.pdf ), it is mentioned that GUI information is fetched from the device using UI Automator. There is a recent work called TOLLER ( https://wenyu.io/pub/issta21-toller.pdf...

In `frida-trace` there is a -W option that can be used to await spawn, i.e. one can specify API filter with -j flag for a Android APK and use -W...