Releases: mvt-project/androidqf
Releases · mvt-project/androidqf
v1.7.0
Fixes reliability issues when running AndroidQF
This release fixed #32 and #36 which were two major issues making it difficult to reliably use AndroidQF to check devices on Windows and Linux.
The releases binaries for Windows and Mac are now signed which should avoid various security warnings (fixing #7).
What's Changed
- Fix GitHub module path by @DonnchaC in #37
- Fix reliability issues when an existing ADB process is running by @DonnchaC in #36
Full Changelog: v1.6.1...v1.6.2
v1.6.1
Tag a new v1.6.1 release
v1.6.0-alpha-2
AndroidQF bundles native collector binaries to run on the target Android device. The collector binaries much be built for each architecture which can bloat the binary size. This release includes UPX compression for the collector binaries which reduces overall file size by 50%
We have also removed a specific ARMv7 binary as the ARMv6 collector should run on v7 systems.
Beta build with collector functionality
A beta release to test if new builds with the collector
binaries are working well