therealchjones / mffer

Marvel Future Fight exploration & reporting
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

Combine autoanalyze and apkdl #185

Open therealchjones opened 2 years ago

therealchjones commented 2 years ago

This also allows getting the version for apkdl since it would be extracted by autoanalyze anyway. e.g.:

autoanalyze [-v [-v]] [ -d | -i input ] [ -o output_dir ]
autoanalyze [-v [-v]] -D
autoanalyze -h

options:
      -v                verbose etc
      -d                obtain the latest apks by downloading them rather than using local versions
      -D                only download the latest apks; do not perform any analysis (may not include version in directory name)
      -i input          use local apk named input or in the directory input rather than in the current directory
      -o output_dir     put resulting files in the directory output_dir rather than ./autoanalyze-version
therealchjones commented 2 years ago

Probably just include them in mffer instead