Extract API calls from an APK

时光怂恿深爱的人放手 提交于 2019-12-13 10:21:55

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!