Dexterceptor is a powerful tool for developers and researchers designed to intercept HTTP(S) requests directly inside Android applications, search and inspect source code of any app,installing dynamic Xposed hooks,track its calls and more
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
- Darcula-style dark theme
- real-time logging without delays
- JSON syntax highlighting
- filtering, search, sorting
- rule editor with regex highlighting
A flexible rule system enables automatic transformation of network traffic:
- URL rewriting
- request and response body modification
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
- search fields,methods,classes,specific code by templates like setText or su check and telemetry
- Dynamic hooks on any method with call log










