Skip to content

v1.2.0: More metadata on apps and devices

Compare
Choose a tag to compare
@zner0L zner0L released this 07 Jun 12:37
· 11 commits to main since this release
b45349d

In this release, we improve on our current function to get metadata of apps on the host device, parseAppMeta(). It now exports its return type, so that it is easier to use in other TypeScript projects. Also, we added some metadata, such as the platform the app is intend to run on and a md5 hash of the package. Although we want to caution you to place too much value in this hash, because apps files may differ from download to download (see our discussion in tweaselORG/cyanoacrylate#39).

Also, you can now get more metadata about the device the analysis is running on, by using device.getDeviceAttribute(). This way you can provide more detailed information on your test environment.

What's Changed

  • Fixes #129: Support for getting additional device attributes by @baltpeter in #130
  • parseAppMeta(): Expose return type, include platform and MD5 by @baltpeter in #131

Full Changelog: v1.0.1...v1.2.0