You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The restricted API calls collected by 'GetPermissionsAndApis(ApiList, PMap, RequestedPermissionList)' function only include the API calls that are restricted by permission but have no corresponding permission requested in Manifest file. However, in the original paper, the restricted APIs in an app refer to all the API calls that are restricted by permissions in the decompiled code, the ones without corresponding permission requested in manifest are just special cases of them.