0

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.

Hasnain
  • 99
  • 1
  • 12

1 Answers1

-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.

Community
  • 1
  • 1
alican akyol
  • 303
  • 3
  • 14