🔥 Dexterceptor — Universal Interceptor for Requests and Runtime Calls on Android

Dexterceptor is a powerful tool for developers and researchers designed to intercept HTTP(S) requests directly inside Android applications, even when they are obfuscated.
It is based on Xposed / LSPosed and deeply integrates with OkHttp, featuring a built-in SSL bypass, a rule system, and an extensible architecture for future interception types.


✨ Key Features

🔗 OkHttp Request Interception

Dexterceptor integrates into the application's networking stack and provides real-time access to:

  • full request URL
  • request and response headers
  • request and response bodies
  • automatic cURL generation for Windows CMD, PowerShell, and Unix shell environments

🧬 Request and Response Modification Rules

A flexible rule system enables automatic transformation of network traffic:

  • URL rewriting
  • request and response body modification

🔓 Built-in SSL Pinning Bypass

Dexterceptor can disable:

  • certificate pinning (TrustKit, OkHttp PinVerifier, Conscrypt, OpenSSL)
  • strict certificate validation
  • hostname verification errors

This enables full visibility of traffic in external tools such as:

  • Charles, Fiddler, Proxyman, BurpSuite

🧰 Native Runtime Call Inspector (Upcoming)

The architecture is designed for future extensibility.
Planned capabilities include interception of:

  • method calls such as setText()
  • arbitrary Java/Kotlin methods
  • SQLite I/O
  • IPC calls
  • SharedPreferences access
  • Dex-level functions, even in heavily obfuscated applications

Dexterceptor is evolving into a universal runtime inspector for Android applications.


🖥️ UI Capabilities

  • Darcula-style dark theme
  • real-time logging without delays
  • JSON syntax highlighting
  • filtering, search, sorting
  • rule editor with regex highlighting

🏗️ Project Status

  • ✔️ OkHttp interception

  • ✔️ HTTP data viewing and storage

  • ✔️ request/response modification

  • ✔️ SSL bypass

  • ✔️ EventBusRx for transferring large logs between processes

  • ⏳ system method interception (setText, SQLite, Binder)

  • ⏳ advanced rule/script editor

  • 📸 Screenshots

image image

image image

Spoofing

image image image

Releases

2/1/2026, 12:47:37 AM

Added "Declaring class" and "Return type" option to method and field members.
Added "readers" and "writers" options to class members
Added access icon to members (like public or private)
Fixed field name
Field and method names are colorified now

Assets

1

v2.1.4

Stable

1/24/2026, 7:57:34 PM

After opening code editor, it jumps to target method.
Fixed bug,when you can save code changes only once

Assets

1

v2.1.3

Stable

1/17/2026, 3:33:22 PM

Added search in strings
Added export and share smali file
Ui bug fixes

Assets

1

v2.1.2

Stable

1/14/2026, 6:24:22 PM

Added search function in tab.
Added hook all class methods option.
Added counter of hook triggers
Bug fixes

Assets

1

v2.1.1

Stable

1/12/2026, 7:38:32 PM

Added template to search methods that using Composer class (event obfuscated).
Increased ui contrast,force disabled dark theme,hook events are colored (red for before and green for after)
Fixed several bugs in dynamic hooks and tab managemen

Assets

1

12/30/2025, 11:22:47 PM

!!! Preview build,can be unstable
If you facing some issues,clear app data

New features
Dex method inspector,search methods,classes,fields,jump to callers,invokers,inheritors,watch using strings.
Dynamic xposed hooks on any method,watch triggered calls(stacktrace,arg values,ret val) both before and after.
Built-in templates to search specific code in app like onClickListeners,spyware,root checks,text methods.More templates will be added in future
Added app list search,slightly improved okhttp euristics.
Significantly improved memory usage.

Assets

1