This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Releases: SUPERAndroidAnalyzer/abxml-rs
Releases · SUPERAndroidAnalyzer/abxml-rs
0.2.1
0.2.0
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 toto_buffer
to avoid confusions withToOwned
trait