drebin icon indicating copy to clipboard operation
drebin copied to clipboard

Restricted API Calls collected in the code have different definition compared to the one in original Drebin paper?

Open xiong-peiyu opened this issue 2 years ago • 3 comments

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.

xiong-peiyu avatar Feb 09 '22 05:02 xiong-peiyu

Hello, did you find a solution or add a piece of code to solve this problem?

arezoo3456 avatar Jul 12 '22 07:07 arezoo3456