Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xiong-peiyu opened this issue Feb 9, 2022 · 3 comments

Comments

@xiong-peiyu
Copy link

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.

@arezoo3456
Copy link

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

@xiong-peiyu
Copy link
Author

Hi @arezoo3456, I'm sorry for the late reply.
I didn't add the code to this solution, but I found this dropbox link (https://www.dropbox.com/s/ztthwf6ub4mxxc9/feature-extractor.tar.gz) which links to the Drebin feature extractor written by the second author of the Drebin paper, which extract features following what is written in the paper.

@arezoo3456
Copy link

arezoo3456 commented May 28, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants