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

Releases: SUPERAndroidAnalyzer/abxml-rs

0.2.1

15 Oct 18:45
Compare
Choose a tag to compare

Changelog

  • Updated vendor requirements
  • Minimum Rust version required 1.20.0

0.2.0

03 Jun 12:14
Compare
Choose a tag to compare

Changelog

  • Force Travis to install last rustfmt version
  • Added a vagrant image to run fuzzing tests with cargo-fuzz
  • Added fuzz tests for each of the parsers and fix the issues found while running
  • Create folders recursively while exporting an APK
  • Reworked some internal structures and removed unnecessary structs
  • Renamed to_owned methods to to_buffer to avoid confusions with ToOwned trait