Skip to content

Releases: delvinru/apk-info

v1.0.11

25 Feb 20:54
93f7de3

Choose a tag to compare

Added

  • Get information about native codes, compileSdkVersion and compileSdkVersionCodename by @Mr4Mike4 in #7
  • show command now supports --json flag to display brief information about apk in json format
  • Get information about the <activity-alias>

Changed

  • Activity now outputs information about all the <intent-filter> contained in it

New Contributors

Full Changelog: v1.0.10...v1.0.11

v1.0.10

19 Feb 09:53
c8b8147

Choose a tag to compare

Fixed

  • Improved manifest parsing

Full Changelog: v1.0.9...v1.0.10

v1.0.9

07 Dec 14:52
2110542

Choose a tag to compare

Added

  • A regex filter to extract specific files (cli)
  • Returning the compression type to identify malformed packets
  • The new signature - VasDollyV2
  • Added extraction of the issuer field when processing certificates, because sometimes it differs from the subject

Changed

  • DynamicReference processing during AXML parsing (found in system packages)

Fixed

  • Additional error handling when unpacking files via the cli
  • Improved processing of utf-8 characters, as some malware puts completely broken strings in string pool

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

14 Nov 00:07
8c1cf92

Choose a tag to compare

Added

  • Handling of another malware tamper technique in AndroidManifest.xml;
  • Added parsing of a new signature block - Packer NG v2 (Chinese packer);

Fixed

  • A small error in parsing the v2 signature;

Changed

  • Performance improvement ~8%;
  • Improved v3 signature parsing;

Full Changelog: v1.0.7...v1.0.8

v1.0.7

12 Nov 14:15
00e2644

Choose a tag to compare

Added

  • Shell completion generation;
  • <attribution> tag parsing;

Full Changelog: v1.0.6...v1.0.7

v1.0.6 - Initial release

12 Nov 01:56
cf288d7

Choose a tag to compare