-
Notifications
You must be signed in to change notification settings - Fork 88
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
Closed
4 tasks done
Tracked by
#647
Comments
This was referenced Aug 29, 2024
JonoYang
added a commit
that referenced
this issue
Sep 9, 2024
* Create function to call jadx Signed-off-by: Jono Yang <[email protected]>
JonoYang
added a commit
that referenced
this issue
Sep 9, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang
added a commit
that referenced
this issue
Sep 9, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang
added a commit
that referenced
this issue
Sep 9, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang
added a commit
that referenced
this issue
Sep 9, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang
added a commit
that referenced
this issue
Sep 27, 2024
* #1366 #1371 #1372 Signed-off-by: Jono Yang <[email protected]>
6 tasks
This is now completed. There are several improvement and refinements opportunities that are tracked in a follow up issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: