aboutcode-org / scancode.io

ScanCode.io is a server to script and automate software composition analysis pipelines with ScanPipe pipelines. This project is sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase/ Google Summer of Code, nexB and others generous sponsors!
https://scancodeio.readthedocs.io
Apache License 2.0
115 stars 85 forks source link

Android APK D2D: Analyze Android APK to map app binaries with source code #1366

Closed pombredanne closed 1 month ago

pombredanne commented 2 months ago

An Android APK is a zip file that contains various compiled binaries, bytecode files (compiled from Java and JVM languages), XML manifests and UI files and a few other files. The d2d of an android app has a few steps that are common, like basic file mapping, or matching and would need go through these specific steps:

pombredanne commented 1 month ago

This is now completed. There are several improvement and refinements opportunities that are tracked in a follow up issue: