Replies: 1 comment 2 replies
-
CodeQL can only create database from source files. It might be possible to decompile the class files in the APK into source code and make a database from those. However, this is likely to be quite a hassle and the resulting database won't be great because decompiled code tends to be quite hard to understand. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a database from a raw APK file.
But I have no idea how to create a database.
Beta Was this translation helpful? Give feedback.
All reactions