Skip to content

Releases: mvt-project/androidqf

v1.8.1

06 Feb 16:07
v1.8.1
111d03c

Choose a tag to compare

What's Changed

  • Also add command.log in encrypted archives by @besendorf in #74
  • implement adb over ip command line flag by @besendorf in #72
  • Add -nocompress flag to ADB to avoid generating unparsable backups by @DonnchaC in #75

Full Changelog: v1.8.0...v1.8.1

v1.8.0

23 Oct 12:34
e50ad47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

08 Apr 11:51
ef47798

Choose a tag to compare

v1.7.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

20 Feb 16:00
v1.7.0
f77a04f

Choose a tag to compare

v1.7.0

Fixes reliability issues when running AndroidQF

20 Dec 16:22
v1.6.2
ec585b6

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

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

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

Choose a tag to compare

Pre-release

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