Reputation: 3
I wish to generate a static function call graph for API calls in an android application after its decompilation using APK tool. I searched for ways for doing the same and I found Flowdroid.
I downloaded github projects for Jasmin, Heros, Soot, soot-infoflow, soot-infoflow-android from the link "https://github.com/secure-software-engineering/soot-infoflow-android/wiki" .
I also downloaded the following:
Please guide me on how to build them or proceed from here. Also the links for libraries for logging seem to be unavailable. Please help me with them too.
Upvotes: 0
Views: 1650
Reputation: 66
As you mentioned the links for libraries and loggings are unavailable, the following might be useful http://www.java2s.com/Code/Jar/s/Downloadslf4jsimple175jar.htm
http://www.java2s.com/Code/Jar/s/Downloadslf4japi175jar.htm
Upvotes: 0