Skip to content

Releases: hdz1210/Debug-Mobile

v0.1.9 — Fix UI Layout for History & BodyViewer

Choose a tag to compare

@hdz1210 hdz1210 released this 27 Aug 02:06

What's Changed in v0.1.9

🛠️ UI Polish & Bug Fixes

  • Capture History Modal: Redesigned session list cards with clear typography, structured metadata rows (timestamp, requests count, payload size), and SVG action buttons.
  • Payload & Response Inspector (BodyViewer): Replaced plain text headers with clean media-type badges, content-type tags, tabular byte counts, and interactive copy/download/mode buttons with instant feedback.
  • Phone Certificate Setup Dialog: Standardized dialog header, layout card spacing, and SVG close icons.

📦 Checksums (SHA-256)

5cf8e8db2cdb3927a6feed32201d1fd6008a813647cf908af19c106af9b666c5  App-Network-Debugger_0.1.9_windows-x64-setup.exe
be2bc6790a2102b888a616c4738f477356d7be836c9f64966a6e7ecdef2d46a4  App-Network-Debugger_0.1.9_windows-x64.msi

v0.1.8 — Impeccable Design System UI/UX Polish

Choose a tag to compare

@hdz1210 hdz1210 released this 26 Aug 07:58

What's Changed in v0.1.8

🎨 Impeccable Design System UI/UX Overhaul

  • Complete Visual Redesign: Refactored the entire interface using tokens, consistent typography, and modern micro-interactions.
  • Handcrafted Vector Icon System: Replaced all Unicode emojis with unified, accessible SVG icons.
  • Enhanced Accessibility (A11y): Added semantic ARIA roles (tablist, tab, dialog), full keyboard navigation, and high-contrast focus rings.
  • Performance & Zero Layout Thrashing: Replaced layout-triggering CSS transitions with GPU-accelerated transforms; enforced font-variant-numeric: tabular-nums for real-time packet streaming.
  • Refined Analytics Inspector & Consent Dialog: Formatted parameters, event cards, status badges, hero metadata chips, and redesigned authorization dialog.

📦 Checksums (SHA-256)

50e5583942010c5ab2e04a0a658a9aa65fd7805b310e19a66d723244ecf37511  App-Network-Debugger_0.1.8_windows-x64-setup.exe
6c2efae4daa3de0e66b4d59566d4e4dc7d5484779827be0791e8fe06526c48a3  App-Network-Debugger_0.1.8_windows-x64.msi

App Network Debugger v0.1.7

Pre-release

Choose a tag to compare

@hdz1210 hdz1210 released this 26 Aug 05:05

App Network Debugger v0.1.7

This release introduces a dedicated full-screen Analytics Workspace, native Branch.io attribution payload decoding, sleek dark theme scrollbars, draggable split-pane inspector layout, and essential stability improvements.

What's Changed

  • Analytics Workspace: Full-screen analytics visualizer with real-time event aggregation, event parameter breakdown, and interactive object tree inspector.
  • Branch.io Attribution Decoding: Native parsing for Branch attribution payloads (/v1/open, /v1/install, /v1/event, /v2/event, /v1/pageview, /v1/profile) with device metadata, event parameters, and content item breakdown.
  • UI & Layout: Draggable and resizable split-pane layout, dark theme styling with customized slim scrollbars, and improved capture toolbar controls.
  • Protocol & Decoding: Enhanced Firebase Protobuf wire decoding and error resilience.
  • Documentation: Updated iOS certificate trust installation guidance and real-world interface showcase.

Download & Installation

  • Recommended Installer: App-Network-Debugger_0.1.7_windows-x64-setup.exe
  • Enterprise MSI Package: App-Network-Debugger_0.1.7_windows-x64.msi
  • Integrity Check: Verify installer checksums against SHA256SUMS.txt

Note: The installers are not yet code-signed with a paid Microsoft certificate. On first launch, if Windows SmartScreen appears, click More infoRun anyway to start.

App Network Debugger v0.1.6

Pre-release

Choose a tag to compare

@hdz1210 hdz1210 released this 15 Aug 03:12

App Network Debugger v0.1.6

This release improves the Analytics inspector with clean event cards, hero parameter chips, and search filtering, while removing non-actionable Protobuf decoder warnings.

Changed

  • Redesigned the Firebase Analytics events panel with distinct, high-contrast event cards, category-specific accent borders, event index badges, and human-readable event labels.
  • Added hero parameter chips to spotlight critical event metadata (screen, category, location, currency, value, cart) at a glance.
  • Added real-time event search filtering by event name or parameter value and global Expand all / Collapse all controls.
  • Added one-click copy for individual parameter values and per-event full JSON export.
  • Cleaned up non-actionable internal Google Protobuf hardware metadata decoder warnings and promoted cleanly decoded Firebase batches to 100% confidence Decoded status.

Download

  • Recommended: App-Network-Debugger_0.1.6_windows-x64-setup.exe
  • Managed deployment: App-Network-Debugger_0.1.6_windows-x64.msi
  • Integrity: verify the installer against SHA256SUMS.txt

The installers are not currently code-signed. Windows SmartScreen may show an Unknown publisher warning.

App Network Debugger v0.1.5

Pre-release

Choose a tag to compare

@hdz1210 hdz1210 released this 15 Aug 02:26

App Network Debugger v0.1.5

This release adds standard HAR 1.2 network archive export support, allowing you to export selected requests or full capture sessions and inspect them in Chrome DevTools, Postman, Charles, and other network debugging tools.

Added

  • Export selected or all captured network requests into standard HTTP Archive (.har) format.
  • Multi-selection checkboxes in the network table with per-row selection and a master header checkbox with indeterminate/mixed state support.
  • Full fidelity HAR serialization preserving duplicate headers, query parameters, text/Base64 payloads and responses, body truncation comments, detailed timing breakdown, connection errors, WebSocket message frames, and Firebase Analytics metadata.

Download

  • Recommended: App-Network-Debugger_0.1.5_windows-x64-setup.exe
  • Managed deployment: App-Network-Debugger_0.1.5_windows-x64.msi
  • Integrity: verify the installer against SHA256SUMS.txt

The installers are not currently code-signed. Windows SmartScreen may show an Unknown publisher warning.

App Network Debugger v0.1.4

Pre-release

Choose a tag to compare

@hdz1210 hdz1210 released this 14 Aug 19:30
3dcfe05

App Network Debugger v0.1.4

This release adds first-class inspection for supported Firebase and Google
Analytics traffic while keeping every request available in the standard
network inspector.

Added

  • Provider and service tags for Firebase Analytics, Google Analytics,
    App Check, Installations, Crashlytics, and Firebase logging traffic.
  • A dedicated Analytics tab for supported event uploads.
  • Decoding for supported Firebase native batches, GA collect and batch
    requests, and GA4 Measurement Protocol payloads.
  • Structured views for events, parameters, user properties, items, consent,
    timestamps, application metadata, and parser confidence.
  • Analytics-aware search for both live captures and saved history.

Reliability

  • Raw network traffic remains available even when an analytics payload cannot
    be decoded.
  • Unsupported, malformed, and truncated payloads display explicit warnings.
  • Firebase native schemas are proprietary and can change between SDK
    versions, so native decoding is best-effort rather than guaranteed for every
    release.

Download

  • Recommended: App-Network-Debugger_0.1.4_windows-x64-setup.exe
  • Managed deployment: App-Network-Debugger_0.1.4_windows-x64.msi
  • Integrity: verify the installer against SHA256SUMS.txt

The installers are not code-signed. Windows SmartScreen may show an
Unknown publisher warning.

App Network Debugger v0.1.3

Pre-release

Choose a tag to compare

@hdz1210 hdz1210 released this 14 Aug 17:54

App Network Debugger v0.1.3

This release keeps the proxy certificate stable across upgrades and lets you pause capture without taking the mobile device offline.

Added

  • Pause and resume capture while the proxy continues forwarding traffic.
  • A certificate setup panel with a local QR code, SHA-256 fingerprint, creation time, certificate file action, and trust acknowledgement.
  • A persistent warning when the per-installation certificate authority changes.

Changed

  • Store mitmproxy CA material in a dedicated persistent certificate directory.
  • Copy and preserve an existing CA from the previous runtime directory so upgrades and rollbacks do not require reinstalling the phone certificate.

