apkminer
apkminer copied to clipboard
Parallel APK analyzer
Currently the Process that handles outputting results just queue's them in memory, this function should be able to be a streaming interface.
Do a string search for the asset key file name (no path) and print out their referenced locations in code, just like the dalvik keys get referenced.
APKs can have multiple dex files, due to a max size of the .dex file itself in earlier android versions. We need to safely walk all dex files and perform...
In the main function, the workers need to be poll'd to see if they have died, then correctly show the errors, right now the for loop will only catch the...