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 unpacking DEX from SQLCipher column #10

Open
cryptax opened this issue Apr 19, 2024 · 0 comments
Open

Add support for unpacking DEX from SQLCipher column #10

cryptax opened this issue Apr 19, 2024 · 0 comments

Comments

@cryptax
Copy link

cryptax commented Apr 19, 2024

In sample 72888975925abd4f55b2dd0c2c17fc68670dd8dee1bae2baabc1de6299e6cc05, to my understanding, a DEX is being loaded from an encrypted(?) sqlite database hidden in an asset.

  • The asset file is ./assets/agenitelegions.db
  • The unpacking is done in com.nibble.agenitelegions.RqgqIR.

To my understanding, it gets the agenitelegions.db file, loads it using a native library called libsqlcipher.so. Then, from the SQlite database, it queries a column named FUKNAwGqO, and will dump the content of this column in a file in a subdirectory of ./dr9wf1gw0m8jekjiqkt9. This is assumed to be a DEX.
Finally, it loads a dynamic class called com.nibble.agenitelegions.agenitelegions.ATxTws

Unfortunately kavanoz does not support this.

kavanoz mobidash-2023.apk 
⚠ Sample is not packed
❌ Cannot unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant