Compare commits

...

3 commits

Author SHA1 Message Date
Jesse Li-Yates
e26087029f
Merge pull request #6 from jegly/dependabot/go_modules/go_modules-a3c8a40308
chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 in the go_modules group across 1 directory
2026-07-30 09:28:17 +10:00
Jesse Li-Yates
d172427624
Delete RELEASE_NOTES_v1.1.0.md 2026-07-10 09:59:07 +10:00
dependabot[bot]
090d7c2472
chore(deps): bump golang.org/x/crypto
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.51.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-09 10:10:18 +00:00
3 changed files with 3 additions and 48 deletions

View file

@ -1,45 +0,0 @@
# ATK v1.1.0 — the Live System Map release
The all-in-one, OEM-style Android toolkit for power users, security researchers,
and bug hunters — now with a **first-of-its-kind real-time debugging engine**.
## ⭐ Headline — Live System Map
Turn the raw logcat firehose into a **live, interactive map of what your phone is
actually doing**. A real-time engine unifies system-level telemetry from many
subsystems into a single live relational model — processes, services, tags and
components become nodes; launches, crashes, ANRs, kills, signals and
graphics/audio events become edges; every event flows source → destination.
- 🌐 Multiple render modes — crisp 2D graph, neon flow view, 3D hierarchical tree
- 🧩 Layouts — force-directed, hub boxes, radial-by-importance, geometric
- 🌊 Trackable flows — follow individual events between subsystems
- 🚨 Auto-surfacing of crashes / ANRs / errors + your own keyword watch-rules
- 🎯 Focus tools — isolate a node, watchlist, severity/kind filters, timeline, baseline diff
- 🎥 Capture & export the packet stream for offline analysis
## ✨ What's new
- 📡 **Live System Map** — the flagship real-time visualization (above).
- 🧹 **Debloater database 2,157 → 5,362 packages** (Samsung, Xiaomi, Google + 11 more OEMs).
- 🔓 **Privileged uninstall of protected system apps — without root**, plus one-click **restore**.
- 🧰 **Utilities expanded to 631 one-click commands** across 50+ categories.
- 🔎 **APK Audit** — static security audit (perms, trackers, certs, CWE/MASVS rule findings) with an in-app APK explorer and **JSON · CSV · SARIF** export.
- 🎨 **Themes** — Dark, Catppuccin **Frappé** & **Latte**; configurable sidebar; dismissible safety banners.
- 📦 **Smarter package ops** — combined *Disable + Uninstall*, a *disabled* badge, and verify-then-escalate so removals actually stick.
- 🔌 **Fully offline-capable UI** — self-hosted fonts, no runtime CDN fetches.
- 🖼️ New app icon.
## 📦 Install (Linux)
**Debian / Ubuntu:**
```bash
sudo dpkg -i atk_1.1.0_amd64.deb
```
Requirements: `adb`, `fastboot`, `libgtk-3-0`, `libwebkit2gtk-4.1-0`
(`scrcpy` only needed for the Screen Mirror module).
Other distros: build from source — see the README.
> ⚠️ Linux only. No bundled binaries — ATK uses *your* system `adb`/`fastboot`/`scrcpy`.
## 🙏 Credits
Built on the open-source community — scrcpy, Magisk, Universal Android Debloater,
Wails, Lucide, and more. Full attributions and licenses are in the README. GPL-3.0.

2
go.mod
View file

@ -9,7 +9,7 @@ require (
github.com/ncruces/zenity v0.10.14
github.com/ulikunitz/xz v0.5.15
github.com/wailsapp/wails/v2 v2.12.0
golang.org/x/crypto v0.51.0
golang.org/x/crypto v0.52.0
)
require (

4
go.sum
View file

@ -84,8 +84,8 @@ github.com/wailsapp/wails/v2 v2.12.0 h1:BHO/kLNWFHYjCzucxbzAYZWUjub1Tvb4cSguQozH
github.com/wailsapp/wails/v2 v2.12.0/go.mod h1:mo1bzK1DEJrobt7YrBjgxvb5Sihb1mhAY09hppbibQg=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
golang.org/x/crypto v0.51.0 h1:IBPXwPfKxY7cWQZ38ZCIRPI50YLeevDLlLnyC5wRGTI=
golang.org/x/crypto v0.51.0/go.mod h1:8AdwkbraGNABw2kOX6YFPs3WM22XqI4EXEd8g+x7Oc8=
golang.org/x/crypto v0.52.0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988=
golang.org/x/crypto v0.52.0/go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc=
golang.org/x/image v0.41.0 h1:8wS72eGJMJaBxK6okTzd4WaXumUlTVlb753MlsSvTCo=
golang.org/x/image v0.41.0/go.mod h1:uIc348UZMSvS5Z65CVZ7iDPaNobNFEPeJ4kbqTOszmA=
golang.org/x/net v0.0.0-20210505024714-0287a6fb4125/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=