Skip to content

Add ability to dump APK packages#73

Open
TheZ3ro wants to merge 1 commit intomainfrom
dump-packages
Open

Add ability to dump APK packages#73
TheZ3ro wants to merge 1 commit intomainfrom
dump-packages

Conversation

@TheZ3ro
Copy link
Copy Markdown
Member

@TheZ3ro TheZ3ro commented Apr 28, 2026

This PR:

  • fixes the pullFolders function of the ADB client to actually pull folders. Symlink-resolution is not supported by the ADB sync protocol so I don't really know how are we supposed to handle them, for now the client just ignores them. this fixed both the Log and the Temp modules
  • unify the 10 seconds timer in a single constant so can be easily put to 1 during development avoiding waiting time. maybe we should put this behind a BUILD config.
  • implemented the APK dump for the Packages module. downloading all the APK in a phone takes quite some time and space so for now I've put a simple logic in libmvt APKStaticAnalyzer.kt to rule out suspicious APK to dump.
  • added some TODOs here and there

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

Successfully merging this pull request may close these issues.

1 participant