Release notes * Better progress reporting * Extension APIs: now you can add signatures, commands, file formats * Analysis are now leveled * Flaky issue grouping is now fixed * Command lines are now handled with argparse
Release notes * Bump termcolor from 2.3 to 2.4 by AkechiShiro in https://github.com/alterakey/trueseeing/pull/358 * Adding workflow for staling and closing issue * Copyright overhaul
2.1.9
Release notes
* New signature: SharedPreferences I/O * Adding device related commands for inspect mode ( mainly `x..` ) * graph size limit is now tunable ( `gs:` or `--max-graph-size` ) * Experimentally counting fragment-like * Implicit scan mode is now deprecated * Dropping into inspect mode if neither mode nor files given * fix: Method mapping choke fixup (see: 290 ) * fix: Picking up architectures * fix: Retargetting fix for normal case * fix: CI reports can now be properly generated * fix: Correctly score cleartext traffic eligibility * fix: Fixing broken statement in class search * fix: Showing package in info command * fix: Providing building instruction * fix: Marking tentative scenarios of backup attacks * fix: Limiting graph size at 2M by default * internal: Updating to Python 3.12
etc.
2.1.8.1
Release notes * fix: using private copy of APKEditor * fix: flushing stdout/err * internal: dropping version name from bundled jar filenames
2.1.8
Release note
* New mode: Inspect mode II. Try `trueseeing --inspect` and (hopefully) enjoy * New signature: cleartext traffic permitted status * Considering fullBackupContent upon flagging "manipulatable backups" * Writing summary upon successful scan * Experimentally limiting graph size not to OOM * Slightly refined hostlike filter * internal: Switching toolchain: apkeditor and apksigner * internal: Performance fixup * internal: Dependency cleanup
2.1.7
Release note * Providing official containers (alterakey/trueseeing) * Adding cache controls -- force update ( `--update-cache` ) and no-cache mode ( `--no-cache` ) * Performance fix: official containers are basing on 3.11 and marking RE as deterministic * Usability fix: dropping old inspect mode