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

add support for Android analysis ApkLauncher #2953

Open
monperrus opened this issue Apr 29, 2019 · 4 comments
Open

add support for Android analysis ApkLauncher #2953

monperrus opened this issue Apr 29, 2019 · 4 comments

Comments

@monperrus
Copy link
Collaborator

good idea from @nharrand add a specific launcher to analyze Android apps, it would ApkLauncher

related to #2554

@monperrus
Copy link
Collaborator Author

We would probably use a Dex to Java decompiler such as https://github.com/skylot/jadx

@monperrus
Copy link
Collaborator Author

Will be useful for security:
Android Application Diffing: CVE-2019-10875 Inspection
https://blog.quarkslab.com/android-application-diffing-cve-2019-10875-inspection.html

@monperrus
Copy link
Collaborator Author

This would maybe involve a Dex to Spoon model, ie a BaksmaliBasedTreeBuilder, see org.smali:baksmali

@monperrus
Copy link
Collaborator Author

Related work by @danielrbk:
Decompiled APK based malicious code classification
https://www.sciencedirect.com/science/article/abs/pii/S0167739X19325129

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

No branches or pull requests

1 participant