mvt-project / androidqf

androidqf (Android Quick Forensics) helps quickly gathering forensic evidence from Android devices, in order to identify potential traces of compromise.
https://mvt.re
Other
35 stars 6 forks source link

Improves asset handling #5

Closed Te-k closed 1 year ago

Te-k commented 1 year ago
DonnchaC commented 1 year ago

Fixed by ad867c2. The host binaries (adb etc.) are only included in the corresponding Windows/Mac binaries where they are needed. Each host build needs to include all the collector assets to work with different mobile device architectures. The new code only extracts the needed collector binary to disk rather than extract all of them.