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

feature: Scrape apktool unknowns and directories #43

Open
ddxv opened this issue Mar 13, 2024 · 0 comments
Open

feature: Scrape apktool unknowns and directories #43

ddxv opened this issue Mar 13, 2024 · 0 comments

Comments

@ddxv
Copy link
Owner

ddxv commented Mar 13, 2024

Not all code used in apps needs to be declared in AndroidManifest.xml so ultimately should use something like MobSF to scrape outgoing requests and libraries, but this would be very expensive.

In the meantime, it would be pretty easy to add support for apktool's 'unknown' and libraries. These are both already output into the apktool.yml file so very little extra effort to parse.

It would change the way that it is stored in the database though. Perhaps the best would be to store an entirely new table(s) for new data with the materialized views needing to be updated.

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

1 participant