hsz
hsz

Reputation: 152206

Android log and modify all HTTP requests

I am wondering what way I can log (sniff) all HTTP requests that are outgoing and incoming in whole Android and is it possible to modify them during that process or block ?

What libraries should I use ?

Upvotes: 1

Views: 1196

Answers (1)

ns476
ns476

Reputation: 385

You're going to need a rooted phone at least, which basically rules out distributing what you make on the market unfortunately..

With that in mind, take a look at libpcap and iptables :)

Upvotes: 2

Related Questions