Skip to content

Releases: mvt-project/androidqf

v1.7.0

20 Feb 16:00
v1.7.0
f77a04f
Compare
Choose a tag to compare

Fixes reliability issues when running AndroidQF

20 Dec 16:22
v1.6.2
ec585b6
Compare
Choose a tag to compare

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

14 Dec 14:32
v1.6.1
bcad0d9
Compare
Choose a tag to compare
Tag a new v1.6.1 release

v1.6.0-alpha-2

16 Jul 16:27
v1.6.0-alpha-2
Compare
Choose a tag to compare

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

13 Jul 17:13
v1.6.0-alpha
Compare
Choose a tag to compare
Pre-release

A beta release to test if new builds with the collector binaries are working well