Download

  • Recommended: App-Network-Debugger_0.1.3_windows-x64-setup.exe
  • Managed deployment: App-Network-Debugger_0.1.3_windows-x64.msi
  • Integrity: verify the installer against SHA256SUMS.txt

The installers are not code-signed. Windows SmartScreen may show an Unknown publisher warning.

App Network Debugger v0.1.2

Pre-release

Choose a tag to compare

@hdz1210 hdz1210 released this 29 Jul 17:33

App Network Debugger v0.1.2

This patch adds user-accessible diagnostic logging.

Added

  • A persistent app-network-debugger.log file with readable timestamps and
    INFO, WARN, and ERROR levels.
  • Diagnostic events for application startup and shutdown, capture start and
    stop, proxy process startup and exit, proxy stderr, storage failures, network
    scan failures, file operations, and frontend errors.
  • A Logs button in the toolbar.
  • An Open logs action beside error messages.
  • Detection of an unclean previous application shutdown.
  • Automatic rotation at 5 MB while retaining one previous log.

Download

  • Recommended: App-Network-Debugger_0.1.2_windows-x64-setup.exe
  • Managed deployment: App-Network-Debugger_0.1.2_windows-x64.msi
  • Integrity: verify the installer against SHA256SUMS.txt

The installers are not code-signed. Windows SmartScreen may show an
Unknown publisher warning.

App Network Debugger v0.1.1

Pre-release

Choose a tag to compare

@hdz1210 hdz1210 released this 29 Jul 15:50

App Network Debugger v0.1.1

This patch fixes proxy cleanup and improves sidecar compatibility with Windows
security software.

Fixed

  • The bundled mitmdump.exe process is now attached to the desktop
    application's Windows Job Object.
  • Closing, crashing, or force-terminating the desktop application also
    terminates the proxy process.
  • Restarting the application no longer fails because an orphan proxy from the
    previous run is still holding port 8080.
  • The Windows sidecar is now built specifically for the application's explicit
    proxy mode and excludes unused WinDivert-based transparent/local-capture
    modules.
  • The desktop app now waits until the proxy is accepting connections before
    reporting that capture is running.

Download

  • Recommended: App-Network-Debugger_0.1.1_windows-x64-setup.exe
  • Managed deployment: App-Network-Debugger_0.1.1_windows-x64.msi
  • Integrity: verify the installer against SHA256SUMS.txt

The installers are not code-signed. Windows SmartScreen may show an
Unknown publisher warning.

App Network Debugger v0.1.0

Pre-release

Choose a tag to compare

@hdz1210 hdz1210 released this 29 Jul 02:34

App Network Debugger v0.1.0

This is the first public Windows preview of App Network Debugger.

Download

  • Recommended: App-Network-Debugger_0.1.0_windows-x64-setup.exe
  • Managed deployment: App-Network-Debugger_0.1.0_windows-x64.msi
  • Integrity: verify the selected installer against SHA256SUMS.txt

Both installers contain the verified mitmproxy 12.2.3 mitmdump.exe binary
and the App Network Debugger capture addon. Python and mitmproxy do not need to
be installed separately.

First capture

  1. Open the application and select LAN devices.
  2. Start capture and copy the displayed current LAN IP and port.
  3. Connect the phone and computer to the same trusted Wi-Fi.
  4. Set the phone's Wi-Fi HTTP proxy to that IP and port.
  5. Open http://mitm.it on the phone, install the mitmproxy CA, and enable
    certificate trust if the operating system requires it.

Only inspect devices and traffic you own or are explicitly authorized to test.

Verification

The packaged application was tested from an administratively extracted MSI
without a mitmdump path override. It started the bundled executable, captured
three real proxied requests, redacted an Authorization header, rendered the
request details, stopped cleanly, and reopened the saved history.

Known limitations

  • The installers are not code-signed. Windows SmartScreen may show an
    Unknown publisher warning.
  • Certificate pinning is not bypassed.
  • Some applications ignore the operating system proxy or do not trust
    user-installed certificate authorities.
  • Only Windows x64 packages are included in this preview.