Skip to content
farnoodfaghihi edited this page Jan 3, 2022 · 17 revisions

After completing the installation phase, you can use CamoDroid in the following way:

Let us assume that you would like to analyze Android application with package name 'com.example.application'.

1- Open your terminal (or command line on windows), and cd into the directory containing CamoDroid's Source code (Camodroid.js).

2- Install the application to be analyzed on the device using the command adb install /path/to/your/apk/file.

3- Run Frida-server on your Android device using the command adb shell /data/local/tmp/frida-server &.

4- Start CamoDroid using the command frida -U -f com.example.application -l CamoDroid.js --no-pause. Please note that com.example.application is the package name of the application to be analyzed.

5- All done, you should be able to see the logs of Sensitive and Cloaked APIs called by the application in your terminal (like the following)!

Clone this wiki locally