MS-2017-2 / SoundRecorder

A simple sound recording app implementing Material Design
GNU General Public License v3.0
0 stars 0 forks source link

Call graphs #9

Open masmangan opened 6 years ago

maxzorzetti commented 6 years ago

Soot is one of the most popular analytics framework for Java.
It supports the creation of call graphs, however, it requires a main entrypoint in the application to do so, something which Android applications lack. This can be bypassed with the use of FlowDroid to mock an entrypoint.

maxzorzetti commented 6 years ago

This project seems to be an all-in-one solution for this task.

maxzorzetti commented 6 years ago

Manually creating a call graph seems to be the better option if the above solution proves worthless (other than studying Soot and FlowDroid, that is).