问题
How could i extract API calls/System calls sequence from APK? I have decompiled source code from APK now i want to know if there is a tool that can extract all system calls made by that app from source code.
回答1:
You should use CuckooDroid for analyze APK files. I installed it and I use. So I can get all services, activities etc. You can look there enter link description here or enter link description here
They provide to get all functions about APK.
来源:https://stackoverflow.com/questions/33982143/extract-api-calls-from-an-apk