Skip to content

v0.4.0

Latest

Choose a tag to compare

@JuneLeGency JuneLeGency released this 16 Apr 14:10

What's New

  • --format html — Self-contained interactive HTML report with collapsible call trees, search, and dark theme
  • --format sarif — SARIF 2.1.0 output for GitHub Code Scanning and VS Code
  • --color auto/always/never — ANSI colored tags, tree connectors, and API levels
  • --diff — Compare two APK/DEX versions, detect added/removed/changed API references
  • --fail-on — Exit non-zero when hidden APIs at specified level found (CI gate)
  • .dexfinder.yaml — Project config file for defaults, CLI flags override
  • Progress reporting — Structured phase/detail progress on stderr

Install / Upgrade

# Homebrew
brew update && brew upgrade dexfinder

# Script
curl -sSL https://raw.githubusercontent.com/JuneLeGency/dexfinder/main/install.sh | bash

# Go
go install github.com/JuneLeGency/dexfinder/cmd/dexfinder@v0.4.0

Full Changelog: v0.3.1...v0.4.0