Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

SUPER 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Razican Razican released this 09 Apr 19:25
· 160 commits to master since this release

The 0.4.0 release of SUPER, with 20% to 50% analysis speed improvements thanks to removing the ApkTool Java dependency.

Changelog

Features

  • Removed ApkTool dependency, analysis are now about 20% - 50% faster.
  • Removed all ApkTool related configuration and CLI directives.
  • The --force flag is now less aggressive. It won't remove a JSON report if only the HTML report
    is being generated, and the other way around: it won't remove the HTML report if only the JSON
    report is being generated.

Internal Changes

  • SUPER now requires Rust 1.16.0.
  • Errors moved to their own module.
  • Upgraded dependencies:
    • clap: 2.20 => 2.23
    • xml-rs: 0.3 => 0.4
      And some other minor upgrades.
  • Dependency in yaml-rust has been removed.
  • Dependency in error-chain 0.10 has been added.
  • Dependency in rust-crypto has been removed and dependencies in md5, sha1 and sha2 have been added.
  • Dependency in abxml has been added to remove the ApkTool dependency.
  • Added more documentation for some modules.

Bug Fixes

  • Fixed error when adding --open flag on JSON-only reports.