Skip to content

Releases: mvt-project/androidqf

androidqf 1.8.3

Choose a tag to compare

@github-actions github-actions released this 12 May 15:37
v1.8.3
472203c

This major release adds support for the new Intrusion Logging feature rolled-out as part of Android's Advanced Protection Mode.

It also includes a number of security fixes and hardening to prevent risks when processing malicious forensic artifacts.

What's Changed

  • Migrate release workflow to GoReleaser by @besendorf in #76
  • Disable UPX for Mac universal binaries by @DonnchaC in #78
  • Remove runtime import and use UUID default path by @besendorf in #80
  • Add Intrusion Logging acquisition module by @tesitura in #92

New Contributors

Full Changelog: v1.8.1...v1.8.3

androidqf 1.8.2

androidqf 1.8.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 May 15:30
v1.8.2
2959fbc

This release add support for the new Intrusion Logging feature roll-out as part of Android's Advanced Protection Mode.

Changelog

  • 33453f1 Add AAPM compatibility + enabled checks to IL module
  • 426e283 Add Intrusion Logging acquisition module
  • 3e2a24d Also build collector module in goreleaser
  • 6cd397e Disable UPX for Mac universal binaries
  • efb313e Fix lowercase error strings for staticcheck
  • d6e6cad Improve CLI logs in Intrusion Logging command
  • 3ec3c62 Improve IL acquisition by waiting for intrusion logs from multiple devices until Ctrl+C or timeout
  • 071fc18 Migrate release workflow to GoReleaser
  • 506914b Remove runtime import and use UUID default path (#80)
  • 32b5ca1 add placeholder adb files so staticcheck will not complain about them missing

v1.8.1

Choose a tag to compare

@github-actions github-actions released this 06 Feb 16:07
v1.8.1
111d03c

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

Choose a tag to compare

@roaree roaree released this 23 Oct 12:34
e50ad47

What's Changed

New Contributors

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

v1.7.1

v1.7.1 Pre-release
Pre-release

Choose a tag to compare

@roaree roaree released this 08 Apr 11:51
ef47798

What's Changed

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

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 16:00
v1.7.0
f77a04f
v1.7.0

Fixes reliability issues when running AndroidQF

Choose a tag to compare

@github-actions github-actions released this 20 Dec 16:22
v1.6.2
ec585b6

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

Choose a tag to compare

@github-actions github-actions released this 14 Dec 14:32
v1.6.1
bcad0d9
Tag a new v1.6.1 release

v1.6.0-alpha-2

Choose a tag to compare

@github-actions github-actions released this 16 Jul 16:27
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

Pre-release

Choose a tag to compare

@DonnchaC DonnchaC released this 13 Jul 17:13
v1.6.0-alpha

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