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

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

Open
8 tasks
Tracked by #647
pombredanne opened this issue Aug 29, 2024 · 0 comments
Open
8 tasks
Tracked by #647

Comments

@pombredanne
Copy link
Contributor

pombredanne commented Aug 29, 2024

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:

JonoYang added a commit that referenced this issue Sep 9, 2024
    * Create function to call jadx

Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang added a commit that referenced this issue Sep 9, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang added a commit that referenced this issue Sep 9, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang added a commit that referenced this issue Sep 9, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang added a commit that referenced this issue Sep 9, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant